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
feat(source-map-config-issues): Implementing problem, diagnosis and troubleshooting section designs (#112393)
dev-ui link for testing: [issue in dev
org](https://instrument-gc.dev.getsentry.net:7999/issues/7389912885/?project=4511172452286464&query=&referrer=issue-stream)
A little context on the endpoint used for the diagnosis section.
- `GET
/api/0/projects/{org}/{project}/events/{event_id}/source-map-debug-blue-thunder-edition/`
— given an event, checks whether source maps can be resolved for each
frame across three paths.
- - Debug ID — whether the bundle has a debug ID injected and the
corresponding artifacts are uploaded
- - Release artifacts — whether the minified file and source map resolve
correctly for the event's release/dist
- - Scraping — whether Sentry attempted to fetch source maps from the
deployed URL and the outcome (success, not found, disabled, timeout,
etc.)
<img width="1185" height="825" alt="Screenshot 2026-04-08 at 12 21
20 AM"
src="https://github.com/user-attachments/assets/9b41cf59-16c8-40ff-babf-7e36d9893826"
/>
---------
Co-authored-by: Abdullah Khan <abdullahkhan@PG9Y57YDXQ.local>
0 commit comments