mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 731901 - Update telemetry ping to use new telemetry name. r=rstrong
This commit is contained in:
parent
af2542ef69
commit
b61e60af2e
@ -1482,7 +1482,7 @@ UpdateService.prototype = {
|
||||
if (parts.length > 1) {
|
||||
result = parseInt(parts[1]) || UNEXPECTED_ERROR;
|
||||
}
|
||||
Services.telemetry.getHistogramById("UPDATE_STATUS").add(result);
|
||||
Services.telemetry.getHistogramById("UPDATER_STATUS_CODES").add(result);
|
||||
} catch(e) {
|
||||
// Don't allow any exception to be propagated.
|
||||
Components.utils.reportError(e);
|
||||
|
Loading…
Reference in New Issue
Block a user