Improve logging for telemetry-tests-client suite
Categories
(Toolkit :: Telemetry, enhancement, P1)
Tracking
()
People
(Reporter: raphael, Assigned: raphael)
References
Details
Improving the log outputs from the test suite will help with debugging intermittent failures and diagnosing other issues.
| Assignee | ||
Comment 1•5 years ago
|
||
While investigating the intermittent failures in bug 1579840, we realized that we currently cannot debug the current Telemetry environment from received pings when a test fails, because main pings with reason environment-change contain the environment before the change happened. This ping behavior is working as designed. Consider adding a capability to the test harness to log the current environment by retrieving it directly from the browser.
See https://firefox-source-docs.mozilla.org/toolkit/components/telemetry/data/main-ping.html
Comment 2•5 years ago
|
||
This API will snag you what the Environment would be if you created a "main" ping at exactly that moment.
Updated•3 years ago
|
Comment 3•9 months ago
|
||
We are refocusing our efforts on Glean-sent data.
Description
•