mirror of https://github.com/vector-im/riot-web
Merge pull request #27901 from element-hq/florianduros/ci/fix-build
Fix develop buildpull/27922/head
commit
7073fb2faf
|
@ -714,8 +714,8 @@ module.exports = (env, argv) => {
|
|||
sourcemaps: {
|
||||
paths: "./webapp/bundles/**",
|
||||
},
|
||||
errorHandler: (err, invokeErr, compilation) => {
|
||||
compilation.warnings.push("Sentry CLI Plugin: " + err.message);
|
||||
errorHandler: (err) => {
|
||||
console.warn("Sentry CLI Plugin: " + err.message);
|
||||
console.log(`::warning title=Sentry error::${err.message}`);
|
||||
},
|
||||
}),
|
||||
|
|
Loading…
Reference in New Issue