Skip to content

Commit

Permalink
Use dryRun in development mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed Jun 25, 2021
1 parent c0f84e2 commit f681da0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const sentryWebpackPluginOptions = {
// See https://github.com/getsentry/sentry-docs/issues/3721

debug: process.env.NODE_ENV === 'development', // You'll need to configure "debug" in sentry.x.config.js files as well
dryRun: process.env.NODE_ENV === 'development', // Don't upload source maps during dev (doesn't work anyway)
silent: true, // Suppresses all logs, because "[Sentry Webpack Plugin]" logs are too noisy
};

Expand Down

1 comment on commit f681da0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.