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 1260cfa commit fac883bCopy full SHA for fac883b
1 file changed
packages/node/src/index.ts
@@ -31,9 +31,9 @@ export { tediousIntegration } from './integrations/tracing/tedious';
31
export { genericPoolIntegration } from './integrations/tracing/genericPool';
32
export { dataloaderIntegration } from './integrations/tracing/dataloader';
33
export { amqplibIntegration } from './integrations/tracing/amqplib';
34
+export { vercelAIIntegration } from './integrations/tracing/vercelai';
35
export { childProcessIntegration } from './integrations/childProcess';
36
export { fetchBreadcrumbsIntegration } from './integrations/fetch-breadcrumbs';
-export { vercelAIIntegration } from './integrations/tracing/vercelai';
37
38
export { SentryContextManager } from './otel/contextManager';
39
export { generateInstrumentOnce } from './otel/instrument';
0 commit comments