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 @@ -15,6 +15,7 @@ export {
1515 anthropicAIIntegration ,
1616 // eslint-disable-next-line deprecation/deprecation
1717 anrIntegration ,
18+ googleGenAIIntegration ,
1819 // eslint-disable-next-line deprecation/deprecation
1920 disableAnrDetectionForCallback ,
2021 captureCheckIn ,
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ export {
125125 profiler ,
126126 amqplibIntegration ,
127127 anthropicAIIntegration ,
128+ googleGenAIIntegration ,
128129 vercelAIIntegration ,
129130 logger ,
130131 consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export {
143143 profiler ,
144144 amqplibIntegration ,
145145 anthropicAIIntegration ,
146+ googleGenAIIntegration ,
146147 vercelAIIntegration ,
147148 logger ,
148149 consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ export {
123123 profiler ,
124124 amqplibIntegration ,
125125 anthropicAIIntegration ,
126+ googleGenAIIntegration ,
126127 childProcessIntegration ,
127128 createSentryWinstonTransport ,
128129 vercelAIIntegration ,
You can’t perform that action at this time.
0 commit comments