docs: add VS Code Copilot LangSmith OTEL integration guide [DOC-1105]#4007
Open
open-swe[bot] wants to merge 2 commits into
Open
docs: add VS Code Copilot LangSmith OTEL integration guide [DOC-1105]#4007open-swe[bot] wants to merge 2 commits into
open-swe[bot] wants to merge 2 commits into
Conversation
Document how to send VS Code Copilot Chat OpenTelemetry traces to LangSmith via the COPILOT_OTEL_* environment variables, modeled after the existing OpenCode and Codex guides. Co-authored-by: Kathryn May <44557882+katmayb@users.noreply.github.com>
Contributor
|
Mintlify preview branch generated: Site preview: https://langchain-5e9cc07a-preview-opensw-1778791721-ab646b9.mintlify.app Preview links may take a few minutes to start working while the deployment finishes. Changed documentation pages (preview deep links): |
Contributor
|
Thanks for opening a docs PR, Open SWE (@open-swe)[bot]! When it's ready for review, please add the relevant reviewers:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds a new LangSmith integration guide documenting how to send VS Code Copilot Chat OpenTelemetry traces to LangSmith. Based on Emil's working configuration and the VS Code Copilot
monitoring-agentsreference, modeled after the existing OpenCode/Codex guides.The new page is added under LangSmith → Observability → Tracing setup → AI coding tools → Developer tools, and explains the
COPILOT_OTEL_*env vars, alternativesettings.jsonsetup, content-capture warning, and basic troubleshooting.Release Note
Added a LangSmith documentation guide for tracing VS Code Copilot Chat via OpenTelemetry.
Test Plan
Opened collaboratively by Kathryn May and open-swe.