Skip to content

Unminify code using debug_id not working #80550

@biesbjerg

Description

@biesbjerg

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    No status

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions