diff options
author | Hailey <me@haileyok.com> | 2024-05-13 19:51:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 19:51:12 -0700 |
commit | fd704bfd4443dc9082261093676d23a10ae8ae58 (patch) | |
tree | ef8bc3c455489061bb032e8c55eab44c5834f6c3 /src/lib/statsig/events.ts | |
parent | fce65b74ff91e8b356569743e1c199a32772b516 (diff) | |
download | voidsky-fd704bfd4443dc9082261093676d23a10ae8ae58.tar.zst |
add a `Login` notifications request (#4006)
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 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': { |