-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR [sentry-rollup-plugin] Info: Successfully uploaded source maps to Sentry #14879
ERROR [sentry-rollup-plugin] Info: Successfully uploaded source maps to Sentry #14879
Comments
Hello, thanks for reaching out! All logs were directed to But I see that this is not ideal, as it's confusing to see an
cc @lforst |
Imo just because something prints to stderr it doesn't necessarily mean it is an error. I don't think we should change this, at least in the bundler plugin layer. Is there a reason why these messages are prefixed with an |
Probably Vite, Rollup, zsh or bash prefix When I |
I just reported something similar: getsentry/sentry-javascript-bundler-plugins#650 I think it's due to this change, which seems suspect: getsentry/sentry-javascript-bundler-plugins#624 |
I suspect Nuxt is changing the log output when something is logged as error: https://github.com/nuxt/nuxt/blob/main/packages/vite/src/utils/logger.ts#L27 We'll change this on our side to use |
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 anERROR
, but the output type is `Info.And, in fact, there are no bugs when it is running.
like:
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.
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
and
The text was updated successfully, but these errors were encountered: