We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 429476e commit e5a38efCopy full SHA for e5a38ef
MIGRATION_GUIDE.md
@@ -18,7 +18,7 @@ sentry_sdk.init(
18
"transport_async": True,
19
},
20
integrations=[
21
- sentry_sdk.AsyncIO(),
+ AsyncioIntegration(),
22
]
23
)
24
```
0 commit comments