We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4cf07e commit 4163da0Copy full SHA for 4163da0
sentry_sdk/tracing.py
@@ -319,7 +319,7 @@ def __init__(
319
# OTel timestamps have nanosecond precision
320
start_timestamp = convert_to_otel_timestamp(start_timestamp)
321
322
- span_name = name or op or DEFAULT_SPAN_NAME
+ span_name = name or description or op or DEFAULT_SPAN_NAME
323
324
# Prepopulate some attrs so that they're accessible in traces_sampler
325
attributes = attributes or {}
0 commit comments