Description
Is there an existing issue for this?
- I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- I have reviewed the documentation https://docs.sentry.io/
- I am using the latest SDK release https://github.com/getsentry/sentry-javascript/releases
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):
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
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
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
Type
Projects
Status