[PR #3537] [MERGED] docs(sandbox): add tracing section #3579

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/3537
Author: @niilooy
Created: 4/10/2026
Status: Merged
Merged: 4/12/2026
Merged by: @niilooy

Base: mainHead: add/sandbox-tracing


📝 Commits (1)

  • 95659f1 docs(sandbox): add tracing section

📊 Changes

1 file changed (+54 additions, -0 deletions)

View changed files

📝 src/langsmith/sandbox-sdk.mdx (+54 -0)

📄 Description

Overview

Add a "Trace sandbox activity" section to the Sandbox SDK usage page, showing how to pass LangSmith tracing environment variables via the env parameter on run() and call flush() before exit. Includes Python and TypeScript examples.

Type of change

  • Update existing documentation
  • New documentation
  • Breaking change

Checklist

  • I have read the contributing guidelines, including the language policy
  • I have tested my changes locally using docs dev
  • All code examples have been tested and work correctly
  • I have used root relative paths for internal links
  • I have updated navigation in src/docs.json if needed

🔄 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/3537 **Author:** [@niilooy](https://github.com/niilooy) **Created:** 4/10/2026 **Status:** ✅ Merged **Merged:** 4/12/2026 **Merged by:** [@niilooy](https://github.com/niilooy) **Base:** `main` ← **Head:** `add/sandbox-tracing` --- ### 📝 Commits (1) - [`95659f1`](https://github.com/langchain-ai/docs/commit/95659f1f6d7e7df73b172b55469ac56d0c4d6234) docs(sandbox): add tracing section ### 📊 Changes **1 file changed** (+54 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/langsmith/sandbox-sdk.mdx` (+54 -0) </details> ### 📄 Description ## Overview Add a "Trace sandbox activity" section to the Sandbox SDK usage page, showing how to pass LangSmith tracing environment variables via the env parameter on run() and call flush() before exit. Includes Python and TypeScript examples. ## Type of change - [x] Update existing documentation - [ ] New documentation - [ ] Breaking change ## Checklist - [x] I have read the contributing guidelines, including the language policy - [x] I have tested my changes locally using docs dev - [x] All code examples have been tested and work correctly - [x] I have used root relative paths for internal links - [x] I have updated navigation in `src/docs.json` if needed --- <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:23:33 -04:00
yindo closed this issue 2026-06-05 18:23:33 -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#3579