mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
b72f35d1fd
This additionally overhauls the Fenix telemetry docs to point at the Glean autogenerated docs, to prevent documentation getting outdated again.
732 B
732 B
Telemetry
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum to measure feature performance and engagement.
Glean pings and metrics
By using the Glean SDK, Fenix can send the pings the SDK owns and defines, as documented in the Glean SDK docs.
Additional metrics or pings defined by Fenix are documented in the Glean SDK autogenerated docs.
Leanplum
See here for details on Leanplum usage in Firefox Preview.
Crash reporting
See here for details on crash reporting in Firefox Preview.