mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
adb10fab4e
Now that the Glean Dictionary (https://dictionary.telemetry.mozilla.org) has hit production, our guidance is to move away from generating metrics.md files. The Glean Dictionary is a better solution for this task for a couple of reasons: 1. The Glean Dictionary contains a complete reference of all metrics and pings sent by an application (not just those defined in the application itself, as is the case with the markdown documentation) 2. The Glean Dictionary provides additional context and links beyond what is provided by the documentation (for example, information on how to access metric information via BigQuery or GLAM) as well as annotations provided by data scientists in the course of analyzing data (see, for example, the commentary section for: https://dictionary.telemetry.mozilla.org/apps/fenix/metrics/metrics_search_count). This should also reduce some of the churn/burden on people when they submit PRs, as there is no longer any need to update metrics.md as a part of them.
615 B
615 B
Telemetry
Fenix uses Mozilla's telemetry service (Glean) 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 Dictionary.
Crash reporting
See here for details on crash reporting in Firefox for Android.