Issue
You want to turn off the replay functionality for your project to prevent recording replay events.
Applies To
- All Sentry Users
Resolution
Follow these steps to disable replay monitoring in your project:
- Locate your project’s SDK init.
- Set the parameters
replaysOnErrorSampleRate
andreplaysSessionSampleRate
to0
. This action stops all types of replays from being recorded.