We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 474f8e6 + 4b14e8d commit 9996e29Copy full SHA for 9996e29
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