diff options
author | dan <dan.abramov@gmail.com> | 2024-03-19 20:19:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-19 13:19:11 -0700 |
commit | ebf8644df9d677a57e565f1c8b2983e33dab5749 (patch) | |
tree | 9a73e13fc7b5d02771d39d1e71cfcd507b52a277 /src/lib/statsig/events.ts | |
parent | 0cac671e8a09057a457c912534eb9d65240f2f56 (diff) | |
download | voidsky-ebf8644df9d677a57e565f1c8b2983e33dab5749.tar.zst |
Track notification open (#3274)
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 1 |
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': { |