Issue
I'd like to remove/deactivate/cancel having a Performance Monitoring quota.
Applies To
-
All Sentry plan subscribers.
Resolution
- All plans include errors, performance units, replays, and attachments, designed for comprehensive monitoring.
- Directly disabling quotas and in this case for performance monitoring is not possible, as they are core components of Sentry's service offering.
- You can however not use the quota by disabling Performance monitoring in your SDK setup by setting the tracesSampleRate (or equivalent) to null or 0 which overrides any incoming trace header's sampling decisions.
- Options can vary depending on the specific SDK you use. To get the instructions on your specific SDK, please visit our docs here