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
I'm not sure how to give actual reproduction steps, so instead I'll try to describe what's happening and provide files.
Create a build and upload source maps to Sentry
Trigger an error event
See error in Sentry UI
Expected Result
Error should show up in Sentry with unminified code
Actual Result
Error shows up in Sentry but code is minified
When clicking "Unminify code" everything looks like it should be working:
Event JSON shows that a debug_id is present: event.json
An artifact bundle containing files with the corresponding debug_id exists in Sentry:
Am I wrong to expect that Sentry should correlate the event's debug_id and the files in the artifact bundle with the corresponding debug_id in this case?
Event ID
No response
The text was updated successfully, but these errors were encountered:
Self-Hosted Version
24.7.1
CPU Architecture
x86_64
Docker Version
27.2.1
Docker Compose Version
v2.12.2
Steps to Reproduce
I'm not sure how to give actual reproduction steps, so instead I'll try to describe what's happening and provide files.
Expected Result
Actual Result
When clicking "Unminify code" everything looks like it should be working:
debug_id
is present: event.jsondebug_id
exists in Sentry:Am I wrong to expect that Sentry should correlate the event's
debug_id
and the files in the artifact bundle with the correspondingdebug_id
in this case?Event ID
No response
The text was updated successfully, but these errors were encountered: