Usama Khalid
Results
2
issues of
Usama Khalid
**_TypeError: Cannot read properties of undefined (reading 'setContext')_** ``` app.use('*', async (c: Context, next) => { sentry({ dsn: 'example.com', tracesSampleRate: parseFloat( (c.env.SENTRY_TRACES_SAMPLE_RATE as string) || '0', ), environment: c.env.SENTRY_ENV ===...
### What version of Hono are you using? 4.5.8 ### What runtime/platform is your app running on? Cloudflare Worker ### What steps can reproduce the bug? hono: 4.5.8 ### What...
triage