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 @@ -72,6 +72,7 @@ export {
7272 lastEventId ,
7373 linkedErrorsIntegration ,
7474 localVariablesIntegration ,
75+ lruMemoizerIntegration ,
7576 makeNodeTransport ,
7677 metrics ,
7778 modulesIntegration ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export {
9191 genericPoolIntegration ,
9292 graphqlIntegration ,
9393 kafkaIntegration ,
94+ lruMemoizerIntegration ,
9495 mongoIntegration ,
9596 mongooseIntegration ,
9697 mysqlIntegration ,
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export {
112112 genericPoolIntegration ,
113113 graphqlIntegration ,
114114 kafkaIntegration ,
115+ lruMemoizerIntegration ,
115116 mongoIntegration ,
116117 mongooseIntegration ,
117118 mysqlIntegration ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export {
9191 genericPoolIntegration ,
9292 graphqlIntegration ,
9393 kafkaIntegration ,
94+ lruMemoizerIntegration ,
9495 mongoIntegration ,
9596 mongooseIntegration ,
9697 mysqlIntegration ,
You can’t perform that action at this time.
0 commit comments