Skip to content

Commit

Permalink
temporarily turn off
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 22, 2025
1 parent b930259 commit e9ee893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/sentry.client.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if (process.env.NEXT_PUBLIC_SENTRY_DSN) {
dsn: process.env.NEXT_PUBLIC_SENTRY_DSN,

// Capture unhandled exceptions and performance data
enableTracing: true,
enableTracing: false,
integrations: [],
tracesSampleRate: 0.1,
});
Expand Down

0 comments on commit e9ee893

Please sign in to comment.