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 fb40aba commit afc1296Copy full SHA for afc1296
dd-trace-core/src/main/java/datadog/trace/core/CoreTracer.java
@@ -1109,7 +1109,7 @@ public AgentSpan startSpan(
1109
final CharSequence spanName,
1110
final AgentSpanContext parent,
1111
final long startTimeMicros) {
1112
- return buildSpan(instrumentationName, spanName)
+ return singleSpanBuilder(instrumentationName, spanName)
1113
.ignoreActiveSpan()
1114
.asChildOf(parent)
1115
.withStartTimestamp(startTimeMicros)
0 commit comments