Skip to content

Commit a11ff46

Browse files
committed
remove all parent_sampled stuff
1 parent 8ae99c0 commit a11ff46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1212,7 +1212,6 @@ def __init__(
12121212
attributes=None, # type: OTelSpanAttributes
12131213
only_if_parent=False, # type: bool
12141214
otel_span=None, # type: Optional[OtelSpan]
1215-
parent_sampled=None, # type: Optional[bool]
12161215
**_, # type: dict[str, object]
12171216
):
12181217
# type: (...) -> None

0 commit comments

Comments
 (0)