Zuraiz Ajaz
Zuraiz Ajaz
I am facing the same issue, including this line breaks the ENV > `import * as Sentry from "@sentry/cloudflare"; > ` I first implemented the integration using [`@cloudflare/pages-plugin-sentry` ](https://developers.cloudflare.com/pages/functions/plugins/sentry/) which...
I’ve created a minimal reproduction repo to demonstrate the issue where importing `@sentry/cloudflare` breaks the Env types generated by Wrangler: 🔗 Repo: https://github.com/aec-craft/hono-sentry-env-issue This example uses hono, @sentry/cloudflare, and [email protected]....