[PR #4007] [MERGED] docs: add VS Code Copilot LangSmith OTEL integration guide [DOC-1105] #4014

Closed
opened 2026-06-05 18:53:54 -04:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/4007
Author: @open-swe[bot]
Created: 5/14/2026
Status: Merged
Merged: 5/26/2026
Merged by: @katmayb

Base: mainHead: open-swe/vscode-copilot-otel-docs


📝 Commits (4)

  • 059cb27 docs: add VS Code Copilot LangSmith OTEL integration guide [DOC-1105]
  • c0a51f1 Small edits
  • a16f4c7 icon, edits
  • ceb25aa Apply suggestions from code review

📊 Changes

5 files changed (+98 additions, -1 deletions)

View changed files

📝 src/docs.json (+2 -1)
src/images/providers/dark/vscode.svg (+3 -0)
src/images/providers/light/vscode.svg (+3 -0)
📝 src/langsmith/integrations.mdx (+6 -0)
src/langsmith/trace-with-vscode-copilot.mdx (+84 -0)

📄 Description

Preview

https://langchain-5e9cc07a-preview-opensw-1779283354-58cb216.mintlify.app/langsmith/trace-with-vscode-copilot

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-agents reference, 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, alternative settings.json setup, content-capture warning, and basic troubleshooting.

Release Note

Added a LangSmith documentation guide for tracing VS Code Copilot Chat via OpenTelemetry.

Test Plan

  • Render the new page in a Mintlify preview and confirm it appears under Developer tools in the LangSmith sidebar.

Opened collaboratively by Kathryn May and open-swe.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/docs/pull/4007 **Author:** [@open-swe[bot]](https://github.com/apps/open-swe) **Created:** 5/14/2026 **Status:** ✅ Merged **Merged:** 5/26/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `open-swe/vscode-copilot-otel-docs` --- ### 📝 Commits (4) - [`059cb27`](https://github.com/langchain-ai/docs/commit/059cb278fc3c269e1ec628194dba4c9b4da0ac1b) docs: add VS Code Copilot LangSmith OTEL integration guide [DOC-1105] - [`c0a51f1`](https://github.com/langchain-ai/docs/commit/c0a51f1c7ee2c418346bda5dd25dbbac1a0eb2e6) Small edits - [`a16f4c7`](https://github.com/langchain-ai/docs/commit/a16f4c7862d91f70782a0444db3d34cd6b72d6a8) icon, edits - [`ceb25aa`](https://github.com/langchain-ai/docs/commit/ceb25aa77fbb55e3520ba63d0bad06c19a268022) Apply suggestions from code review ### 📊 Changes **5 files changed** (+98 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/docs.json` (+2 -1) ➕ `src/images/providers/dark/vscode.svg` (+3 -0) ➕ `src/images/providers/light/vscode.svg` (+3 -0) 📝 `src/langsmith/integrations.mdx` (+6 -0) ➕ `src/langsmith/trace-with-vscode-copilot.mdx` (+84 -0) </details> ### 📄 Description ## Preview https://langchain-5e9cc07a-preview-opensw-1779283354-58cb216.mintlify.app/langsmith/trace-with-vscode-copilot ## 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-agents` reference, 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, alternative `settings.json` setup, content-capture warning, and basic troubleshooting. ## Release Note Added a LangSmith documentation guide for tracing VS Code Copilot Chat via OpenTelemetry. ## Test Plan - [ ] Render the new page in a Mintlify preview and confirm it appears under *Developer tools* in the LangSmith sidebar. _Opened collaboratively by Kathryn May and open-swe._ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-06-05 18:53:54 -04:00
yindo closed this issue 2026-06-05 18:53:54 -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#4014