We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8344df commit 6e2d222Copy full SHA for 6e2d222
1 file changed
next.config.js
@@ -53,7 +53,7 @@ module.exports = withSentryConfig(moduleExports, {
53
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
54
55
// Suppresses source map uploading logs during build
56
- silent: true,
+ silent: false,
57
58
project: process.env.SENTRY_PROJECT,
59
0 commit comments