mirror of
https://github.com/langchain-ai/langsmith-docs.git
synced 2026-07-13 20:17:23 -04:00
[PR #827] Add Nested Traces PromptFlow How-to #810
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/langchain-ai/langsmith-docs/pull/827
Author: @PeriniM
Created: 6/2/2025
Status: 🔄 Open
Base:
main← Head:marco/promptflow-tracing📝 Commits (3)
ab48915docs: nested tracing in promptflowb46279edocs: run format7a654f8docs: added review improvements📊 Changes
3 files changed (+174 additions, -0 deletions)
View changed files
📝
docs/observability/how_to_guides/index.md(+1 -0)➕
docs/observability/how_to_guides/promptflow_tracing.mdx(+173 -0)➕
docs/observability/how_to_guides/static/promptflow_langsmith.png(+0 -0)📄 Description
Propagating LangSmith Traces in PromptFlow
This tutorial explains how to correctly propagate LangSmith traces in a PromptFlow application. We'll cover how to create nested traces, pass run tree information between nodes, and integrate LangGraph within a PromptFlow tool.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.