Skip to content

Commit

Permalink
fix: set sentry dryrun true
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jul 8, 2024
1 parent 02f2749 commit 34f50ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,5 @@ const moduleExports = {
};

module.exports = withSentryConfig(moduleExports, {
dryRun: process.env.VERCEL_ENV !== "production",
dryRun: true,
});

0 comments on commit 34f50ea

Please sign in to comment.