Closed
Bug 1515084
Opened 6 years ago
Closed 6 years ago
Ensure that SEARCH_COUNTS and related telemetry are still working with the QuantumBar
Categories
(Firefox :: Address Bar, enhancement, P2)
Firefox
Address Bar
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: standard8, Assigned: standard8)
References
Details
(Whiteboard: [fxsearch])
As part of the work for the new QuantumBar, we should ensure that the telemetry probes for search relating to the address bar keep working.
In particular, these are:
- SEARCH_COUNTS (histogram)
- browser.engagement.navigation.urlbar (keyed scalar)
- navigation.search (event telemetry)
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → standard8
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•6 years ago
|
||
I've just done some manual testing, and I've verified the telemetry probes above are already working correctly for the tests I did. We also have tests covering these, so I'm pretty sure we should be good.
Note: for navigation.search I had to run Services.telemetry.setEventRecordingEnabled("navigation", true);
in the browser privileged scratchpad, to get it to record.
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•