mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-30 05:44:37 +00:00
cda8b4be47
Send a single fire-and-forget ping at startup to help track adoption and version spread. No persistent identifiers are collected. main() is wrapped via runMain() so deferred Wait drains in-flight pings before os.Exit. Opt out via any of: DO_NOT_TRACK=1 OSS_TELEMETRY_DISABLED=1 KPORTAL_DISABLE_TELEMETRY=1