Skip to content

Commit ab91a49

Browse files
committed
fix: missing imports
1 parent 64e6880 commit ab91a49

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export {
118118
tediousIntegration,
119119
trpcMiddleware,
120120
updateSpanName,
121+
vercelAIIntegration,
121122
withActiveSpan,
122123
withIsolationScope,
123124
withMonitor,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export {
110110
zodErrorsIntegration,
111111
profiler,
112112
amqplibIntegration,
113+
vercelAIIntegration,
113114
} from '@sentry/node';
114115

115116
export {

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export {
129129
zodErrorsIntegration,
130130
profiler,
131131
amqplibIntegration,
132+
vercelAIIntegration,
132133
} from '@sentry/node';
133134

134135
export {

packages/google-cloud-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ export {
110110
profiler,
111111
amqplibIntegration,
112112
childProcessIntegration,
113+
vercelAIIntegration,
113114
} from '@sentry/node';
114115

115116
export {

0 commit comments

Comments
 (0)