Skip to content

Sourcemaps and events with debug ids are not matching #13997

Closed
@francois-launchbase

Description

@francois-launchbase

Is there an existing issue for this?

How do you use Sentry?

Sentry Saas (sentry.io)

Which SDK are you using?

@sentry/nuxt

SDK Version

8.34.0

Framework Version

Nuxt 3.13.2

Link to Sentry event

https://launchbase.sentry.io/share/issue/8a9d1595927f499e8a2283814fc989f6/

Reproduction Example/SDK Setup

N/A

Steps to Reproduce

We've configured @sentry/nuxt in a new project. A release is being created and the corresponding sourcemaps are uploaded (by making use of sourceMapsUploadOptions):
Image

Expected Result

After triggering an error we expect to see the unminified code in the error details (we did check the list on the current Nuxt SDK roadmap and could not find any sign indicating that this is feature that's still in the pipeline).

Actual Result

Instead of seeing the unminified code we get the "Unminify Code" button.

According to the dialogue our Debug IDs seem to be setup correctly
Image

For this particular event we can confirm that the event JSON does indeed contain a debug id:

"debug_meta": {
    "images": [
      {
        "code_file": "https://--------/_nuxt/CLhFwiEt.js",
        "debug_id": "1a7b60ac-d7af-4f1e-97ad-c7a231f9d1c5",
        "type": "sourcemap"
      }
    ]
  },

and that both the Debug ID and Source Map Reference is present in the artifacts
Image

Now it seems like the only thing left do do is to get these two entities to match with each other but we've run out of ideas and instructions to follow 🤕

Metadata

Metadata

Assignees

Labels

Package: nuxtIssues related to the Sentry Nuxt SDK

Type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions