From 629c481c796f4cb2e875c2a06ac6027510f96f88 Mon Sep 17 00:00:00 2001 From: "dayuan.jiang" Date: Tue, 23 Dec 2025 01:17:40 +0900 Subject: [PATCH] debug: add log to verify instrumentation initialization --- instrumentation.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/instrumentation.ts b/instrumentation.ts index abd8c14..4907281 100644 --- a/instrumentation.ts +++ b/instrumentation.ts @@ -36,4 +36,5 @@ export function register() { // Register globally so AI SDK's telemetry also uses this processor tracerProvider.register() + console.log("[Langfuse] Instrumentation initialized successfully") }