Open
Bug 1409793
Opened 7 years ago
Updated 1 year ago
Normalize webext panels or ignore them in toolbox open telemetry
Categories
(DevTools :: General, enhancement, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
See https://mzl.la/2gP5Mnv
Click on "inspector", you will see a bunch of results for a couple of webextension panels. It looks like the panel id isn't unique and you get multiple results for the same add-on.
_react-devtools-111188-0-devtools-panel
_react-devtools-579-0-devtools-panel
https-everywhere-eff-bill_eff_org-1285-0-devtools-panel
We should either ignore custom panels, or record them into one unique telemetry entry, or just ignore them for now.
These panel IDs are computed over here:
http://searchfox.org/mozilla-central/source/browser/components/extensions/ext-devtools-panels.js#542
Comment 1•7 years ago
|
||
I'd think it is fine to ignore them for now. They are easy enough to filter out in our own tracking (as tmo doesn't work well for tracking the trends).
Updated•7 years ago
|
Priority: -- → P3
Blocks: dt-telemetry
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
Updated•1 year ago
|
Attachment #9382865 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•