Skip to content
Snippets Groups Projects
Commit a9e1ce46 authored by Yoan VALLET's avatar Yoan VALLET
Browse files

feat: change flag for firstConnection event

parent 9aebe9d2
No related branches found
No related tags found
1 merge request!348Features/create aggregation usage service
......@@ -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
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment