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 {
1212 addEventProcessor ,
1313 addIntegration ,
1414 amqplibIntegration ,
15+ anthropicAIIntegration ,
1516 // eslint-disable-next-line deprecation/deprecation
1617 anrIntegration ,
1718 // eslint-disable-next-line deprecation/deprecation
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ export {
121121 zodErrorsIntegration ,
122122 profiler ,
123123 amqplibIntegration ,
124+ anthropicAIIntegration ,
124125 vercelAIIntegration ,
125126 logger ,
126127 consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -140,6 +140,7 @@ export {
140140 zodErrorsIntegration ,
141141 profiler ,
142142 amqplibIntegration ,
143+ anthropicAIIntegration ,
143144 vercelAIIntegration ,
144145 logger ,
145146 consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ export {
119119 zodErrorsIntegration ,
120120 profiler ,
121121 amqplibIntegration ,
122+ anthropicAIIntegration ,
122123 childProcessIntegration ,
123124 createSentryWinstonTransport ,
124125 vercelAIIntegration ,
You can’t perform that action at this time.
0 commit comments