Skip to content

Commit 1f8c7a3

Browse files
committed
remove the setCommits config option because it is causing build errors on the vercel prod branch
1 parent d45d4b4 commit 1f8c7a3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

next.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ const sentryWebpackPluginOptions = {
3333
project: process.env.SENTRY_PROJECT,
3434
org: process.env.SENTRY_ORG,
3535
authToken: process.env.SENTRY_AUTH_TOKEN,
36-
setCommits: {
37-
auto: true,
38-
}
3936
// For all available options, see:
4037
// https://github.com/getsentry/sentry-webpack-plugin#options.
4138
}

0 commit comments

Comments
 (0)