Ben Demaree

Results 5 comments of Ben Demaree

@dcramer Running into this as well. ISTM that under normal circumstances, [`process_response`](https://github.com/getsentry/raven-python/blob/master/raven/middleware.py#L112) clears the context which [should clear the breadcrumbs](https://github.com/getsentry/raven-python/blob/master/raven/context.py#L127) on the current thread. However, if an exception is raised...

Hi @mitsuhiko! No Django; running [Falcon](http://falcon.readthedocs.io/en/stable/) in this case, and we're running exclusively with uWSGI. I feel a little shy asking you in particular this, but `process_response` would've been called...

@hballard nice work on this; thank you! Was able to get the aio version working without much issue at all and am also hoping this can be merged soon. The...

@agosto-chrisbartling this shouldn’t be too difficult to add; I’ll have a go at it in the next day or two. 😊

I have this working using a new Falcon 1.4 feature (static routes). However, there’s a bug that needs to be fixed first and I’d like to wait for their 1.4.2...