You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin listens to the afterPingCollection event. It receives the collected payload of a ping and returns an encrypted version of it using a JWK provided upon instantiation.
#95: Add a plugins property to the configuration options and create an event abstraction for triggering internal Glean events.
The only internal event triggered at this point is the afterPingCollection event, which is triggered after ping collection and logging, and before ping storing.
Plugins are built to listen to a specific Glean event. Each plugin must define an action, which is executed everytime the event they are listening to is triggered.
#101: BUGFIX: Only validate Debug View Tag and Source Tags when they are present.
#102: BUGFIX: Include a Glean User-Agent header in all pings.
#97: Add support for labeled metric types (string, boolean and counter).
#105: Introduce and publish the glean command for using the glean-parser in a virtual environment.