Remove sentry replay session

it's a performance killer
This commit is contained in:
2023-09-27 07:56:02 -04:00
parent 6aae6cbd87
commit fbc2fbb8be

View File

@@ -13,11 +13,11 @@ Sentry.init({
// Setting this option to true will print useful information to the console while you're setting up Sentry. // Setting this option to true will print useful information to the console while you're setting up Sentry.
debug: false, debug: false,
replaysOnErrorSampleRate: 1.0, replaysOnErrorSampleRate: 0.0,
// This sets the sample rate to be 10%. You may want this to be 100% while // 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 // 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: // You can remove this option if you're not planning to use the Sentry Session Replay feature:
integrations: [ integrations: [