Skip to content

Commit 81bb19a

Browse files
authored
feat: new tracing menu layout (langfuse#502)
1 parent f5810cd commit 81bb19a

39 files changed

+510
-482
lines changed

components/FooterMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const menuItems: {
99
items: [
1010
{
1111
name: "LLM Tracing",
12-
href: "/docs/tracing/overview",
12+
href: "/docs/tracing",
1313
},
1414
{
1515
name: "Prompt Management",

components/home/FeatureBento.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const features = [
5858
Icon: GanttChart,
5959
name: "Tracing",
6060
description: "Detailed production traces to debug LLM applications faster.",
61-
href: "/docs/tracing/overview",
61+
href: "/docs/tracing",
6262
cta: "Learn more",
6363
background: (
6464
<BentoBgImage

cookbook/integration_langchain.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@
204204
"source": [
205205
"### ConversationChain\n",
206206
"\n",
207-
"We'll use a [session](https://langfuse.com/docs/tracing/sessions) in Langfuse to track this conversation with each invocation being a single trace.\n",
207+
"We'll use a [session](https://langfuse.com/docs/tracing-features/sessions) in Langfuse to track this conversation with each invocation being a single trace.\n",
208208
"\n",
209209
"In addition to the traces of each run, you also get a conversation view of the entire session:\n",
210210
"\n",

0 commit comments

Comments
 (0)