Update next.config.js

This commit is contained in:
Steve Ruiz 2021-06-19 16:24:56 +01:00
parent 94a78a574d
commit a9bcf7b15f

View file

@ -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(