We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac425ea commit 1aec1ebCopy full SHA for 1aec1eb
packages/node/src/integrations/tracing/vercelai/index.ts
@@ -42,7 +42,7 @@ const _vercelAIIntegration = ((options: VercelAiOptions = {}) => {
42
setupOnce() {
43
instrumentation = instrumentVercelAi();
44
},
45
- setup(client) {
+ afterAllSetup(client) {
46
function registerProcessors(): void {
47
client.on('spanStart', span => {
48
const { data: attributes, description: name } = spanToJSON(span);
0 commit comments