Issue
- I would like to disable the DSN key of a project so that it stops receiving events
- I am just looking to pause a project.
Applies To
- All Plans
- Project Settings
Resolution
If you disable the DSN of a project, all events going towards that project will be dropped from then on, which means that they will stop consuming your quota. The only impact it will have is that the browser console might show 429 messages, since any events the app will try to send will get rejected. In most cases, this does not impact the performance of your app.
Please note, that it can take up to 30 minutes until the DSN is fully disabled.
Alternatively, you can disable Sentry on the SDK side, so that it does not attempt to send anything in the first place.