Open
Bug 2012824
Opened 4 days ago
Updated 2 days ago
Widget telemetry events pass wrong value to newtab_visit_id
Categories
(Firefox :: New Tab Page, defect)
Firefox
New Tab Page
Tracking
()
ASSIGNED
People
(Reporter: maxx, Assigned: maxx)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In both the following instances, it should pass session.session_id to newtab_visit_id.
https://searchfox.org/firefox-main/source/browser/extensions/newtab/lib/TelemetryFeed.sys.mjs#1428
https://searchfox.org/firefox-main/source/browser/extensions/newtab/lib/TelemetryFeed.sys.mjs#1407
| Assignee | ||
Comment 1•2 days ago
|
||
The handlePromoCardUserEvent and handleWidgetsUserEvent methods were incorrectly accessing session.visit_id, which doesn't exist. The correct property is session.session_id. This bug caused these telemetry events to send undefined for the newtab_visit_id field.
Updated•2 days ago
|
Assignee: nobody → mcrawford
Status: NEW → ASSIGNED
You need to log in
before you can comment on or make changes to this bug.
Description
•