diff --git a/www/sentry.client.config.ts b/www/sentry.client.config.ts index 0fd74e20..2c8fb7ce 100644 --- a/www/sentry.client.config.ts +++ b/www/sentry.client.config.ts @@ -18,13 +18,4 @@ Sentry.init({ // 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.0, - - // You can remove this option if you're not planning to use the Sentry Session Replay feature: - integrations: [ - new Sentry.Replay({ - // Additional Replay configuration goes in here, for example: - maskAllText: true, - blockAllMedia: true, - }), - ], });