Skip to content

Commit

Permalink
Upload Sentry source maps by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinnl committed Oct 29, 2024
1 parent 7dad674 commit 992a76c
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 @@ -205,7 +205,7 @@ const sentryOptions = {
hideSourceMaps: false,

sourcemaps: {
disable: process.env.UPLOAD_SENTRY_SOURCEMAPS !== "true",
disable: process.env.UPLOAD_SENTRY_SOURCEMAPS === "false",
},
};

Expand Down

0 comments on commit 992a76c

Please sign in to comment.