File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
google-cloud-serverless/src Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ export {
6464 winterCGHeadersToDict ,
6565 graphqlIntegration ,
6666 hapiIntegration ,
67+ honoIntegration ,
6768 httpIntegration ,
6869 // eslint-disable-next-line deprecation/deprecation
6970 inboundFiltersIntegration ,
@@ -116,6 +117,7 @@ export {
116117 setupConnectErrorHandler ,
117118 setupExpressErrorHandler ,
118119 setupHapiErrorHandler ,
120+ setupHonoErrorHandler ,
119121 setupKoaErrorHandler ,
120122 setUser ,
121123 spanToBaggageHeader ,
Original file line number Diff line number Diff line change @@ -111,6 +111,8 @@ export {
111111 createSentryWinstonTransport ,
112112 hapiIntegration ,
113113 setupHapiErrorHandler ,
114+ honoIntegration ,
115+ setupHonoErrorHandler ,
114116 spotlightIntegration ,
115117 initOpenTelemetry ,
116118 spanToJSON ,
Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ export {
130130 prismaIntegration ,
131131 hapiIntegration ,
132132 setupHapiErrorHandler ,
133+ honoIntegration ,
134+ setupHonoErrorHandler ,
133135 spotlightIntegration ,
134136 initOpenTelemetry ,
135137 spanToJSON ,
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ export {
109109 prismaIntegration ,
110110 hapiIntegration ,
111111 setupHapiErrorHandler ,
112+ honoIntegration ,
113+ setupHonoErrorHandler ,
112114 spotlightIntegration ,
113115 initOpenTelemetry ,
114116 spanToJSON ,
You can’t perform that action at this time.
0 commit comments