Skip to content

Commit

Permalink
Clarifies README about explicit dep when adapting to brave (#237)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt authored Jan 8, 2024
1 parent 3e6f163 commit 20e9f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions brave/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ reporter = AsyncReporter.builder(URLConnectionSender.create("http://localhost:94
.build(SpanBytesEncoder.JSON_V1);
tracingBuilder.addSpanHandler(ZipkinSpanHandler.create(reporter));
```

*Note*: `ZipkinSpanHandler` requires an explicit dependency on
[io.zipkin.reporter2:zipkin-reporter](../core)

0 comments on commit 20e9f6d

Please sign in to comment.