Skip to content

Commit

Permalink
🔧 sentry: disable middleware tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Nov 5, 2024
1 parent 3f12ff5 commit 1780636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.edge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const SENTRY_DSN = process.env.SENTRY_DSN || process.env.NEXT_PUBLIC_SENTRY_DSN;

init({
dsn: SENTRY_DSN,
tracesSampleRate: 0.0001,
tracesSampleRate: 0,
});

0 comments on commit 1780636

Please sign in to comment.