getsentry / sentry-javascript-bundler-plugins

JavaScript Bundler Plugins for Sentry
https://sentry.io
BSD 3-Clause "New" or "Revised" License
141 stars 36 forks source link

@sentry/webpack-plugin: `silent: true` should not hide warnings and errors #623

Open tomasz-sodzawiczny opened 4 weeks ago

tomasz-sodzawiczny commented 4 weeks ago

Environment

@sentry/nextjs 8.33.1

Steps to Reproduce

  1. the project had silent: true passed into the withSentryConfig() (@sentry/webpack-plugin options)
  2. the SENTRY_AUTH_TOKEN got 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.

lforst commented 4 weeks ago

Thanks. We will consider!