Skip to content

Commit b9f148c

Browse files
committed
add shadow kwargs
1 parent 4c8f8e8 commit b9f148c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sentry_sdk/scope.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,6 +1228,7 @@ def start_streamed_span(
12281228
name: str,
12291229
attributes: "Optional[Attributes]" = None,
12301230
parent_span: "Optional[StreamedSpan]" = None,
1231+
**kwargs, # TODO: remove, just for expediting seer testing
12311232
) -> "StreamedSpan":
12321233
# TODO: rename to start_span once we drop the old API
12331234
if parent_span is None:

0 commit comments

Comments
 (0)