Skip to content

Commit

Permalink
add analytics for first log
Browse files Browse the repository at this point in the history
  • Loading branch information
oz-keisar-d committed Aug 20, 2024
1 parent 4031ff6 commit 32890b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/renderer/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ export const reportEventReceived = (
...args,
});
}
if (EVENT_COUNTER[event] === 1) {
reportEvent(`event received - ${event}:1`, {
eventName: `${event}:1`,
...args,
});
}
return;
}

Expand Down

0 comments on commit 32890b6

Please sign in to comment.