What's wrong with this entry?
Anonymous. No account, no email.
- New environment variables for controlling telemetry data collection:
OTEL_METRICS_INCLUDE_SESSION_ID(default: true) - Controls whether session IDs are included in metricsOTEL_METRICS_INCLUDE_VERSION(default: false) - Controls whether the app version is included in metricsOTEL_METRICS_INCLUDE_ACCOUNT_UUID(default: true) - Controls whether account UUIDs are included in metrics
Example usage
# Disable session ID tracking
OTEL_METRICS_INCLUDE_SESSION_ID=false claude
# Enable version tracking
OTEL_METRICS_INCLUDE_VERSION=true claude