summaryrefslogtreecommitdiffstats
path: root/mobile/android/fenix/docs/telemetry.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-15 03:35:49 +0000
commitd8bbc7858622b6d9c278469aab701ca0b609cddf (patch)
treeeff41dc61d9f714852212739e6b3738b82a2af87 /mobile/android/fenix/docs/telemetry.md
parentReleasing progress-linux version 125.0.3-1~progress7.99u1. (diff)
downloadfirefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.tar.xz
firefox-d8bbc7858622b6d9c278469aab701ca0b609cddf.zip
Merging upstream version 126.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mobile/android/fenix/docs/telemetry.md')
-rw-r--r--mobile/android/fenix/docs/telemetry.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/mobile/android/fenix/docs/telemetry.md b/mobile/android/fenix/docs/telemetry.md
new file mode 100644
index 0000000000..2cd13390db
--- /dev/null
+++ b/mobile/android/fenix/docs/telemetry.md
@@ -0,0 +1,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.