Closed
Bug 1705069
Opened 4 years ago
Closed 4 years ago
System Addons installed through balrog are currently missing telemetryInfo details
Categories
(Toolkit :: Add-ons Manager, defect, P3)
Toolkit
Add-ons Manager
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: rpl, Assigned: rpl)
Details
Attachments
(1 file)
While I was looking into Bug 1697699, I did notice a huge number of addonsManager.install
telemetry events that were missing their telemetryInfo details.
Looking more closely to the other details in those telemetry events I did notice that all of the one missing the expected telemetryInfo were installed through Balrog (which also explains why there were so many, given that system addons updates are going to be picked up by every Firefox instances with system addon updates enabled).
This issue is meant to fix that by:
- adding the expected telemetryInfo to the system addons updated through Balrog (by passing the telemetryInfo as third parameter to the
createLocalInstall
call fromSystemAddonInstall.installAddonSet
here) - adding a new xpcshell test to cover it explicitly as part of the automated tests
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → lgreco
Severity: -- → S4
Status: NEW → ASSIGNED
Priority: -- → P3
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by luca.greco@alcacoop.it:
https://hg.mozilla.org/integration/autoland/rev/df6c8e91e856
Make sure telemetryInfo are associated to the system addons installed through Balrog. r=mixedpuppy
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•