claude.nagdy.me

Route feedback survey to your OTEL collector

Set CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL=1 to keep the 'How is Claude doing?' session quality survey running through your own OpenTelemetry collector when nonessential Anthropic traffic is blocked. Ratings are emitted only as OTEL events to your collector; nothing is sent to Anthropic.

bash
# Survey continues to run; ratings go to your OTEL collector instead of Anthropic.
# Requires one of: CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC, DISABLE_TELEMETRY, or DO_NOT_TRACK.
export CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC=1
export CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL=1
claude
View Full Module