DOC: <Issue related to /observability/how_to_guides/claude_code> #85

Closed
opened 2026-02-21 17:17:09 -05:00 by yindo · 2 comments
Owner

Originally created by @nakaakist on GitHub (Aug 8, 2025).

Originally assigned to: @nhuang-lc on GitHub.

In the document,

export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://api.smith.langchain.com/otel/v1/claude_code

should be changed to

export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=https://api.smith.langchain.com/otel/v1/claude_code

If you do not specify https, metrics will not be sent to LangSmith.

Originally created by @nakaakist on GitHub (Aug 8, 2025). Originally assigned to: @nhuang-lc on GitHub. In the document, ``` export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=http://api.smith.langchain.com/otel/v1/claude_code ``` should be changed to ``` export OTEL_EXPORTER_OTLP_LOGS_ENDPOINT=https://api.smith.langchain.com/otel/v1/claude_code ``` If you do not specify `https`, metrics will not be sent to LangSmith.
yindo closed this issue 2026-02-21 17:17:09 -05:00
Author
Owner

@ahmadelhedek commented on GitHub (Aug 9, 2025):

confirmed. This was my issue as well.

@ahmadelhedek commented on GitHub (Aug 9, 2025): confirmed. This was my issue as well.
Author
Owner

@nhuang-lc commented on GitHub (Aug 15, 2025):

Really appreciate you both flagging!

@nhuang-lc commented on GitHub (Aug 15, 2025): Really appreciate you both flagging!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#85