WSGI Middleware in new python sdk

Hello,

I have a mixed WSGI application (pylons and pyramid), I’m planning migration from raven to new sdk.

I can see that the sdk supports pyramid out of the box, but I can’t see any public interfaces for general WSGI Middleware I could use for pylons.

What is the best approach I can take here to connect both applications?

Hey, we don’t expose any WSGI middleware right now. I created an issue to track demand for this: https://github.com/getsentry/sentry-python/issues/177