sentry-javascript-bundler-plugins
sentry-javascript-bundler-plugins copied to clipboard
@sentry/webpack-plugin: `silent: true` should not hide warnings and errors
Environment
@sentry/nextjs 8.33.1
Steps to Reproduce
- the project had
silent: truepassed into thewithSentryConfig()(@sentry/webpack-pluginoptions) - the
SENTRY_AUTH_TOKENgot deleted from the CD pipeline setup
Expected Result
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. [...]
Actual Result
No errors.