ForzaElixir / rollbax

Exception tracking and logging from Elixir to Rollbar
https://hexdocs.pm/rollbax
ISC License
243 stars 52 forks source link

Capturing error's background information #88

Closed lessless closed 6 years ago

lessless commented 6 years ago

Hi folks,

Do you think whether it's possible to capture more information that will ease an investigation, like:

whatyouhide commented 6 years ago

Hey @lessless, Rollbax is not tied to Phoenix/Ecto in any particular way, so we're not likely to add anything like this. Plus, I am not sure that things like information about the HTTP request (= the conn struct) would be accessible to Rollbax in any way other than if the user would pass them explicitly).

We provide some guiding on how to integrate with Plug applications (hence Phoenix as well) here.