2019-01-31 16:27:36 +00:00
# Telemetry
2019-03-12 23:06:36 +00:00
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum 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
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
2020-07-21 01:55:41 +00:00
Additional metrics or pings defined by Fenix are documented in the [Glean SDK autogenerated docs ](metrics.md ).
2019-05-03 14:40:22 +00:00
2019-06-14 19:22:03 +00:00
## Leanplum
2020-08-21 20:02:19 +00:00
See [here ](https://github.com/mozilla-mobile/fenix/blob/master/docs/mma.md ) for details on Leanplum usage in Firefox for Android.
2019-09-24 01:31:02 +00:00
## Crash reporting
2020-08-21 20:02:19 +00:00
See [here ](https://github.com/mozilla-mobile/fenix/blob/master/docs/crash-reporting.md ) for details on crash reporting in Firefox for Android.