diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-24 16:07:16 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-24 16:07:16 -0700 |
commit | c6f321862bf0bb7006462b9c7b4b7e833a1d868c (patch) | |
tree | 8bf173770ed9061e26ea4e126da50c7f07daaafa /src/lib/analytics/types.ts | |
parent | a115c17a096fe6ac868a28ca9c8678a7318e09a6 (diff) | |
download | voidsky-c6f321862bf0bb7006462b9c7b4b7e833a1d868c.tar.zst |
Add analytics event for when the app is opened from a notification (#1270)
* Add analytics event for when the app is opened from a notification * Tweak notification ID
Diffstat (limited to 'src/lib/analytics/types.ts')
-rw-r--r-- | src/lib/analytics/types.ts | 2 |
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': {} |