about summary refs log tree commit diff
path: root/src/lib/statsig/events.ts
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-13 19:51:12 -0700
committerGitHub <noreply@github.com>2024-05-13 19:51:12 -0700
commitfd704bfd4443dc9082261093676d23a10ae8ae58 (patch)
treeef8bc3c455489061bb032e8c55eab44c5834f6c3 /src/lib/statsig/events.ts
parentfce65b74ff91e8b356569743e1c199a32772b516 (diff)
downloadvoidsky-fd704bfd4443dc9082261093676d23a10ae8ae58.tar.zst
add a `Login` notifications request (#4006)
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 85254992e..660a37d2a 100644
--- a/src/lib/statsig/events.ts
+++ b/src/lib/statsig/events.ts
@@ -17,6 +17,7 @@ export type LogEvents = {
   }
   'notifications:openApp': {}
   'notifications:request': {
+    context: 'StartOnboarding' | 'AfterOnboarding' | 'Login'
     status: 'granted' | 'denied' | 'undetermined'
   }
   'state:background': {