mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
b72f35d1fd
This additionally overhauls the Fenix telemetry docs to point at the Glean autogenerated docs, to prevent documentation getting outdated again.
15 lines
732 B
Markdown
15 lines
732 B
Markdown
# Telemetry
|
|
|
|
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum 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 SDK autogenerated docs](metrics.md).
|
|
|
|
## Leanplum
|
|
See [here](https://github.com/mozilla-mobile/fenix/blob/master/docs/mma.md) for details on Leanplum usage in Firefox Preview.
|
|
|
|
## Crash reporting
|
|
See [here](https://github.com/mozilla-mobile/fenix/blob/master/docs/crash-reporting.md) for details on crash reporting in Firefox Preview.
|