disable sentry replay feature..

This commit is contained in:
Cüneyt Şentürk 2023-03-29 16:21:05 +03:00
parent 9edf964693
commit 9a6a4a439b

View File

@ -13,7 +13,7 @@ export default {
new BrowserTracing({ new BrowserTracing({
tracingOrigins: [], tracingOrigins: [],
}), }),
new Sentry.Replay() //new Sentry.Replay()
], ],
// Set tracesSampleRate to 1.0 to capture 100% // Set tracesSampleRate to 1.0 to capture 100%
// of transactions for performance monitoring. // of transactions for performance monitoring.
@ -22,11 +22,11 @@ export default {
// 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: exception_tracker.params.replays_session_sample_rate, //replaysSessionSampleRate: exception_tracker.params.replays_session_sample_rate,
// If the entire session is not sampled, use the below sample rate to sample // If the entire session is not sampled, use the below sample rate to sample
// sessions when an error occurs. // sessions when an error occurs.
replaysOnErrorSampleRate: exception_tracker.params.replays_on_error_sample_rate, //replaysOnErrorSampleRate: exception_tracker.params.replays_on_error_sample_rate,
}); });
Sentry.setUser({ Sentry.setUser({