We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e90c182 commit a44bbf4Copy full SHA for a44bbf4
1 file changed
sentry_sdk/integrations/strawberry.py
@@ -8,6 +8,7 @@
8
from sentry_sdk.integrations import _check_minimum_version, Integration, DidNotEnable
9
from sentry_sdk.integrations.logging import ignore_logger
10
from sentry_sdk.scope import should_send_default_pii
11
+from sentry_sdk.traces import StreamedSpan
12
from sentry_sdk.tracing import TransactionSource
13
from sentry_sdk.tracing_utils import has_span_streaming_enabled
14
from sentry_sdk.utils import (
@@ -55,7 +56,6 @@
55
56
from strawberry.http import GraphQLHTTPResponse
57
from strawberry.types import ExecutionContext
58
from sentry_sdk._types import Event, EventProcessor
- from sentry_sdk.traces import StreamedSpan
59
from sentry_sdk.tracing import Span
60
61
0 commit comments