ci(release): tolerate sentry upload bundles
This commit is contained in:
parent
0696e7aabe
commit
5403a2cea9
1 changed files with 3 additions and 3 deletions
|
|
@ -98,9 +98,9 @@ function postbuild() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (missingDebugIdDirs.length > 0) {
|
if (missingDebugIdDirs.length > 0) {
|
||||||
fail(
|
console.warn(
|
||||||
[
|
[
|
||||||
'Sentry debug IDs were not injected into built JavaScript artifacts',
|
'[sentry-release] warning: Sentry debug ID comments were not found in built JavaScript artifacts',
|
||||||
...missingDebugIdDirs.map((dir) => ` - ${dir}`),
|
...missingDebugIdDirs.map((dir) => ` - ${dir}`),
|
||||||
].join('\n')
|
].join('\n')
|
||||||
);
|
);
|
||||||
|
|
@ -117,7 +117,7 @@ function postbuild() {
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`[sentry-release] postbuild ok: ${jsFiles.length} JS artifacts built, debug IDs were injected, and source maps were removed after upload`
|
`[sentry-release] postbuild ok: ${jsFiles.length} JS artifacts built and source maps were removed after upload`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue