We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd8bd6 commit 4b14e8dCopy full SHA for 4b14e8d
1 file changed
sentry_sdk/scope.py
@@ -1190,7 +1190,7 @@ def start_streamed_span(
1190
)
1191
1192
if parent_span is None or isinstance(parent_span, NoOpStreamedSpan):
1193
- parent_span = self.span or self.get_current_scope().span # type: ignore
+ parent_span = self.span # type: ignore
1194
1195
# If no eligible parent_span was provided and there is no currently
1196
# active span, this is a segment
0 commit comments