From fbc2fbb8beb0c2299e1c723dfe4d3cc9800d1420 Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Wed, 27 Sep 2023 07:56:02 -0400 Subject: [PATCH] Remove sentry replay session it's a performance killer --- www/sentry.client.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: [