Skip to content

Commit

Permalink
For mozilla-mobile#865 - Documents the OpenedApp event
Browse files Browse the repository at this point in the history
  • Loading branch information
boek committed Mar 12, 2019
1 parent cf54cca commit 90f6ad8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/telemetry.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Telemetry

Nightly versions of Fenix (build on Taskcluster) send a "baseline" ping to Mozilla's telemetry service.
Fenix uses Mozilla's telemetry service (Glean) and LeanPlum to measure feature performance and engagement.

## Baseline ping

Fenix crates and tries to send a "baseline" ping when the app goes to the background. This baseline ping is defined by the [Glean](https://github.com/mozilla-mobile/android-components/tree/master/components/service/glean) component and [documented in the Android Components repository](https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/baseline.md).
Fenix crates and tries to send a "baseline" ping when the app goes to the background. This baseline ping is defined by the [Glean](https://github.com/mozilla-mobile/android-components/tree/master/components/service/glean) component and [documented in the Android Components repository](https://github.com/mozilla-mobile/android-components/blob/master/components/service/glean/docs/baseline.md).

## Events

| Event | Glean Key | Leanplum Key | extras |
|-----------|-----------|--------------|--------|
| OpenedApp | | E_Opened_App | |

0 comments on commit 90f6ad8

Please sign in to comment.