Skip to main content

I haven't observed any Unhandled Errors in my release. Why isn't the Crash Free Rate 100%?

Updated over a month ago

Issue

Despite observing no unhandled errors in my release, the crashed session rate is not 0%.

Applies To

  • Users who have a release with no unhandled errors but a crash free rate of less than 100%.

Resolution

This scenario is common and expected, based on how Sentry reports crash free rates. SDKs report crashed sessions even when the crashes (the unhandled events) themselves are filtered or dropped. This discrepancy can arise due to several factors, such as sample_rate, any other event processors set in your SDK, or rate limits.

Did this answer your question?