### Problem Statement When symbolication fails, the failure is only visible by opening an individual issue and reading the Images Loaded section. There is no way to answer "which of my issues have unsymbolicated or partially symbolicated frames", and therefore no way to know how much of the crash dashboard is currently unreliable. The recovery path has the same shape. Reprocessing is a per-issue button inside the issue view. After uploading a missing or corrected debug file, there is no way to reprocess everything that was blocked on it. For native teams that upload symbols per build, a missed or late upload can affect thousands of issues, and each one has to be found and reprocessed by hand. The result is that: - Failures are discoverable only one issue at a time, so most are never discovered. - Teams have no measure of symbolication health, so a broken symbol upload in CI can go unnoticed for an entire release. - Fixing the cause does not fix the data, and the remediation cost scales with how long the problem went unnoticed. This matters more than it might appear, because symbolication quality is upstream of the stack trace, the grouping, and the fingerprint. Silent symbolication failure degrades everything downstream of it. ### Solution Brainstorm - A searchable, filterable view of symbolication outcomes across the org: issues and events with failed or partial symbolication, grouped by reason and by the debug file that was missing. - Search support so failed symbolication can be used as a filter in the issue stream. - Bulk reprocessing: select a set of issues, or all events blocked on a specific debug file, and reprocess in one action. Better still, automatically reprocess events that were blocked on a debug file when that file is later uploaded. - Alerting on symbolication failure rate crossing a threshold, so a broken CI upload is caught in hours rather than at the end of a release. Related: #115602 (different root cause, same family of misleading candidate status) ### Product Area Processing <!-- junior-request-attribution:start --> Requested by **Saad Khan**. <!-- junior-request-attribution:end --> <!-- junior-session-footer:start --> <!-- junior-conversation-id:slack%3AD0ATYMLDCTV%3A1787873358.201519 --> -- [View Junior Session](https://junior-prod.sentry.dev/conversations/slack%3AD0ATYMLDCTV%3A1787873358.201519) [[Sentry]](https://sentry.sentry.io/explore/conversations/slack%3AD0ATYMLDCTV%3A1787873358.201519/?project=4510944073809921) <!-- junior-session-footer:end -->