Skip to content

Commit f0c5eb8

Browse files
committed
fix(node): Add missing AI instrumentation functions imports
1 parent cefcdbc commit f0c5eb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/node/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ export {
134134
consoleIntegration,
135135
wrapMcpServerWithSentry,
136136
featureFlagsIntegration,
137+
instrumentOpenAiClient,
138+
instrumentGoogleGenAIClient,
139+
instrumentAnthropicAiClient,
137140
} from '@sentry/core';
138141

139142
export type {

0 commit comments

Comments
 (0)