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 {
15
15
anthropicAIIntegration ,
16
16
// eslint-disable-next-line deprecation/deprecation
17
17
anrIntegration ,
18
+ googleGenAIIntegration ,
18
19
// eslint-disable-next-line deprecation/deprecation
19
20
disableAnrDetectionForCallback ,
20
21
captureCheckIn ,
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ export {
125
125
profiler ,
126
126
amqplibIntegration ,
127
127
anthropicAIIntegration ,
128
+ googleGenAIIntegration ,
128
129
vercelAIIntegration ,
129
130
logger ,
130
131
consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -143,6 +143,7 @@ export {
143
143
profiler ,
144
144
amqplibIntegration ,
145
145
anthropicAIIntegration ,
146
+ googleGenAIIntegration ,
146
147
vercelAIIntegration ,
147
148
logger ,
148
149
consoleLoggingIntegration ,
Original file line number Diff line number Diff line change @@ -123,6 +123,7 @@ export {
123
123
profiler ,
124
124
amqplibIntegration ,
125
125
anthropicAIIntegration ,
126
+ googleGenAIIntegration ,
126
127
childProcessIntegration ,
127
128
createSentryWinstonTransport ,
128
129
vercelAIIntegration ,
You can’t perform that action at this time.
0 commit comments