ci(analytics): correctly report CI job errors as errors
This commit is contained in:
parent
315e73c47c
commit
10fedd0dfc
|
@ -167,7 +167,7 @@ module.exports = {
|
|||
},
|
||||
|
||||
ciError: (actionName, duration) => {
|
||||
recordEvent('success', 'ci', actionName, duration);
|
||||
recordEvent('error', 'ci', actionName, duration);
|
||||
},
|
||||
|
||||
bundleSize: (filePath, sizeInBytes, compressionLevel) => {
|
||||
|
|
Loading…
Reference in New Issue