Skip to content

Commit

Permalink
🔧 sentry: disable client tracing
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Dec 3, 2024
1 parent 792f732 commit 93916e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const SENTRY_ENVIRONMENT = process.env.SENTRY_ENVIRONMENT || process.env.NEXT_PU
init({
dsn: SENTRY_DSN,
environment: SENTRY_ENVIRONMENT,
tracesSampleRate: 1.0,
tracesSampleRate: 0,
integrations: [new ExtraErrorData({ depth: 5 })],
beforeSend,
});

0 comments on commit 93916e5

Please sign in to comment.