diff --git a/src/hooks.client.ts b/src/hooks.client.ts index daad26c3d1..6af9a335bd 100644 --- a/src/hooks.client.ts +++ b/src/hooks.client.ts @@ -15,16 +15,7 @@ Sentry.init({ // If the entire session is not sampled, use the below sample rate to sample // sessions when an error occurs. - replaysOnErrorSampleRate: 1.0, - - // If you don't want to use Session Replay, just remove the line below: - integrations: [ - replayIntegration({ - maskAllInputs: true, - maskAllText: false, - blockAllMedia: false - }) - ] + replaysOnErrorSampleRate: 0 }); // If you have a custom error handler, pass it to `handleErrorWithSentry`