We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d3d3f0 commit 811b05dCopy full SHA for 811b05d
1 file changed
sentry_sdk/scope.py
@@ -1278,7 +1278,7 @@ def start_streamed_span(
1278
if parent_span is _DEFAULT_PARENT_SPAN or isinstance(
1279
parent_span, NoOpStreamedSpan
1280
):
1281
- parent_span = self.span # type: ignore
+ parent_span = self.streamed_span # type: ignore
1282
1283
# If no eligible parent_span was provided and there is no currently
1284
# active span, this is a segment
0 commit comments