Skip to content

Commit

Permalink
Merge branch 'main' into uat
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-sheng authored Oct 24, 2023
2 parents ed69354 + 4599354 commit 535db0d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import org.apache.skywalking.apm.toolkit.trace.Tracer;
...

SpanRef spanRef = Tracer.createEnteySpan("${operationName}", null);
SpanRef spanRef = Tracer.createEntrySpan("${operationName}", null);
```

* Use `Tracer.createLocalSpan()` API to create local span, the only parameter is the operation name of span.
Expand Down

0 comments on commit 535db0d

Please sign in to comment.