Skip to content

Commit 0eacc29

Browse files
committed
add missing imports
1 parent c22103d commit 0eacc29

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
@@ -15,6 +15,7 @@ export {
1515
anthropicAIIntegration,
1616
// eslint-disable-next-line deprecation/deprecation
1717
anrIntegration,
18+
googleGenAIIntegration,
1819
// eslint-disable-next-line deprecation/deprecation
1920
disableAnrDetectionForCallback,
2021
captureCheckIn,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export {
125125
profiler,
126126
amqplibIntegration,
127127
anthropicAIIntegration,
128+
googleGenAIIntegration,
128129
vercelAIIntegration,
129130
logger,
130131
consoleLoggingIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export {
143143
profiler,
144144
amqplibIntegration,
145145
anthropicAIIntegration,
146+
googleGenAIIntegration,
146147
vercelAIIntegration,
147148
logger,
148149
consoleLoggingIntegration,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ export {
123123
profiler,
124124
amqplibIntegration,
125125
anthropicAIIntegration,
126+
googleGenAIIntegration,
126127
childProcessIntegration,
127128
createSentryWinstonTransport,
128129
vercelAIIntegration,

0 commit comments

Comments
 (0)