Same thing happening to me and someone else I know
Same thing happening to me and someone else I know


"node_compat" within the wrangler.toml?node_compat (which is done with standard polyfills that increase the size of your Worker) is slowly being fazed out in favor of nodejs_compat (which is built into the runtime)KnexonError() handler.import { Hono } from 'hono'
import { sentry } from '@hono/sentry'
const app = new Hono<{ Bindings: Bindings }>({ strict: false })
app.use('*', sentry({ debug: true }))app.get('/call-sentry', async(c) => {
c.get('sentry').captureException('Something happened, tell Sentry!')
})compatibility_flags = [ "nodejs_compat" ]
compatibility_date = "2024-04-04"