amandomv

Results 1 comments of amandomv

There's an integration to fix it: ``` from sentry_sdk.integrations.asyncio import AsyncioIntegration sentry_sdk.init( dsn=..., environment=..., integrations=[AsyncioIntegration()], ) ```