We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
silent: true
@sentry/nextjs 8.33.1
withSentryConfig()
@sentry/webpack-plugin
SENTRY_AUTH_TOKEN
It's great to hide most of the logs, but I would expect warnings / errors, like the one below, to still be shown:
[@sentry/nextjs - Node.js] Warning: No auth token provided. Will not create release. [...]
No errors.
The text was updated successfully, but these errors were encountered:
Thanks. We will consider!
Sorry, something went wrong.
No branches or pull requests
Environment
Steps to Reproduce
silent: true
passed into thewithSentryConfig()
(@sentry/webpack-plugin
options)SENTRY_AUTH_TOKEN
got deleted from the CD pipeline setupExpected Result
It's great to hide most of the logs, but I would expect warnings / errors, like the one below, to still be shown:
Actual Result
No errors.
The text was updated successfully, but these errors were encountered: