diff options
Diffstat (limited to 'src/Navigation.tsx')
-rw-r--r-- | src/Navigation.tsx | 2 |
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={() => { |