瀏覽代碼

Update next.config.js

main
Steve Ruiz 4 年之前
父節點
當前提交
a9bcf7b15f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      next.config.js

+ 1
- 1
next.config.js 查看文件

@@ -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…
取消
儲存