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.47.0
Framework Version
"nuxt": "^3.14.1592",
Link to Sentry event
No response
Reproduction Example/SDK Setup
I was using Sentry in a Nuxt project, and previously with Vue in Vite, I didn't encounter this issue.
The sentry-rollup-plugin
reports an ERROR
, but the output type is `Info.
And, in fact, there are no bugs when it is running.
like:
ERROR [sentry-rollup-plugin] Info: Using environment variables configured in ".env.sentry-build-plugin".
ERROR [sentry-rollup-plugin] Info: Sending telemetry data on issues and performance to Sentry. To disable telemetry, set options.telemetry to false.
ERROR [sentry-rollup-plugin] Info: Successfully uploaded source maps to Sentry
I checked the issues but didn't find similar cases, so it might be a problem on my end. I hope to get some help in resolving this.
sentry: {
sourceMapsUploadOptions: {
org: 'xxxx',
project: 'xxxxx',
authToken: process.env.SENTRY_AUTH_TOKEN,
sourcemaps: {
filesToDeleteAfterUpload: ['./dist/**/*.js.map'],
},
},
},
sourcemap: { client: 'hidden' },
Steps to Reproduce
I'm sorry, I don't know how to provide code to reproduce my situation.
If possible, what would you like me to provide? For my previous setups in Vite, I followed the simplest instructions according to the official website.
Expected Result
without ERROR
Actual Result
Metadata
Metadata
Assignees
Type
Projects
Status
No status