tmcw
tmcw
Explore posts from servers
TtRPC
Created by tmcw on 6/15/2023 in #❓-help
Can I get non-redacted INTERNAL_SERVER_ERRORS in production?
I'm trying to debug crashes in production, and having a hard time. As far as I can tell, errors are redacted before they're sent to the onError handler, which is a little surprising: I don't want to send stack traces to the wider internet, of course, but I'd want an internal, server-side-only error handler with the raw errors. Is that possible? Thanks!
2 replies