Skip to content

Commit f893f12

Browse files
committed
.
1 parent 472ab5c commit f893f12

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
@@ -1233,7 +1233,7 @@ def __init__(
12331233

12341234
span_name = name or description or op or ""
12351235

1236-
# Prepopulate some attrs to be accessible in traces_sampler
1236+
# Prepopulate some attrs so that they're accessible in traces_sampler
12371237
attributes = attributes or {}
12381238
attributes[SentrySpanAttribute.OP] = op
12391239
if sampled is not None:

0 commit comments

Comments
 (0)