From 9a6a4a439b0b1d6f100b0969e974f2b69e6e2d32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 29 Mar 2023 16:21:05 +0300 Subject: [PATCH] disable sentry replay feature.. --- resources/assets/js/exceptions/trackers/sentry.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/assets/js/exceptions/trackers/sentry.js b/resources/assets/js/exceptions/trackers/sentry.js index 1e656686b..569f74c0f 100644 --- a/resources/assets/js/exceptions/trackers/sentry.js +++ b/resources/assets/js/exceptions/trackers/sentry.js @@ -13,7 +13,7 @@ export default { new BrowserTracing({ tracingOrigins: [], }), - new Sentry.Replay() + //new Sentry.Replay() ], // Set tracesSampleRate to 1.0 to capture 100% // 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 // 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 // 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({