You'll notice
Tool-call telemetry now skips file paths, commands, and skill/subagent names in some sessions
What
When Claude Code records telemetry for a tool call, it normally attaches detail fields like file_path, full_command, skill_name, and subagent_type. This now only happens when an additional check passes; in sessions where that check comes back true, none of these detailed fields are attached to the telemetry payload.
Why
This means some sessions send less detailed tool-call telemetry than before, likely to avoid capturing sensitive details like file paths or command text in those cases.
Something disagreesSomething we can check disagrees with this entry, or the writer said they could not settle it.
The writer flagged doubt
What determines which sessions have these fields suppressed is not stated.