Skip to content

Commit 6e2d222

Browse files
committed
chore: unsupress Sentry source map uploading logs
Refs: LINK-2325
1 parent b8344df commit 6e2d222

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ module.exports = withSentryConfig(moduleExports, {
5353
// https://www.npmjs.com/package/@sentry/webpack-plugin#options
5454

5555
// Suppresses source map uploading logs during build
56-
silent: true,
56+
silent: false,
5757

5858
project: process.env.SENTRY_PROJECT,
5959

0 commit comments

Comments
 (0)