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 @@ -63,6 +63,7 @@ export {
6363 winterCGHeadersToDict ,
6464 graphqlIntegration ,
6565 hapiIntegration ,
66+ honoIntegration ,
6667 httpIntegration ,
6768 // eslint-disable-next-line deprecation/deprecation
6869 inboundFiltersIntegration ,
@@ -115,6 +116,7 @@ export {
115116 setupConnectErrorHandler ,
116117 setupExpressErrorHandler ,
117118 setupHapiErrorHandler ,
119+ setupHonoErrorHandler ,
118120 setupKoaErrorHandler ,
119121 setUser ,
120122 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