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 c8772bb commit 58880dfCopy full SHA for 58880df
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