Skip to content

Commit 17c2e5a

Browse files
committed
chore: Fix missing exports
1 parent be8604b commit 17c2e5a

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
@@ -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,

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)