From e88c84b71a0c5feef382d924301fcdf1e79529e4 Mon Sep 17 00:00:00 2001 From: Bianca Danforth Date: Fri, 2 Nov 2018 10:11:11 -0700 Subject: [PATCH] Remove 'uninstall' event from list of events to register Issue #157's patch removed this event from METRICS.md, but failed to remove it from the code. The uninstall event is recorded by the Addons Manager. It is not possible to record from a WE, as the extension is uninstalled before the event can be recorded. --- src/telemetry/extension.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/telemetry/extension.js b/src/telemetry/extension.js index d726f4c..b0db585 100644 --- a/src/telemetry/extension.js +++ b/src/telemetry/extension.js @@ -92,12 +92,6 @@ const EVENTS = { ...DEFAULT_EXTRAS, ], }, - // User uninstalls the extension - uninstall: { - methods: ['uninstall'], - objects: ['uninstall'], - extra_keys: ['tracked_prods'], - }, // User hides the toolbar button for the extension hide_toolbar_button: { methods: ['hide_toolbar_button'],