diff --git a/packages/astro/src/index.server.ts b/packages/astro/src/index.server.ts index 2913022c816b..d5cfed7fae7d 100644 --- a/packages/astro/src/index.server.ts +++ b/packages/astro/src/index.server.ts @@ -147,6 +147,7 @@ export { withScope, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, profiler, logger, diff --git a/packages/aws-serverless/src/index.ts b/packages/aws-serverless/src/index.ts index 6b36930265ca..b9ab9b013925 100644 --- a/packages/aws-serverless/src/index.ts +++ b/packages/aws-serverless/src/index.ts @@ -129,6 +129,7 @@ export { updateSpanName, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, profiler, amqplibIntegration, diff --git a/packages/bun/src/index.ts b/packages/bun/src/index.ts index d3d266b4dfc1..09fff4dc5f6a 100644 --- a/packages/bun/src/index.ts +++ b/packages/bun/src/index.ts @@ -147,6 +147,7 @@ export { updateSpanName, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, profiler, amqplibIntegration, diff --git a/packages/google-cloud-serverless/src/index.ts b/packages/google-cloud-serverless/src/index.ts index d7cd08e5b14e..72fd0fa3a12d 100644 --- a/packages/google-cloud-serverless/src/index.ts +++ b/packages/google-cloud-serverless/src/index.ts @@ -127,6 +127,7 @@ export { supabaseIntegration, systemErrorIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, profiler, amqplibIntegration, diff --git a/packages/node/src/index.ts b/packages/node/src/index.ts index a03b31619472..9d5941c41c8e 100644 --- a/packages/node/src/index.ts +++ b/packages/node/src/index.ts @@ -129,6 +129,7 @@ export { updateSpanName, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, profiler, consoleLoggingIntegration, diff --git a/packages/remix/src/server/index.ts b/packages/remix/src/server/index.ts index 88254807ec05..181c9fd36d16 100644 --- a/packages/remix/src/server/index.ts +++ b/packages/remix/src/server/index.ts @@ -121,6 +121,7 @@ export { withScope, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, logger, consoleLoggingIntegration, diff --git a/packages/sveltekit/src/server/index.ts b/packages/sveltekit/src/server/index.ts index 9c2e4cd82a34..47c4cfa7d3f8 100644 --- a/packages/sveltekit/src/server/index.ts +++ b/packages/sveltekit/src/server/index.ts @@ -123,6 +123,7 @@ export { withScope, supabaseIntegration, instrumentSupabaseClient, + instrumentOpenAiClient, zodErrorsIntegration, logger, consoleLoggingIntegration,