Skip to content

Commit

Permalink
dont overload posthog known numeric key
Browse files Browse the repository at this point in the history
  • Loading branch information
latter-bolden committed Jan 10, 2025
1 parent 7d18ec1 commit da35a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/shared/src/store/lure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -433,12 +433,13 @@ export function useLureLinkStatus({
if (status === 'error') {
lureLogger.trackEvent(AnalyticsEvent.InviteError, {
context: 'useLureLinkStatus has error status',
inviteStatus: status,
inviteInfo,
});
} else {
lureLogger.trackEvent(AnalyticsEvent.InviteDebug, {
context: 'useLureLinkStatus log',
status,
inviteStatus: status,
inviteInfo,
});
}
Expand Down

0 comments on commit da35a9c

Please sign in to comment.