diff --git a/web/sentry.client.config.ts b/web/sentry.client.config.ts index 1cd24d7c12f..8bf2a193c4f 100644 --- a/web/sentry.client.config.ts +++ b/web/sentry.client.config.ts @@ -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, });