I'm running flask with eventlet and I have the following error ``` AttributeError: 'Response' object has no attribute 'status_code' ``` In raven I could change transport to `EventletHttpTransport` but I can't see this class in the current SDK
I'm running flask with eventlet and I have the following error
In raven I could change transport to
EventletHttpTransportbut I can't see this class in the current SDK