Feature request: log all http errors automatically (as an option)

Hi there,

we are experiencing problems with one of our applications.
There are some strange issues with failed http requests (some assets and js files sometimes don’t load)
We made workaround to the problem but we know it is short term solution and it will come back in some near future. We would like to monitor it while searching for proper solution.

I could write a service worker that intercepts all http requests and wrap them with Raven.captureMessage or Raven.captureException and then return the original result.

However I think that could be a nice feature.
I would then just turn on such option in the dashboard and see info about failed requests the same way I see exceptions.