We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ae99c0 commit a11ff46Copy full SHA for a11ff46
sentry_sdk/tracing.py
@@ -1212,7 +1212,6 @@ def __init__(
1212
attributes=None, # type: OTelSpanAttributes
1213
only_if_parent=False, # type: bool
1214
otel_span=None, # type: Optional[OtelSpan]
1215
- parent_sampled=None, # type: Optional[bool]
1216
**_, # type: dict[str, object]
1217
):
1218
# type: (...) -> None
0 commit comments