getsentry / sentry

Developer-first error tracking and performance monitoring
https://sentry.io
Other
39.08k stars 4.2k forks source link

Improve the breakdown of crash-free user/sessions in Release Details #77227

Open leewrigg opened 1 month ago

leewrigg commented 1 month ago

Problem Statement

When viewing a release on the Sentry dashboard, I can click on the Crash Free Session Rate or Crash free User Rate to see a breakdown of the percentage of users with Healthy, Abnormal, or Errored sessions:

Image

The problem is that the Errored rate includes Sentry events with the level 'info'. For our use case of Sentry, 'info' events are not indicative of an errored session and should not be included in that metric.

Solution Brainstorm

I would like to be able to see the % of crash-free users/sessions broken down by Sentry error level rather than (or as well as) 'Healthy', 'Abnormal', and 'Errored' sessions.

Product Area

Releases

getsantry[bot] commented 1 month ago

Assigning to @getsentry/support for routing ⏲️

getsantry[bot] commented 1 month ago

Routing to @getsentry/product-owners-releases for triage ⏲️

mifu67 commented 1 month ago

Hi @leewrigg,

Thank you for your suggestion. This is reasonable, and we'll add it to our backlog.

Just to clarify, you would like to see the crash free rates broken into healthy/abnormal/error/info/(other Sentry error levels)?

leewrigg commented 1 month ago

Hi @mifu67 - thanks for the update!

Breaking the crash free rates down into healthy/abnormal/error/info/(other Sentry error levels) would be perfect 👍

mifu67 commented 1 month ago

Got it, thanks!