Skip to content

Commit

Permalink
ci: Remove sentry finalize from webpack plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbo2002 committed Aug 31, 2024
1 parent 184fd03 commit 4d36883
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gruntfile.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,10 @@ module.exports = function (grunt) {
) {
const { sentryWebpackPlugin } = require('@sentry/webpack-plugin');
webpackConfig.plugins.push(sentryWebpackPlugin({
release: pkg.version,
release: {
name: pkg.version,
finalize: false
},
sourcemaps: {
assets: ['./dest']
},
Expand Down

0 comments on commit 4d36883

Please sign in to comment.