Skip to content

Commit ca8aa30

Browse files
authored
Merge branch 'master' into antonpirker/threading-tests
2 parents 8aa5edf + 706d2d2 commit ca8aa30

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

sentry_sdk/tracing.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -323,13 +323,6 @@ def __init__(
323323

324324
self.scope = self.scope or hub.scope
325325

326-
if same_process_as_parent is not None:
327-
warnings.warn(
328-
"The `same_process_as_parent` parameter is deprecated.",
329-
DeprecationWarning,
330-
stacklevel=2,
331-
)
332-
333326
if start_timestamp is None:
334327
start_timestamp = datetime.now(timezone.utc)
335328
elif isinstance(start_timestamp, float):

0 commit comments

Comments
 (0)