Skip to content

Commit 1aeeb68

Browse files
committed
small change
1 parent 09d247e commit 1aeeb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,9 +1257,9 @@ def __init__(
12571257
span_name, start_time=start_timestamp, attributes=attributes
12581258
)
12591259

1260-
self.name = name
12611260
self.origin = origin or DEFAULT_SPAN_ORIGIN
12621261
self.description = description
1262+
self.name = span_name
12631263
self.source = source
12641264

12651265
if status is not None:

0 commit comments

Comments
 (0)