ci(analytics): correctly report CI job errors as errors

This commit is contained in:
Igor Minar 2016-03-03 21:51:07 -08:00 committed by Igor Minar
parent 315e73c47c
commit 10fedd0dfc
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ module.exports = {
},
ciError: (actionName, duration) => {
recordEvent('success', 'ci', actionName, duration);
recordEvent('error', 'ci', actionName, duration);
},
bundleSize: (filePath, sizeInBytes, compressionLevel) => {