Remove manual page load events from the Glean Debug Ping Viewer
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Tracking
(Not tracked)
People
(Reporter: brosa, Assigned: aaggarwal)
Details
Attachments
(1 file, 1 obsolete file)
This is an outcome of https://bugzilla.mozilla.org/show_bug.cgi?id=1874884.
We currently have two different methods of collecting page loads in the Debug Ping Viewer
- Manual page load events in page components
- Built-in Glean.js page load events hooked into react-router
We verified in the bug linked above that the counts are more correct for the built-in page loads, so we should remove the manual events.
Comment 1•8 months ago
|
||
Hey Abhishek, is this something you could squeeze in?
I can create a PR to do this. This should be pretty straightforward. Then I can deploy the latest DPV with this change. Assigning it to myself.
Btw, which one has higher priority, this one or https://bugzilla.mozilla.org/show_bug.cgi?id=1883593? So that I can plan accordingly.
Comment 3•8 months ago
|
||
(In reply to Abhishek from comment #2)
Btw, which one has higher priority, this one
This one is definitely lower priority
Comment 5•8 months ago
|
||
PR is approved and merged. Deploying it to dev and prod now.
Latest DPV deployed to dev and prod successfully. Things are working as expected on dev and prod.
Marking this ticket as resolved.
Description
•