Commit 19ffb84c authored by ekager's avatar ekager Committed by Emily Kager
Browse files

For #11654 - Adds leanplum ETP changed event

parent bb03049f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+6 −1
Original line number Diff line number Diff line
@@ -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>