Skip to content

Commit b386fe9

Browse files
committed
missing import
1 parent 3c2cc83 commit b386fe9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from sentry_sdk.scrubber import EventScrubber
3535
from sentry_sdk.serializer import serialize
3636
from sentry_sdk.sessions import SessionFlusher
37-
from sentry_sdk.traces import SpanStatus
37+
from sentry_sdk.traces import SpanStatus, StreamedSpan
3838
from sentry_sdk.tracing import trace
3939
from sentry_sdk.tracing_utils import has_span_streaming_enabled
4040
from sentry_sdk.transport import (

0 commit comments

Comments
 (0)