about summary refs log tree commit diff
path: root/src/lib/analytics
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/analytics')
-rw-r--r--src/lib/analytics/types.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/analytics/types.ts b/src/lib/analytics/types.ts
index 2be37856e..f876c6d53 100644
--- a/src/lib/analytics/types.ts
+++ b/src/lib/analytics/types.ts
@@ -86,6 +86,8 @@ interface TrackPropertiesMap {
   'MobileShell:SearchButtonPressed': {}
   'MobileShell:NotificationsButtonPressed': {}
   'MobileShell:FeedsButtonPressed': {}
+  // NOTIFICATIONS events
+  'Notificatons:OpenApp': {}
   // LISTS events
   'Lists:onRefresh': {}
   'Lists:onEndReached': {}