Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unminify code using debug_id not working #3332

Open
biesbjerg opened this issue Sep 19, 2024 · 0 comments
Open

Unminify code using debug_id not working #3332

biesbjerg opened this issue Sep 19, 2024 · 0 comments

Comments

@biesbjerg
Copy link

biesbjerg commented Sep 19, 2024

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.

  1. Create a build and upload source maps to Sentry
  2. Trigger an error event
  3. See error in Sentry UI

Expected Result

  1. Error should show up in Sentry with unminified code

Actual Result

  1. Error shows up in Sentry but code is minified

When clicking "Unminify code" everything looks like it should be working:
Image

  • Event JSON shows that a debug_id is present: event.json
  • An artifact bundle containing files with the corresponding debug_id exists in Sentry: Image

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Product Owner
Status: No status
Development

No branches or pull requests

1 participant