You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.30.0
Framework Version
Nuxt 3.13.0
Link to Sentry event
No response
Reproduction Example/SDK Setup
Steps to Reproduce
nuxt build --preset netlify
[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.The text was updated successfully, but these errors were encountered: