Loading app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ private val Event.name: String? is Event.AddonInstalled -> "E_Addon_Installed" is Event.SearchWidgetInstalled -> "E_Search_Widget_Added" is Event.ChangedToDefaultBrowser -> "E_Changed_Default_To_Fenix" is Event.TrackingProtectionSettingChanged -> "E_Changed_ETP" // Do not track other events in Leanplum else -> null Loading docs/mma.md +6 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,12 @@ Here is the list of current Events sent, which can be found here in the code bas </tr> <tr> <td>`E_Changed_Default_To_Fenix`</td> <td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app</td> <td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app.</td> <td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td> </tr> <tr> <td>`E_Changed_ETP`</td> <td>The user has changed their enhanched tracking protection setting.</td> <td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td> </tr> </table> Loading Loading
app/src/main/java/org/mozilla/fenix/components/metrics/LeanplumMetricsService.kt +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ private val Event.name: String? is Event.AddonInstalled -> "E_Addon_Installed" is Event.SearchWidgetInstalled -> "E_Search_Widget_Added" is Event.ChangedToDefaultBrowser -> "E_Changed_Default_To_Fenix" is Event.TrackingProtectionSettingChanged -> "E_Changed_ETP" // Do not track other events in Leanplum else -> null Loading
docs/mma.md +6 −1 Original line number Diff line number Diff line Loading @@ -253,7 +253,12 @@ Here is the list of current Events sent, which can be found here in the code bas </tr> <tr> <td>`E_Changed_Default_To_Fenix`</td> <td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app</td> <td>The user has changed their default browser to Fenix while Fenix was in the background and then resumed the app.</td> <td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td> </tr> <tr> <td>`E_Changed_ETP`</td> <td>The user has changed their enhanched tracking protection setting.</td> <td><a href="https://github.com/mozilla-mobile/fenix/pull/13003">#13003</a></td> </tr> </table> Loading