Explorar el Código

Update next.config.js

main
Steve Ruiz hace 4 años
padre
commit
a9bcf7b15f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      next.config.js

+ 1
- 1
next.config.js Ver fichero

@@ -9,7 +9,7 @@ const SentryWebpackPluginOptions = {
9 9
   //   urlPrefix, include, ignore
10 10
   // For all available options, see:
11 11
   // https://github.com/getsentry/sentry-webpack-plugin#options.
12
-  silent: true,
12
+  silent: process.env.NODE_ENV === 'development',
13 13
 }
14 14
 
15 15
 module.exports = withSentryConfig(

Loading…
Cancelar
Guardar