You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Telemetry duplicate events: a session could be reported twice (Claude Desktop firing SessionStart more than once on reopen). Sends are now guarded by an at-most-once claim (exclusive sent-<id> sentinel, GC'd), and the per-session dedup id is derived deterministically from install_id + session_id so every code path yields the same id and PostHog collapses re-sends.