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") }