Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add proper capturing of exceptions #1

Open
benedikt-budig opened this issue Oct 14, 2021 · 0 comments
Open

add proper capturing of exceptions #1

benedikt-budig opened this issue Oct 14, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@benedikt-budig
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant