Closed
Bug 1800114
Opened 2 years ago
Closed 2 years ago
Fix BrowserUsageTelemetry for browser actions in the addons panel
Categories
(WebExtensions :: General, task, P3)
WebExtensions
General
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: mconley, Assigned: mconley)
References
(Blocks 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
2.62 KB,
text/plain
|
jhirsch
:
data-review+
|
Details |
It looks like we need to fix up BrowserUsageTelemetry to accommodate our new addons area in order to properly record keyed scalars for UI telemetry there. We should do that, and add tests.
Updated•2 years ago
|
Updated•2 years ago
|
Severity: -- → N/A
Priority: -- → P3
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D161843
Updated•2 years ago
|
Assignee: nobody → mconley
Attachment #9303770 -
Attachment description: WIP: Bug 1800114 - Make BrowserUsageTelemetry work for items in the Unified Extensions panel. → Bug 1800114 - Make BrowserUsageTelemetry work for items in the Unified Extensions panel. data-review=jhirsch, r?jhirsch!
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•2 years ago
|
||
Attachment #9303780 -
Flags: data-review?(jhirsch)
Assignee | ||
Comment 3•2 years ago
|
||
Hey Will, are you interested in being on the list for notification emails for this probe?
Flags: needinfo?(wdurand)
Comment 4•2 years ago
|
||
I don't see add-ons peers in any of the similar entries so I am fine with being on the list but also fine with not being listed :)
Flags: needinfo?(wdurand)
Comment 5•2 years ago
|
||
Comment on attachment 9303780 [details]
Data review request.md
data-review+
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, the usual Firefox telemetry documentation.
- Is there a control mechanism that allows the user to turn the data collection on and off? (Note, for data collection not needed for security purposes, Mozilla provides such a control mechanism) Provide details as to the control mechanism available.
Yes, the usual Firefox telemetry opt-out user controls.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes. dtownsend@mozilla.com, mconley@mozilla.com, wdurand@mozilla.com will monitor the data.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, interaction data.
- Is the data collection request for default-on or default-off?
Default on.
- 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.
Attachment #9303780 -
Flags: data-review?(jhirsch) → data-review+
Pushed by mconley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fd0c36279988
Make BrowserUsageTelemetry work for items in the Unified Extensions panel. data-review=jhirsch, r=jhirsch
Comment 7•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•