[PR #174] [MERGED] tracing section fixes #259

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

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langsmith-docs/pull/174
Author: @agola11
Created: 4/16/2024
Status: Merged
Merged: 4/22/2024
Merged by: @agola11

Base: mainHead: ankush/tracing-ts


📝 Commits (9)

  • 527f972 allow adding caption to code tabs
  • 10de923 Render markdown using marked and DOMPurify
  • d71de25 Render markdown using marked and DOMPurify (#175)
  • 3ff260d change wording
  • 8ac6829 Merge branch 'main' into ankush/tracing-ts
  • ca0c7c7 fix traceable examples
  • fd79237 add runtree
  • 52779dd fix eslint errors
  • edcc815 add isomorphic DOMPurify package

📊 Changes

4 files changed (+421 additions, -183 deletions)

View changed files

📝 docs/tracing/faq/logging_and_viewing.mdx (+174 -175)
📝 package.json (+3 -0)
📝 src/components/InstructionsWithCode.js (+15 -3)
📝 yarn.lock (+229 -5)

📄 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/langsmith-docs/pull/174 **Author:** [@agola11](https://github.com/agola11) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/22/2024 **Merged by:** [@agola11](https://github.com/agola11) **Base:** `main` ← **Head:** `ankush/tracing-ts` --- ### 📝 Commits (9) - [`527f972`](https://github.com/langchain-ai/langsmith-docs/commit/527f97262587aad7fcd1430b41769f83bf60692b) allow adding caption to code tabs - [`10de923`](https://github.com/langchain-ai/langsmith-docs/commit/10de9234724e3e280df522809b27458c4ffaf132) Render markdown using marked and DOMPurify - [`d71de25`](https://github.com/langchain-ai/langsmith-docs/commit/d71de25923b135c8ce54ac6efe9991bef50e2f2d) Render markdown using marked and DOMPurify (#175) - [`3ff260d`](https://github.com/langchain-ai/langsmith-docs/commit/3ff260d55f0d4b11147dd37ade17fbac51be454b) change wording - [`8ac6829`](https://github.com/langchain-ai/langsmith-docs/commit/8ac6829f6fde4fdd3180c5bcd0049c05684a65e2) Merge branch 'main' into ankush/tracing-ts - [`ca0c7c7`](https://github.com/langchain-ai/langsmith-docs/commit/ca0c7c7767b72d68053fac13435df51c351f264d) fix traceable examples - [`fd79237`](https://github.com/langchain-ai/langsmith-docs/commit/fd79237b939cbc311a352c44becaa02a9903076c) add runtree - [`52779dd`](https://github.com/langchain-ai/langsmith-docs/commit/52779ddc83ea0677e98fa0f2de4a0f2bf41123d0) fix eslint errors - [`edcc815`](https://github.com/langchain-ai/langsmith-docs/commit/edcc8151dc2ddd7f746f59c4545ed67c4af7eefd) add isomorphic DOMPurify package ### 📊 Changes **4 files changed** (+421 additions, -183 deletions) <details> <summary>View changed files</summary> 📝 `docs/tracing/faq/logging_and_viewing.mdx` (+174 -175) 📝 `package.json` (+3 -0) 📝 `src/components/InstructionsWithCode.js` (+15 -3) 📝 `yarn.lock` (+229 -5) </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-21 17:17:41 -05:00
yindo closed this issue 2026-02-21 17:17:41 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langsmith-docs#259