Open tomasz-sodzawiczny opened 4 weeks ago
@sentry/nextjs 8.33.1
silent: true
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.
Thanks. We will consider!
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.