What's wrong with this entry?
A new environment variable that enables OTEL telemetry logging of assistant response content (previously only OTEL_LOG_USER_PROMPTS existed).
OTEL_LOG_ASSISTANT_RESPONSES=1 claude- When either
OTEL_LOG_ASSISTANT_RESPONSESorOTEL_LOG_USER_PROMPTSis set, assistant response text is included in OTEL spans. - Without this flag, response content is logged as
<REDACTED>.
New env var check (search for "OTEL_LOG_ASSISTANT_RESPONSES")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.