Closed
Bug 1704184
Opened 4 years ago
Closed 4 years ago
FOG "baseline" pings not sent at startup
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
89 Branch
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: chutten, Assigned: chutten)
References
Details
Attachments
(1 file)
Though we say it does in the docs, we don't actually send a "baseline" ping with reason "active" at startup.
We should address this.
(( Near as I can tell this only requires adding glean::handle_client_active()
near the top of UserActivityObserer::begin_observing
and augmenting the marionette test_fog_user_activity
to check for an uploaded-at-startup ping. ))
Assignee | ||
Comment 1•4 years ago
|
||
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd33e28d0edc
Send a FOG "baseline" ping with reason "active" at init r=janerik
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•