You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, very useful library!
I need to capture the exception for report it (I'm using sentry) but the exception is captured and formatted as string so most information are lost. I only need to report the errors of my application (unhandled exceptions for example).
I saw that here is where the error is processed rest.py
Override the method gen_http_error does not help because the exception is already transformed into a string. A method that receives the exception that I can override would be great, and by default this method format the exception as it does now.
I could send you a pull request (there are just a few lines) unless you have a way to do it.
Thank you!
The text was updated successfully, but these errors were encountered:
Just a note, since I see recent activity in this repo: this feature/fix is also interesting to me, and the lack of it would probably prevent me from using this lib.
Hi, very useful library!
I need to capture the exception for report it (I'm using sentry) but the exception is captured and formatted as string so most information are lost. I only need to report the errors of my application (unhandled exceptions for example).
I saw that here is where the error is processed
rest.py
Override the method
gen_http_error
does not help because the exception is already transformed into a string. A method that receives the exception that I can override would be great, and by default this method format the exception as it does now.I could send you a pull request (there are just a few lines) unless you have a way to do it.
Thank you!
The text was updated successfully, but these errors were encountered: