Skip to content

fix(telemetry): send tracking events synchronously to prevent data loss on exit#1031

Merged
Soner (shyim) merged 7 commits into
mainfrom
feat/add-telemetry-events
May 21, 2026
Merged

fix(telemetry): send tracking events synchronously to prevent data loss on exit#1031
Soner (shyim) merged 7 commits into
mainfrom
feat/add-telemetry-events

Conversation

@tturkowski
Copy link
Copy Markdown
Contributor

Removed go from tracking.Track calls in root.go and project_upgrade_check.go. Both calls were at the end of execution, so the program was exiting before the goroutine had a chance to send the UDP packet.

Comment thread cmd/root.go Outdated
Comment thread internal/tracking/tracking.go Outdated
Comment thread cmd/project/project_upgrade_check.go Outdated
Comment thread cmd/root.go Outdated
Co-authored-by: Soner <github@shyim.de>
@shyim Soner (shyim) merged commit 5eedce3 into main May 21, 2026
3 checks passed
@shyim Soner (shyim) deleted the feat/add-telemetry-events branch May 21, 2026 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants