[PR #2403] [MERGED] Add conditional tracing page to obs docs #2400

Closed
opened 2026-02-17 17:23:22 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/2403
Author: @katmayb
Created: 1/29/2026
Status: Merged
Merged: 2/5/2026
Merged by: @katmayb

Base: mainHead: conditional-tracing


📝 Commits (4)

  • 4572dc0 Add condition tracing page to obs docs
  • 3af51cb Add note box
  • 9a297fb TS feedback
  • ca40b50 Merge branch 'main' into conditional-tracing

📊 Changes

8 files changed (+423 additions, -0 deletions)

View changed files

📝 pipeline/preprocessors/link_map.py (+3 -0)
📝 src/docs.json (+1 -0)
src/langsmith/conditional-tracing.mdx (+389 -0)
📝 src/langsmith/data-storage-and-privacy.mdx (+4 -0)
📝 src/langsmith/env-var.mdx (+4 -0)
📝 src/langsmith/mask-inputs-outputs.mdx (+4 -0)
📝 src/langsmith/sample-traces.mdx (+14 -0)
📝 src/langsmith/trace-without-env-vars.mdx (+4 -0)

📄 Description

Fixes DOC-657

PR adds a Conditional tracing page to observability docs for python and typescript, with guide examples from the customer thread.

Preview

https://langchain-5e9cc07a-preview-condit-1769789981-61b5c35.mintlify.app/langsmith/conditional-tracing


🔄 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/2403 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 1/29/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `conditional-tracing` --- ### 📝 Commits (4) - [`4572dc0`](https://github.com/langchain-ai/docs/commit/4572dc0ca35a47601006ea136cada00671f97ced) Add condition tracing page to obs docs - [`3af51cb`](https://github.com/langchain-ai/docs/commit/3af51cb5df67f5e0bede603290e18ecfba05458a) Add note box - [`9a297fb`](https://github.com/langchain-ai/docs/commit/9a297fb079b9830fa9d2cc4005043114071e9fc8) TS feedback - [`ca40b50`](https://github.com/langchain-ai/docs/commit/ca40b50bbd3b6d15bf388390e27eeac6a21ad86c) Merge branch 'main' into conditional-tracing ### 📊 Changes **8 files changed** (+423 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `pipeline/preprocessors/link_map.py` (+3 -0) 📝 `src/docs.json` (+1 -0) ➕ `src/langsmith/conditional-tracing.mdx` (+389 -0) 📝 `src/langsmith/data-storage-and-privacy.mdx` (+4 -0) 📝 `src/langsmith/env-var.mdx` (+4 -0) 📝 `src/langsmith/mask-inputs-outputs.mdx` (+4 -0) 📝 `src/langsmith/sample-traces.mdx` (+14 -0) 📝 `src/langsmith/trace-without-env-vars.mdx` (+4 -0) </details> ### 📄 Description Fixes DOC-657 PR adds a Conditional tracing page to observability docs for python and typescript, with guide examples from the customer thread. ## Preview https://langchain-5e9cc07a-preview-condit-1769789981-61b5c35.mintlify.app/langsmith/conditional-tracing --- <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-02-17 17:23:22 -05:00
yindo closed this issue 2026-02-17 17:23:22 -05:00
yindo changed title from [PR #2403] Add conditional tracing page to obs docs to [PR #2403] [MERGED] Add conditional tracing page to obs docs 2026-06-05 18:18:23 -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#2400