We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88b4b5c commit 4599354Copy full SHA for 4599354
1 file changed
docs/en/setup/service-agent/java-agent/Application-toolkit-tracer.md
@@ -6,7 +6,7 @@
6
import org.apache.skywalking.apm.toolkit.trace.Tracer;
7
...
8
9
- SpanRef spanRef = Tracer.createEnteySpan("${operationName}", null);
+ SpanRef spanRef = Tracer.createEntrySpan("${operationName}", null);
10
```
11
12
* Use `Tracer.createLocalSpan()` API to create local span, the only parameter is the operation name of span.
0 commit comments