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 aa8704a commit 916519fCopy full SHA for 916519f
packages/node/src/index.ts
@@ -32,6 +32,7 @@ export { tediousIntegration } from './integrations/tracing/tedious';
32
export { genericPoolIntegration } from './integrations/tracing/genericPool';
33
export { dataloaderIntegration } from './integrations/tracing/dataloader';
34
export { amqplibIntegration } from './integrations/tracing/amqplib';
35
+export { vercelAIIntegration } from './integrations/tracing/vercelai';
36
export { childProcessIntegration } from './integrations/childProcess';
37
38
export { SentryContextManager } from './otel/contextManager';
0 commit comments