Closed
Bug 1878173
Opened 2 years ago
Closed 2 years ago
Remove previous default browser ping caching from Glean telemetry.
Categories
(Toolkit :: Default Browser Agent, defect, P2)
Tracking
()
RESOLVED
FIXED
124 Branch
People
(Reporter: nrishel, Assigned: nrishel)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fidedi])
Attachments
(2 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
The default agent caches the previous browser in two registry locations - CurrentDefault and PingCurrentDefault. Glean should not use PingCurrentDefault to populate telemetry as we believe it causes issues when stale for unknown reasons, resulting in seemingly impossible combinations with notification telemetry which is not cached for glean.
Updated•2 years ago
|
| Assignee | ||
Comment 1•2 years ago
|
||
Pushed by nrishel@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7b42121a4f48
Avoid use of registry cached previous default browser ping to avoid telemetry confusion. r=bytesized
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
| Assignee | ||
Comment 4•2 years ago
|
||
Original Revision: https://phabricator.services.mozilla.com/D200758
Updated•2 years ago
|
Attachment #9378910 -
Flags: approval-mozilla-beta?
Comment 5•2 years ago
|
||
Uplift Approval Request
- Is Android affected?: no
- User impact if declined: None, only telemetry
- Steps to reproduce for manual QE testing: n/a
- Code covered by automated testing: no
- String changes made/needed: No
- Fix verified in Nightly: yes
- Explanation of risk level: Only changes the source string for telemetry.
- Risk associated with taking this patch: Low
- Needs manual QE test: no
Comment 6•2 years ago
|
||
Uplift Approval Request
- Risk associated with taking this patch: Low
- Needs manual QE test: no
- Explanation of risk level: Only changes the source string for telemetry.
- String changes made/needed: None
- Code covered by automated testing: no
- Fix verified in Nightly: yes
- User impact if declined: None, only telemetry
- Is Android affected?: no
- Steps to reproduce for manual QE testing: n/a
Updated•2 years ago
|
Attachment #9378910 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•2 years ago
|
status-firefox123:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•