Closed
Bug 1852527
Opened 1 year ago
Closed 1 year ago
Default search engine telemetry recorded in Glean is not updated when a search engine is changed
Categories
(Firefox :: Search, task, P3)
Firefox
Search
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: standard8, Assigned: mcheang)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
When we added the Glean version of the default search engine telemetry, we missed adding updating of the telemetry in the case there is an update to the default search engine, for example, the name or submission URL changing.
When the details of the default search engine change, we should:
- update the Glean default search engine telemetry.
- trigger the
search.engine.default.changed
event with an indication that this is the result of an engine update.
We may want to check how often this would get called - for example, we don't really want to trigger the changed event for a simple change that doesn't actually change the reported parameters.
Updated•1 year ago
|
See Also: → https://mozilla-hub.atlassian.net/browse/SNG-951
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → mcheang
Status: NEW → ASSIGNED
Pushed by mcheang@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f2acb9580f0
Add search engine telemetry to record when default engine updates. r=Standard8
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•