We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf93c59 commit b66c3d3Copy full SHA for b66c3d3
sentry_sdk/integrations/graphene.py
@@ -4,6 +4,7 @@
4
from sentry_sdk.consts import OP
5
from sentry_sdk.integrations import _check_minimum_version, DidNotEnable, Integration
6
from sentry_sdk.scope import should_send_default_pii
7
+from sentry_sdk.traces import StreamedSpan
8
from sentry_sdk.tracing_utils import has_span_streaming_enabled
9
from sentry_sdk.utils import (
10
capture_internal_exceptions,
0 commit comments