Skip to content

Commit 904a7f4

Browse files
committed
Update tracing docs
1 parent 6aa71d9 commit 904a7f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/includes/_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ func Workflow(ctx workflow.Context) error {
586586
span.End()
587587
```
588588
589-
For workflows the usage is a bit different, the tracer needs to be aware of whether the workflow is being replayed or not.
589+
For workflows the usage is a bit different, the tracer needs to be aware of whether the workflow is being replayed or not. You can get a replay-aware racer with `workflow.Tracer(ctx)`.
590590
591591
## Context Propagation
592592

0 commit comments

Comments
 (0)