www: remove sentry replay

This commit is contained in:
2023-11-01 18:20:46 +01:00
committed by Mathieu Virbel
parent 9e6f786eae
commit 619c142ee3

View File

@@ -18,13 +18,4 @@ Sentry.init({
// 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.0, 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,
}),
],
}); });