summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/docs/telemetry.md
blob: 2cd13390db09cea4caec355e343b7099ce0034fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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/main/docs/crash-reporting.md) for details on crash reporting in Firefox for Android.