Update next.config.js
This commit is contained in:
parent
94a78a574d
commit
a9bcf7b15f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ const SentryWebpackPluginOptions = {
|
|||
// urlPrefix, include, ignore
|
||||
// For all available options, see:
|
||||
// https://github.com/getsentry/sentry-webpack-plugin#options.
|
||||
silent: true,
|
||||
silent: process.env.NODE_ENV === 'development',
|
||||
}
|
||||
|
||||
module.exports = withSentryConfig(
|
||||
|
|
Loading…
Reference in a new issue