about summary refs log tree commit diff
path: root/src/lib/statsig/events.ts
diff options
context:
space:
mode:
authordan <dan.abramov@gmail.com>2024-03-19 20:19:11 +0000
committerGitHub <noreply@github.com>2024-03-19 13:19:11 -0700
commitebf8644df9d677a57e565f1c8b2983e33dab5749 (patch)
tree9a73e13fc7b5d02771d39d1e71cfcd507b52a277 /src/lib/statsig/events.ts
parent0cac671e8a09057a457c912534eb9d65240f2f56 (diff)
downloadvoidsky-ebf8644df9d677a57e565f1c8b2983e33dab5749.tar.zst
Track notification open (#3274)
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r--src/lib/statsig/events.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts
index cb9f3fe92..b91a15ecb 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -2,6 +2,7 @@ export type LogEvents = {
   init: {
     initMs: number
   }
+  'notifications:openApp': {}
   'state:background': {}
   'state:foreground': {}
   'feed:endReached': {