diff --git a/src/components/Splash/SplashRoot.tsx b/src/components/Splash/SplashRoot.tsx index b75168eb4ac226bcc272a2b20d70cca5ffd7aab6..0aeb18378f023b5b141b8bd2d0e309f3ed0dd8ca 100644 --- a/src/components/Splash/SplashRoot.tsx +++ b/src/components/Splash/SplashRoot.tsx @@ -198,7 +198,7 @@ const SplashRoot = ({ if (profile) { await UsageEventService.addEvent(client, { type: UsageEventType.CONNECTION_EVENT, - result: profile.isFirstConnection ? 'isFirstConnection' : undefined, + result: profile.isFirstConnection ? 'firstConnection' : undefined, context: /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test( navigator.userAgent )