diff --git a/sentry_sdk/tracing.py b/sentry_sdk/tracing.py index ab1a7a8fdf..13d9f63d5e 100644 --- a/sentry_sdk/tracing.py +++ b/sentry_sdk/tracing.py @@ -323,13 +323,6 @@ def __init__( self.scope = self.scope or hub.scope - if same_process_as_parent is not None: - warnings.warn( - "The `same_process_as_parent` parameter is deprecated.", - DeprecationWarning, - stacklevel=2, - ) - if start_timestamp is None: start_timestamp = datetime.now(timezone.utc) elif isinstance(start_timestamp, float):