mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
1480a5292b
* Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (Automation/TC) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (GitHub Workflows) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (GitHub Workflows) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (GitHub Issue Templates) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (Jenkins) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (README & Documentation) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (Jenkins) * Fixes https://github.com/mozilla-mobile/fenix/issues/11427 - Rename master branch to main (Random)
14 lines
613 B
Markdown
14 lines
613 B
Markdown
# 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.
|