Turns out, Sentry somehow detected that I was using Strawberry, but didn't realize I was using GraphQLView and not AsyncGraphQLView. I'm assuming it started running async code, and that broke because ...
The current Python SDK seems to rely on synchronous/blocking I/O operations. To properly integrate Composio into modern, high-performance asynchronous Python frameworks (like asyncio, FastAPI, or ...