Skip to content

Commit 20f5ac8

Browse files
committed
chore: Fix missing exports
1 parent 7172211 commit 20f5ac8

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

packages/astro/src/index.server.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

packages/aws-serverless/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ export {
111111
createSentryWinstonTransport,
112112
hapiIntegration,
113113
setupHapiErrorHandler,
114+
honoIntegration,
115+
setupHonoErrorHandler,
114116
spotlightIntegration,
115117
initOpenTelemetry,
116118
spanToJSON,

packages/bun/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@ export {
130130
prismaIntegration,
131131
hapiIntegration,
132132
setupHapiErrorHandler,
133+
honoIntegration,
134+
setupHonoErrorHandler,
133135
spotlightIntegration,
134136
initOpenTelemetry,
135137
spanToJSON,

packages/google-cloud-serverless/src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,8 @@ export {
109109
prismaIntegration,
110110
hapiIntegration,
111111
setupHapiErrorHandler,
112+
honoIntegration,
113+
setupHonoErrorHandler,
112114
spotlightIntegration,
113115
initOpenTelemetry,
114116
spanToJSON,

0 commit comments

Comments
 (0)