diff --git a/sentry_sdk/tracing.py b/sentry_sdk/tracing.py index 036e6619f6..7ce577b1d0 100644 --- a/sentry_sdk/tracing.py +++ b/sentry_sdk/tracing.py @@ -228,7 +228,7 @@ class Span: https://develop.sentry.dev/sdk/performance/span-operations/ :param description: A description of what operation is being performed within the span. - .. deprecated:: 2.X.X + .. deprecated:: 2.15.0 Please use the `name` parameter, instead. :param name: A string describing what operation is being performed within the span. :param hub: The hub to use for this span.