File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ export {
12
12
addEventProcessor ,
13
13
addIntegration ,
14
14
amqplibIntegration ,
15
+ anthropicAIIntegration ,
15
16
// eslint-disable-next-line deprecation/deprecation
16
17
anrIntegration ,
17
18
// eslint-disable-next-line deprecation/deprecation
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export {
121
121
zodErrorsIntegration ,
122
122
profiler ,
123
123
amqplibIntegration ,
124
+ anthropicAIIntegration ,
124
125
vercelAIIntegration ,
125
126
logger ,
126
127
consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ export {
140
140
zodErrorsIntegration ,
141
141
profiler ,
142
142
amqplibIntegration ,
143
+ anthropicAIIntegration ,
143
144
vercelAIIntegration ,
144
145
logger ,
145
146
consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export {
119
119
zodErrorsIntegration ,
120
120
profiler ,
121
121
amqplibIntegration ,
122
+ anthropicAIIntegration ,
122
123
childProcessIntegration ,
123
124
createSentryWinstonTransport ,
124
125
vercelAIIntegration ,
You can’t perform that action at this time.
0 commit comments