We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c8f8e8 commit b9f148cCopy full SHA for b9f148c
sentry_sdk/scope.py
@@ -1228,6 +1228,7 @@ def start_streamed_span(
1228
name: str,
1229
attributes: "Optional[Attributes]" = None,
1230
parent_span: "Optional[StreamedSpan]" = None,
1231
+ **kwargs, # TODO: remove, just for expediting seer testing
1232
) -> "StreamedSpan":
1233
# TODO: rename to start_span once we drop the old API
1234
if parent_span is None:
0 commit comments