There was an error while loading. Please reload this page.
1 parent b8ee69e commit cf7c745Copy full SHA for cf7c745
brave/README.md
@@ -475,7 +475,7 @@ sharing span IDs between a client and a server.
475
A normal instrumentation pattern is creating a span representing the server
476
side of an RPC. `Extractor.extract` might return a complete trace context when
477
applied to an incoming client request. `Tracer.joinSpan` attempts to continue
478
-the this trace, using the same span ID if supported, or creating a child span
+this trace, using the same span ID if supported, or creating a child span
479
if not. When span ID is shared, data reported includes a flag saying so.
480
481
Here's an example of B3 propagation:
0 commit comments