From 3bd14371330abf902690dff9b3f0f2036ef472e5 Mon Sep 17 00:00:00 2001 From: Hailey Date: Fri, 15 Nov 2024 11:40:43 -0800 Subject: [Statsig] Remove client downsampling (#6153) --- src/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Navigation.tsx') 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={() => { -- cgit 1.4.1