Issue
Following the Structured Logging Beta period ending August 22nd 2025, I want to ensure that unwanted log events do not consume my Pay-As-You-Go (PAYG) budget.
Applies To
- All Sentry users
Resolution
Structured Logging is an opt-in feature. The SDKs will only send logs it is configured to do so.
To ensure that log events do not consume any of your PAYG budget, you will need to make sure your SDK is not sending us log events.
To first check if you are currently sending any log events, go to your Stats & Usage page under Settings.
In the Category: dropdown, click on Logs and check for any events within the last 90 days.
Then visit the docs of that SDK and turn off/remove all "Logs" related options in the SDK.