[PR #71] [MERGED] Automatically trace nested runnable calls in nodes #468

Closed
opened 2026-02-15 18:17:06 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/71
Author: @jacoblee93
Created: 2/23/2024
Status: Merged
Merged: 2/23/2024
Merged by: @jacoblee93

Base: mainHead: jacob/tracing


📝 Commits (2)

  • 9879cc3 Automatically trace nested runnable calls in nodes
  • e44326d Rename

📊 Changes

9 files changed (+175 additions, -15 deletions)

View changed files

📝 langgraph/langchain.config.js (+5 -1)
📝 langgraph/package.json (+1 -1)
📝 langgraph/src/pregel/index.ts (+4 -1)
langgraph/src/setup/async_local_storage.ts (+8 -0)
📝 langgraph/src/tests/prebuilt.int.test.ts (+1 -2)
📝 langgraph/src/tests/prebuilt.test.ts (+1 -2)
📝 langgraph/src/tests/pregel.test.ts (+1 -2)
langgraph/src/tests/tracing.int.test.ts (+133 -0)
📝 yarn.lock (+21 -6)

📄 Description

No description provided


🔄 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/langgraphjs/pull/71 **Author:** [@jacoblee93](https://github.com/jacoblee93) **Created:** 2/23/2024 **Status:** ✅ Merged **Merged:** 2/23/2024 **Merged by:** [@jacoblee93](https://github.com/jacoblee93) **Base:** `main` ← **Head:** `jacob/tracing` --- ### 📝 Commits (2) - [`9879cc3`](https://github.com/langchain-ai/langgraphjs/commit/9879cc3213d8607f270a7543c72a5f7f25092838) Automatically trace nested runnable calls in nodes - [`e44326d`](https://github.com/langchain-ai/langgraphjs/commit/e44326d9f1048fa40c7ed8ddb3b1e4effd6e06fa) Rename ### 📊 Changes **9 files changed** (+175 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `langgraph/langchain.config.js` (+5 -1) 📝 `langgraph/package.json` (+1 -1) 📝 `langgraph/src/pregel/index.ts` (+4 -1) ➕ `langgraph/src/setup/async_local_storage.ts` (+8 -0) 📝 `langgraph/src/tests/prebuilt.int.test.ts` (+1 -2) 📝 `langgraph/src/tests/prebuilt.test.ts` (+1 -2) 📝 `langgraph/src/tests/pregel.test.ts` (+1 -2) ➕ `langgraph/src/tests/tracing.int.test.ts` (+133 -0) 📝 `yarn.lock` (+21 -6) </details> ### 📄 Description _No description provided_ --- <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-15 18:17:06 -05:00
yindo closed this issue 2026-02-15 18:17:06 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#468