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
fix(telemetry): skip git exec when disabled, shorten flush, clarify recorded data
- Guard getHeadSHA behind span.IsRecording() so it never execs when telemetry is off (was running git rev-parse on every repo every sync regardless)
- Shorten flush timeout 3s -> 1s so an unreachable endpoint adds at most 1s on exit
- Document that CLI args and action command lines are recorded; advise keeping secrets in env (never exported)
- Drop redundant gitte.repo double-set; drop always-nil error return from Init
0 commit comments