Hacker News new | ask | show | jobs
by ReflectedImage 1291 days ago
You can have a catch all exception handler that emails any exceptions that occur to you.

It's not pretty but it can be done. :P

1 comments

I think a catch-all top level exception is totally fine and not ugly at all!

That’s why my Python APIs never fatally crash, they just log an exception and move onto the next request.