Issue
Following the Profiling Preview period ending May 19 2025, I want to ensure that profile events do not consume my Pay-As-You-Go (PAYG) budget.
Applies To
- All Sentry Customers with a PAYG budget
Resolution
To ensure that profile events do not consume any of your PAYG budget, you will need to make sure your SDK is not sending us profile events.
To check if you are sending any profile events, first go to your Org's Stats page. In the Category: dropdown, go through all the profiling related options and check for any events within the last 90 days. The two profiling related categories are Continuous Profile Hours, and UI Profile Hours.
Categories In Stats Page with 90D Date Filter-
If there are any results, scroll down to the project's list to see which projects are sending them.
Example Showing Profile Events For Project's -
Then visit the docs of that SDK and turn off all profiling related options in the SDK.
For example, in the Python SDK (docs), this would be removing the profiles_sample_rate
, and profiles_session_sample_rate
options from your Sentry configuration.