File tree 4 files changed +4
-0
lines changed
google-cloud-serverless/src
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ export {
72
72
lastEventId ,
73
73
linkedErrorsIntegration ,
74
74
localVariablesIntegration ,
75
+ lruMemoizerIntegration ,
75
76
makeNodeTransport ,
76
77
metrics ,
77
78
modulesIntegration ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export {
91
91
genericPoolIntegration ,
92
92
graphqlIntegration ,
93
93
kafkaIntegration ,
94
+ lruMemoizerIntegration ,
94
95
mongoIntegration ,
95
96
mongooseIntegration ,
96
97
mysqlIntegration ,
Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ export {
112
112
genericPoolIntegration ,
113
113
graphqlIntegration ,
114
114
kafkaIntegration ,
115
+ lruMemoizerIntegration ,
115
116
mongoIntegration ,
116
117
mongooseIntegration ,
117
118
mysqlIntegration ,
Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ export {
91
91
genericPoolIntegration ,
92
92
graphqlIntegration ,
93
93
kafkaIntegration ,
94
+ lruMemoizerIntegration ,
94
95
mongoIntegration ,
95
96
mongooseIntegration ,
96
97
mysqlIntegration ,
You can’t perform that action at this time.
0 commit comments