Use new Telemetry object for remove/report events in unified extensions context menu
Categories
(WebExtensions :: General, task, P3)
Tracking
(firefox105 fixed)
Tracking | Status | |
---|---|---|
firefox105 | --- | fixed |
People
(Reporter: willdurand, Assigned: willdurand)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
3.06 KB,
text/plain
|
TheOne
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review |
In Bug 1777483, we introduce a new context menu for extensions listed in the unified extensions panel. Among other things, this menu has the manage/remove/report items and remove/report send Telemetry events.
Currently, we are reusing the Telemetry "objects" of the toolbar context menu ("browserAction" and "toolbar_context_menu") but we should probably have our own objects for the unified extensions context menu.
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Hi Andreas, I attached a data review request to add two new objects to two existing events for a new feature (unified extensions). Thanks!
I'll submit a patch to Phabricator, too.
Assignee | ||
Comment 2•3 years ago
|
||
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Comment on attachment 9288095 [details]
data-review-request-bug-1780746.md
Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, through yaml and probes dictionary.
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, global Telemetry controls.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, data analysts at Mozilla.
Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2.
Does the instrumentation include the addition of any new identifiers (whether anonymous or otherwise; e.g., username, random IDs, etc. See the appendix for more details)?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does the data collection use a third-party collection tool?
No.
Comment 5•3 years ago
|
||
bugherder |
Description
•