diff --git a/www/sentry.client.config.ts b/www/sentry.client.config.ts index 794c3030..a64f4ab2 100644 --- a/www/sentry.client.config.ts +++ b/www/sentry.client.config.ts @@ -13,11 +13,11 @@ Sentry.init({ // Setting this option to true will print useful information to the console while you're setting up Sentry. debug: false, - replaysOnErrorSampleRate: 1.0, + replaysOnErrorSampleRate: 0.0, // This sets the sample rate to be 10%. You may want this to be 100% while // in development and sample at a lower rate in production - replaysSessionSampleRate: 0.1, + replaysSessionSampleRate: 0.0, // You can remove this option if you're not planning to use the Sentry Session Replay feature: integrations: [