cli/internal/telemetry
William Martin 7095e2a4fc
Fix SetSampleRate not updating sample_rate dimension
The sample_rate common dimension was set once at service creation
time and never updated when SetSampleRate was called later. This
caused commands like 'gh skill publish' that override the sample
rate via PersistentPreRunE to report the wrong sample_rate in
telemetry events (e.g. 1 instead of 100).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-04-22 13:04:57 +01:00
..
detach_unix.go Add sampled command telemetry 2026-04-16 21:42:46 +02:00
detach_windows.go Add sampled command telemetry 2026-04-16 21:42:46 +02:00
fake.go Add skills specific telemetry 2026-04-17 19:58:59 +02:00
telemetry.go Fix SetSampleRate not updating sample_rate dimension 2026-04-22 13:04:57 +01:00
telemetry_test.go Fix SetSampleRate not updating sample_rate dimension 2026-04-22 13:04:57 +01:00