Skip to content

ERROR [sentry-rollup-plugin] Info: Successfully uploaded source maps to Sentry #14879

Closed
getsentry/sentry-javascript-bundler-plugins
#652
@heriec

Description

@heriec

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.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

Image

and
Image

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