mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +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.
14 lines
615 B
Markdown
14 lines
615 B
Markdown
# 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](https://mozilla.github.io/glean/book/user/pings/index.html).
|
|
|
|
Additional metrics or pings defined by Fenix are documented in the [Glean Dictionary](https://dictionary.telemetry.mozilla.org/apps/fenix).
|
|
|
|
## Crash reporting
|
|
|
|
See [here](https://github.com/mozilla-mobile/fenix/blob/master/docs/crash-reporting.md) for details on crash reporting in Firefox for Android.
|