From 619c142ee39089a5e7b8f177950e74701804dc57 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 1 Nov 2023 18:20:46 +0100 Subject: [PATCH] www: remove sentry replay --- www/sentry.client.config.ts | 9 --------- 1 file changed, 9 deletions(-) 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, - }), - ], });