Issue
I want to know how to investigate why my project is not receiving error events.
Applies To
All SaaS Customers and Self-Hosted Users
Error Monitoring
Stats
Resolution
Open Stats in the Sentry sidebar and select the Usage tab. Choose the relevant project and time range, then review the Filtered, Rate Limited, Invalid, and Client Discard categories to see whether the missing errors were dropped.
To include events discarded by the SDK before they reached Sentry, turn on Show client-discarded data. You can find more information about these categories in the Stats documentation.
If errors were discarded by the client, enable SDK debug logging to see the reason for the drop.
If Stats still doesn't explain why the errors are missing, contact Sentry Support for further assistance.
