Skip to content

Commit 269c429

Browse files
committed
add missing exports
1 parent 1aa18ea commit 269c429

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
@@ -12,6 +12,7 @@ export {
1212
addEventProcessor,
1313
addIntegration,
1414
amqplibIntegration,
15+
anthropicAIIntegration,
1516
// eslint-disable-next-line deprecation/deprecation
1617
anrIntegration,
1718
// eslint-disable-next-line deprecation/deprecation

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ export {
121121
zodErrorsIntegration,
122122
profiler,
123123
amqplibIntegration,
124+
anthropicAIIntegration,
124125
vercelAIIntegration,
125126
logger,
126127
consoleLoggingIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export {
140140
zodErrorsIntegration,
141141
profiler,
142142
amqplibIntegration,
143+
anthropicAIIntegration,
143144
vercelAIIntegration,
144145
logger,
145146
consoleLoggingIntegration,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export {
119119
zodErrorsIntegration,
120120
profiler,
121121
amqplibIntegration,
122+
anthropicAIIntegration,
122123
childProcessIntegration,
123124
createSentryWinstonTransport,
124125
vercelAIIntegration,

0 commit comments

Comments
 (0)