2019-01-31 16:27:36 +00:00
# Telemetry
2021-04-22 09:38:03 +00:00
Fenix uses Mozilla's telemetry service (Glean) to measure feature performance and engagement.
2019-01-31 16:27:36 +00:00
2020-07-21 01:55:41 +00:00
## Glean pings and metrics
2021-05-08 00:52:01 +00:00
2020-07-21 01:55:41 +00:00
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 ).
2019-01-31 16:27:36 +00:00
2021-05-08 00:52:01 +00:00
Additional metrics or pings defined by Fenix are documented in the [Glean Dictionary ](https://dictionary.telemetry.mozilla.org/apps/fenix ).
2019-05-03 14:40:22 +00:00
2019-09-24 01:31:02 +00:00
## Crash reporting
2021-05-08 00:52:01 +00:00
2021-07-28 12:20:14 +00:00
See [here ](https://github.com/mozilla-mobile/fenix/blob/main/docs/crash-reporting.md ) for details on crash reporting in Firefox for Android.