about summary refs log tree commit diff
path: root/src/Navigation.tsx
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-11-15 11:40:43 -0800
committerGitHub <noreply@github.com>2024-11-15 11:40:43 -0800
commit3bd14371330abf902690dff9b3f0f2036ef472e5 (patch)
tree641df6c63773a7784d435add9f7ee80fd9bc97c9 /src/Navigation.tsx
parent400c4322833d9cd4a6fb1e322c9ba844d85eff10 (diff)
downloadvoidsky-3bd14371330abf902690dff9b3f0f2036ef472e5.tar.zst
[Statsig] Remove client downsampling (#6153)
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r--src/Navigation.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Navigation.tsx b/src/Navigation.tsx
index 0ab4bb613..1806df92e 100644
--- a/src/Navigation.tsx
+++ b/src/Navigation.tsx
@@ -696,7 +696,7 @@ function RoutesContainer({children}: React.PropsWithChildren<{}>) {
       onStateChange={() => {
         const routeName = getCurrentRouteName()
         if (routeName === 'Notifications') {
-          logEvent('router:navigate:notifications:sampled', {})
+          logEvent('router:navigate:notifications', {})
         }
       }}
       onReady={() => {