Skip to content

Commit 667ba2d

Browse files
authored
fix(sdk): add vercel AI SDK to span-processor whitelist (#607)
1 parent 32faaf1 commit 667ba2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/traceloop-sdk/src/lib/tracing/span-processor.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ export const createSpanProcessor = (
108108
};
109109

110110
export const traceloopInstrumentationLibraries = [
111+
"ai",
111112
"@traceloop/node-server-sdk",
112113
"@traceloop/instrumentation-openai",
113114
"@traceloop/instrumentation-langchain",

0 commit comments

Comments
 (0)