We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a4157 commit 9e8e60eCopy full SHA for 9e8e60e
1 file changed
sentry_sdk/traces.py
@@ -67,7 +67,7 @@ def __str__(self) -> str:
67
def start_span(
68
name: str,
69
attributes: "Optional[Attributes]" = None,
70
- parent_span: "Optional[StreamedSpan]" = _DEFAULT_PARENT_SPAN,
+ parent_span: "Optional[StreamedSpan]" = _DEFAULT_PARENT_SPAN, # type: ignore[assignment]
71
active: bool = True,
72
) -> "StreamedSpan":
73
"""
0 commit comments