Skip to content

Commit 4f6ccc4

Browse files
authored
fixed message (getsentry#3536)
1 parent 23ef8ca commit 4f6ccc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ class Span:
228228
https://develop.sentry.dev/sdk/performance/span-operations/
229229
:param description: A description of what operation is being performed within the span.
230230
231-
.. deprecated:: 2.X.X
231+
.. deprecated:: 2.15.0
232232
Please use the `name` parameter, instead.
233233
:param name: A string describing what operation is being performed within the span.
234234
:param hub: The hub to use for this span.

0 commit comments

Comments
 (0)