Bug 1891342 - Part 2: Update iconAccentViolet color to Violet70 r=android-reviewers...
[gecko.git] / mobile / android / fenix / docs / telemetry.md
blob2cd13390db09cea4caec355e343b7099ce0034fc
1 # Telemetry
3 Fenix uses Mozilla's telemetry service (Glean) to measure feature performance and engagement.
5 ## Glean pings and metrics
7 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).
9 Additional metrics or pings defined by Fenix are documented in the [Glean Dictionary](https://dictionary.telemetry.mozilla.org/apps/fenix).
11 ## Crash reporting
13 See [here](https://github.com/mozilla-mobile/fenix/blob/main/docs/crash-reporting.md) for details on crash reporting in Firefox for Android.