Skip to content

fix(telemetry): avoid low savings arg leakage#2578

Open
YOMXXX wants to merge 1 commit into
rtk-ai:developfrom
YOMXXX:fix/issue-1785-telemetry-low-savings
Open

fix(telemetry): avoid low savings arg leakage#2578
YOMXXX wants to merge 1 commit into
rtk-ai:developfrom
YOMXXX:fix/issue-1785-telemetry-low-savings

Conversation

@YOMXXX

@YOMXXX YOMXXX commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

  • report only coarse command labels for telemetry command stats
  • stop low_savings_commands from sending URL/path/token-like command arguments
  • cover rtk proxy and rtk:toml command forms with an in-memory tracking regression test

Fixes #1785

Verification

  • cargo +1.93.0 fmt --check
  • git diff --check
  • cargo +1.93.0 test tracking::tests -- --nocapture
  • cargo +1.93.0 test telemetry -- --nocapture
  • cargo +1.93.0 clippy --all-targets
  • cargo +1.93.0 test --all -- --skip small_grep_not_worse_than_plain

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.

Prevent telemetry low_savings_commands from including arguments

1 participant