Skip to content

Commit

Permalink
Remove 'uninstall' event from list of events to register
Browse files Browse the repository at this point in the history
Issue mozilla#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.
  • Loading branch information
biancadanforth committed Nov 6, 2018
1 parent e633803 commit e88c84b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/telemetry/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit e88c84b

Please sign in to comment.