We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8135702 commit 5a18190Copy full SHA for 5a18190
tests/test_basics.py
@@ -991,7 +991,7 @@ def test_enable_integration(sentry_init):
991
client = get_client()
992
assert "asyncio" not in client.integrations
993
994
- from sentry_sdk.integrations import AsyncioIntegration
+ from sentry_sdk.integrations.asyncio import AsyncioIntegration
995
996
sentry_sdk.enable_integration(AsyncioIntegration())
997
0 commit comments