Skip to content

Commit 8ae6d16

Browse files
committed
add missing exports
1 parent c757369 commit 8ae6d16

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
@@ -147,6 +147,7 @@ export {
147147
withScope,
148148
supabaseIntegration,
149149
instrumentSupabaseClient,
150+
instrumentOpenAiClient,
150151
zodErrorsIntegration,
151152
profiler,
152153
logger,

packages/aws-serverless/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ export {
129129
updateSpanName,
130130
supabaseIntegration,
131131
instrumentSupabaseClient,
132+
instrumentOpenAiClient,
132133
zodErrorsIntegration,
133134
profiler,
134135
amqplibIntegration,

packages/bun/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ export {
147147
updateSpanName,
148148
supabaseIntegration,
149149
instrumentSupabaseClient,
150+
instrumentOpenAiClient,
150151
zodErrorsIntegration,
151152
profiler,
152153
amqplibIntegration,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export {
127127
supabaseIntegration,
128128
systemErrorIntegration,
129129
instrumentSupabaseClient,
130+
instrumentOpenAiClient,
130131
zodErrorsIntegration,
131132
profiler,
132133
amqplibIntegration,

0 commit comments

Comments
 (0)