-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The package is still missing proper capturing of exceptions. The process_response hook in Falcon's middlewares does not contain information on raised exceptions (except for the boolean req_succeeded flag).
A solution could be to add a custom error handler like this:
application.add_error_handler(Exception, capture_all_errors)and call client.capture_exception(handled=False) inside that handler.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request