Skip to content

Commit 811b05d

Browse files
.
1 parent 8d3d3f0 commit 811b05d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sentry_sdk/scope.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ def start_streamed_span(
12781278
if parent_span is _DEFAULT_PARENT_SPAN or isinstance(
12791279
parent_span, NoOpStreamedSpan
12801280
):
1281-
parent_span = self.span # type: ignore
1281+
parent_span = self.streamed_span # type: ignore
12821282

12831283
# If no eligible parent_span was provided and there is no currently
12841284
# active span, this is a segment

0 commit comments

Comments
 (0)