From 167f5ed36a15dea47c4f909aea8b8992c3169f93 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Sun, 7 Dec 2025 20:58:44 +0900 Subject: [PATCH] feat: enable recordInputs in Langfuse telemetry Enable full message history recording including XML tool calls for better observability. --- lib/langfuse.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/langfuse.ts b/lib/langfuse.ts index a78a3c1..0cdfb1e 100644 --- a/lib/langfuse.ts +++ b/lib/langfuse.ts @@ -84,9 +84,7 @@ export function getTelemetryConfig(params: { return { isEnabled: true, - // Disable automatic input recording to avoid uploading large base64 images to Langfuse media - // User text input is recorded manually via setTraceInput - recordInputs: false, + recordInputs: true, recordOutputs: true, metadata: { sessionId: params.sessionId,