exception_hunter
exception_hunter copied to clipboard
Allow sending the information to an API
The idea is to store exceptions data in something like ES and then view it with Kibana. Alternatively, the data could be sent to a custom API and the user would have to take care of it.
Things to keep in mind:
- The time it takes to perform these requests, it would be good to have async logging for that
- How to handle fails, if it's inside a job it's alright to retry, if it's sync it should not override the exception.