You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now it's quite complicated to find and understand if and why Symbolication failed in Sentry UI. There are several reasons for it:
Some errors are hidden behind UI buttons and hovers
2. Some "errors" are expected, getting users to ignore them all the time (e.g. external overlays/plugins loaded into the app, where users don't control symbols at all)
3. Even when able to identify what the issue is, it's extremely hard for users to figure out and understand what the resolution is (e.g. what do I do with a timeout, can I upload symbols, reprocessing is hidden)
4. Loaded images are not queryable and/or searchable - preventing users to find all issues that contain or don't contain specific image loaded
There are several improvements we could make to address all 3 issues above:
Make loaded images queryable attributes/tags.
Make symbolication status queryable
Based on that create extended UI to show list of all potentially problematic Images, and allow users to "mute/ignore" them - not showing errors and failures in the UI anymore. Additionally show users all issues that had non-ignored symbolication failures
Extend the Issues UI to showcase these failures and resolution steps properly + add ignore buttons there as well
Problem Statement
Right now it's quite complicated to find and understand if and why Symbolication failed in Sentry UI. There are several reasons for it:
User cases:
Solution Brainstorm
There are several improvements we could make to address all 3 issues above:
Product Area
Issues