[GH-ISSUE #1482] DOC: <Issue related to /observability/how_to_guides/claude_code> #52

Open
opened 2026-02-17 17:19:04 -05:00 by yindo · 0 comments
Owner

Originally created by @adhishthite on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/1482

Tracing Claude Code on LangSmith does not work for me.

Here's my config:

export CLAUDE_CODE_ENABLE_TELEMETRY=1
export OTEL_LOGS_EXPORTER=otlp
export OTEL_EXPORTER_OTLP_LOGS_PROTOCOL=http/json
export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://api.smith.langchain.com/otel/v1/claude_code
export OTEL_EXPORTER_OTLP_HEADERS="x-api-key=REDACTED,Langsmith-Project=claude-code"
export OTEL_LOG_USER_PROMPTS=1

I am using on Google Vertex AI

Originally created by @adhishthite on GitHub (Aug 10, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/1482 Tracing Claude Code on LangSmith does not work for me. Here's my config: ``` export CLAUDE_CODE_ENABLE_TELEMETRY=1 export OTEL_LOGS_EXPORTER=otlp export OTEL_EXPORTER_OTLP_LOGS_PROTOCOL=http/json export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://api.smith.langchain.com/otel/v1/claude_code export OTEL_EXPORTER_OTLP_HEADERS="x-api-key=REDACTED,Langsmith-Project=claude-code" export OTEL_LOG_USER_PROMPTS=1 ``` I am using on Google Vertex AI
yindo added the langsmithexternal labels 2026-02-17 17:19:04 -05:00
yindo changed title from DOC: <Issue related to /observability/how_to_guides/claude_code> to [GH-ISSUE #1482] DOC: <Issue related to /observability/how_to_guides/claude_code> 2026-06-05 17:24:47 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#52