We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7057ae commit a09b775Copy full SHA for a09b775
1 file changed
packages/hono/src/cloudflare/middleware.ts
@@ -43,6 +43,8 @@ export const sentry = (app: Hono, options: HonoOptions | undefined = {}): Middle
43
app,
44
);
45
46
+ patchAppUse(app);
47
+
48
return async (context, next) => {
49
requestHandler(context);
50
0 commit comments