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 aac88f9 commit 9565fb9Copy full SHA for 9565fb9
tests/test_client.py
@@ -27,7 +27,7 @@
27
from sentry_sdk.transport import Transport
28
from sentry_sdk.serializer import MAX_DATABAG_BREADTH
29
from sentry_sdk.consts import DEFAULT_MAX_BREADCRUMBS, DEFAULT_MAX_VALUE_LENGTH
30
-from sentry_sdk._types import Event
+from sentry_sdk.types import Event
31
32
33
maximum_python_312 = pytest.mark.skipif(
0 commit comments