We're building error monitoring with a Tail Worker and want source-mapped stack traces. We found that only unhandled exceptions populate the exceptions array with source-mapped stacks - meaning you can't have both a custom error response AND source-mapped stacks in the Tail Worker.
- Custom error responses to clients (not Cloudflare's generic error page)
- Source-mapped stack traces in our Tail Worker for alerting