diff --git a/front/sentry.edge.config.js b/front/sentry.edge.config.js index fc8b09b7..77601664 100644 --- a/front/sentry.edge.config.js +++ b/front/sentry.edge.config.js @@ -14,11 +14,4 @@ Sentry.init({ // Note: if you want to override the automatic release value, do not set a // `release` value here - use the environment variable `SENTRY_RELEASE`, so // that it will also get attached to your source maps - - replaysSessionSampleRate: 0.1, - // If the entire session is not sampled, use the below sample rate to sample - // sessions when an error occurs. - replaysOnErrorSampleRate: 1.0, - - integrations: [new Sentry.Replay()], }); diff --git a/front/sentry.server.config.js b/front/sentry.server.config.js index 8bc958c1..e00b60ff 100644 --- a/front/sentry.server.config.js +++ b/front/sentry.server.config.js @@ -14,11 +14,4 @@ Sentry.init({ // Note: if you want to override the automatic release value, do not set a // `release` value here - use the environment variable `SENTRY_RELEASE`, so // that it will also get attached to your source maps - - replaysSessionSampleRate: 0.1, - // If the entire session is not sampled, use the below sample rate to sample - // sessions when an error occurs. - replaysOnErrorSampleRate: 1.0, - - integrations: [new Sentry.Replay()], });