disable sentry replay feature..
This commit is contained in:
		| @@ -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({ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user