Skip to content

Commit 1aec1eb

Browse files
committed
fix vercel ai check
1 parent ac425ea commit 1aec1eb

File tree

1 file changed

+1
-1
lines changed
  • packages/node/src/integrations/tracing/vercelai

1 file changed

+1
-1
lines changed

packages/node/src/integrations/tracing/vercelai/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
4242
setupOnce() {
4343
instrumentation = instrumentVercelAi();
4444
},
45-
setup(client) {
45+
afterAllSetup(client) {
4646
function registerProcessors(): void {
4747
client.on('spanStart', span => {
4848
const { data: attributes, description: name } = spanToJSON(span);

0 commit comments

Comments
 (0)