[PR #522] [MERGED] Improve the tracing quickstart guide for LS #792

Closed
opened 2026-02-17 17:21:08 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/docs/pull/522
Author: @katmayb
Created: 9/12/2025
Status: Merged
Merged: 9/15/2025
Merged by: @katmayb

Base: mainHead: improve-tracing-quickstart


📝 Commits (5)

  • 23b6d00 Improve the tracing quickstart guide for LS
  • 7e7e3c6 Apply suggestions from code review
  • 8216470 Add TS feedback
  • f342760 Merge branch 'main' into improve-tracing-quickstart
  • 7b30298 Update src/langsmith/observability-quickstart.mdx

📊 Changes

5 files changed (+269 additions, -165 deletions)

View changed files

src/langsmith/images/trace-quickstart-app-dark.png (+0 -0)
src/langsmith/images/trace-quickstart-app.png (+0 -0)
src/langsmith/images/trace-quickstart-llm-call-dark.png (+0 -0)
src/langsmith/images/trace-quickstart-llm-call.png (+0 -0)
📝 src/langsmith/observability-quickstart.mdx (+269 -165)

📄 Description

This PR updates the quickstart for tracing under the Get started tab in the LangSmith docs.

  • Makes quickstart end-to-end, prereqs, full commands that can be copy-pasted to get started quickly.
  • Provides more context upfront in the intro paragraph. Including definitions and overview of the process to better situate users that are completely new to LangSmith.
  • Update all of the screenshots and includes light/dark mode shots.
  • Includes more links across the page to other docs.
  • Adds more description of what is happening in the code blocks.
  • Adds highlighting for new code in example app.

Preview

https://langchain-5e9cc07a-preview-improv-1757709799-30a8f53.mintlify.app/langsmith/observability-quickstart


🔄 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/522 **Author:** [@katmayb](https://github.com/katmayb) **Created:** 9/12/2025 **Status:** ✅ Merged **Merged:** 9/15/2025 **Merged by:** [@katmayb](https://github.com/katmayb) **Base:** `main` ← **Head:** `improve-tracing-quickstart` --- ### 📝 Commits (5) - [`23b6d00`](https://github.com/langchain-ai/docs/commit/23b6d00be03e1c3c80fda92863a52a2437942cba) Improve the tracing quickstart guide for LS - [`7e7e3c6`](https://github.com/langchain-ai/docs/commit/7e7e3c658e228afa95a126a96183668f630369c9) Apply suggestions from code review - [`8216470`](https://github.com/langchain-ai/docs/commit/82164708ab1b2acde2e1a42b5d907e32f1d0f68d) Add TS feedback - [`f342760`](https://github.com/langchain-ai/docs/commit/f342760b2b65f09456ddeeb065a60fef0095e4db) Merge branch 'main' into improve-tracing-quickstart - [`7b30298`](https://github.com/langchain-ai/docs/commit/7b302983d48b5a31f11effacf697d7274b3d11e3) Update src/langsmith/observability-quickstart.mdx ### 📊 Changes **5 files changed** (+269 additions, -165 deletions) <details> <summary>View changed files</summary> ➕ `src/langsmith/images/trace-quickstart-app-dark.png` (+0 -0) ➕ `src/langsmith/images/trace-quickstart-app.png` (+0 -0) ➕ `src/langsmith/images/trace-quickstart-llm-call-dark.png` (+0 -0) ➕ `src/langsmith/images/trace-quickstart-llm-call.png` (+0 -0) 📝 `src/langsmith/observability-quickstart.mdx` (+269 -165) </details> ### 📄 Description This PR updates the quickstart for tracing under the Get started tab in the LangSmith docs. - Makes quickstart end-to-end, prereqs, full commands that can be copy-pasted to get started quickly. - Provides more context upfront in the intro paragraph. Including definitions and overview of the process to better situate users that are completely new to LangSmith. - Update all of the screenshots and includes light/dark mode shots. - Includes more links across the page to other docs. - Adds more description of what is happening in the code blocks. - Adds highlighting for new code in example app. ## Preview https://langchain-5e9cc07a-preview-improv-1757709799-30a8f53.mintlify.app/langsmith/observability-quickstart --- <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:21:08 -05:00
yindo closed this issue 2026-02-17 17:21:08 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#792