Skip to content

Commit a09b775

Browse files
committed
add missing function
1 parent f7057ae commit a09b775

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/hono/src/cloudflare/middleware.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const sentry = (app: Hono, options: HonoOptions | undefined = {}): Middle
4343
app,
4444
);
4545

46+
patchAppUse(app);
47+
4648
return async (context, next) => {
4749
requestHandler(context);
4850

0 commit comments

Comments
 (0)