This is an example app to demonstrate the bug in @sentry/remix 7.11.0 and later which causes server bugs in Remix apps with Express adapter not to be reported.
- Clone repo and run
npm install - Set
SENTRY_DNSinentry.server.tsx - Execute
npm run dev - Visit
http://localhost:3000/errorto trigger an issue.