Sentry sus commit support

Red commit is sus
This commit is contained in:
Matteo Gheza 2021-02-21 01:03:26 +01:00
parent 7ffe18ee52
commit 86ba517cf8
1 changed files with 4 additions and 1 deletions

View File

@ -102,6 +102,9 @@ module.exports = (env) => {
project: config_file.sentry_project,
urlPrefix: '~/dist',
include: './dist',
setCommits: {
auto: true
}
}),
new AfterBuildPlugin(removeSourceMapUrlAfterBuild),
@ -112,7 +115,7 @@ module.exports = (env) => {
);
console.log(colors.green("INFO Sentry Webpack plugins enabled"));
}
prod_config.plugins.push(
new webpack.EnvironmentPlugin({
GIT_VERSION: git('describe --always'),