Refactor Nimbus Telemetry into a common module
Categories
(Firefox :: Nimbus Desktop Client, task, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: beth, Assigned: beth)
References
Details
Attachments
(2 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
Bug 1953530 - Use invalid-feature for enrollment_status and validation_failed telemetry r?chumphreys
48 bytes,
text/x-phabricator-request
|
Details | Review |
There's telemetry code spread across all of Nimbus. It would be nice if it was consolidated into one place that defined all the different types of telemetry we collect. Then we could also make it easier to do bug 1947901 as all the definitions would be in one place and could be referenced from all of Nimbus client code.
Assignee | ||
Comment 1•6 months ago
|
||
This patch does not change the targeting context telemetry as it is
sufficiently complicated and isolated from the rest of the telemetry.
Assignee | ||
Comment 2•6 months ago
|
||
validation_failed
mistakenly listed the reason as invalid-reason
(a
typo) and enrollment_status
was lumping invalid-feature
errors under
invalid-branch
.
Comment 4•5 months ago
|
||
Backed out for causing build bustages
Backout link: https://hg.mozilla.org/integration/autoland/rev/f31868a8422c30fcae5963a72cf8ba9ea9b3816a
Assignee | ||
Updated•5 months ago
|
Comment 6•5 months ago
|
||
Backed out for causing xpc/bc failures @ test_ExperimentManager_unenroll.js & browser_asrouter_experimentsAPILoader.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/93e27172c9069212ec1a784c098e5b6ffa11903f
Comment 8•5 months ago
|
||
Backed out for causing mochitests failures in browser_asrouter_experimentsAPILoader.js.
- Backout link
- Push with failures
- Failure Log
- Failure line: TEST-UNEXPECTED-FAIL | browser/components/asrouter/tests/browser/browser_asrouter_experimentsAPILoader.js | Uncaught exception in test bound test_exposure_ping - at resource://testing-common/sinon-7.2.7.js:3637 - TypeError: Attempted to wrap undefined property recordExposureEvent as function
Assignee | ||
Updated•5 months ago
|
Comment 10•5 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/535341605cd2
https://hg.mozilla.org/mozilla-central/rev/fcda25256bee
Description
•