In a comment on #264 I described a solution for handling exceptions raised within a request. When I looked into the Heroku API, it turns out that's exactly the approach I was considering. Much of this code is lifted from there, and is the work of @brandur.
This stops using the Rollbar middleware, and instead explicitly reports unexpected errors to Rollbar.
In a comment on #264 I described a solution for handling exceptions raised within a request. When I looked into the Heroku API, it turns out that's exactly the approach I was considering. Much of this code is lifted from there, and is the work of @brandur.
This stops using the Rollbar middleware, and instead explicitly reports unexpected errors to Rollbar.