Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v0.2.126 Home All releases olderv0.2.125 v1.0.0newer
Claude Code v0.2.126

OpenTelemetry Enhancements

  • Configurable Timeout: New environment variable CLAUDE_CODE_OTEL_SHUTDOWN_TIMEOUT_MS allows customizing the OpenTelemetry shutdown timeout (default: 1000ms)
  • Better Error Messages: When metrics flush times out, users receive helpful guidance:
  OpenTelemetry metrics flush timed out after [X]ms
  
  To resolve this issue, you can:
  1. Increase the timeout by setting CLAUDE_CODE_OTEL_SHUTDOWN_TIMEOUT_MS env var
  2. Check if your OpenTelemetry backend is experiencing scalability issues
  3. Disable OpenTelemetry by unsetting CLAUDE_CODE_ENABLE_TELEMETRY env var

See this entry in the whole of v0.2.126 →