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.30.0
Framework Version
Nuxt 3.13.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
// nuxt.config.ts
export default defineNuxtConfig({
sourcemap: {
server: true,
client: true,
},
modules: [
'@sentry/nuxt/module'
]
sentry: {
sourceMapsUploadOptions: {
org: 'org',
project: 'project',
authToken: 'authkey',
},
}
})
Steps to Reproduce
- Run
nuxt build --preset netlify
- During the build sentry will warn:
[sentry-vite-plugin] Warning: Didn't find any matching sources for debug ID upload. Please check the `sourcemaps.assets` option.
Expected Result
The sourcemaps should be processed and uploaded.
Actual Result
The sourcemaps are not found and uploaded. I can however confirm that the js files contain sentry debug ids and the corresponding source map files (.js.map) exist in the resulting dist
directory.
Metadata
Metadata
Assignees
Type
Projects
Status
No status