-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Labels
Description
Hello there!
I find it useful to return some kind of information to the client when uncaught exception happens on the server side. One use case for this would be return a request it to the client when uncaught exception happens so the server developer can identify the problematic request quickly.
Currently, handle-exception doesn't merge the context map, I am wondering can we add support for that? I am happy to submit a PR just wondering if this is something we want to do.