We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f148c commit 82cce87Copy full SHA for 82cce87
sentry_sdk/scope.py
@@ -1228,7 +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
+ **kwargs: "Any", # 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