Create a method for accessing all ping types and current debug view tag and log pings to console values
Categories
(Data Platform and Tools :: Glean: SDK, task, P1)
Tracking
(Not tracked)
People
(Reporter: npoon, Assigned: travis_)
References
Details
Attachments
(1 file)
Once Glean.setDebugViewTag
is called, any pings from there on out will be collected. However, if the user disables and re-enables the debug menu, pings are still being collected but the UI will not show the current debug view tag even though it still "exists". To update the UI with the correct state, we would need a way to get these current values from the Glean API.
Looking at the desktop about:glean
, it seems that it is able to retrieve the current debug view tag. We would want a way to retrieve this as well through the Glean API
Also, in the desktop about:glean
, there is a dropdown for all the test ping types. Since this can be updated through updates to metrics.yaml
manually, there should be a way to access this dropdown list of all the test ping types through the Glean API. This will enable users to submit test pings of all ping types without requiring a developer to manually add it to the tool
Reporter | ||
Updated•11 months ago
|
Reporter | ||
Updated•10 months ago
|
Assignee | ||
Updated•10 months ago
|
Assignee | ||
Updated•9 months ago
|
Comment 1•9 months ago
|
||
Assignee | ||
Updated•9 months ago
|
Description
•