exception_hunter icon indicating copy to clipboard operation
exception_hunter copied to clipboard

Allow sending the information to an API

Open brunvez opened this issue 5 years ago • 0 comments

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.

brunvez avatar Apr 16 '20 20:04 brunvez