diff options
author | dan <dan.abramov@gmail.com> | 2024-05-21 04:28:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-20 20:28:12 -0700 |
commit | d6625c29d17b8c614b20378c2681b4774d7dd71f (patch) | |
tree | df5e33649dc4b6b58bdc2e3f0fc5f3651b817c81 /src/lib/statsig/events.ts | |
parent | 8cec1679a718e0cc6da67cf2604e6be8e9dab9a7 (diff) | |
download | voidsky-d6625c29d17b8c614b20378c2681b4774d7dd71f.tar.zst |
[Statsig] Sample router events (#4143)
Diffstat (limited to 'src/lib/statsig/events.ts')
-rw-r--r-- | src/lib/statsig/events.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/statsig/events.ts b/src/lib/statsig/events.ts index fe4c9e65a..68de52e14 100644 --- a/src/lib/statsig/events.ts +++ b/src/lib/statsig/events.ts @@ -24,7 +24,7 @@ export type LogEvents = { secondsActive: number } 'state:foreground': {} - 'router:navigate': {} + 'router:navigate:sampled': {} // Screen events 'splash:signInPressed': {} |