Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(okhttp): fix class name in README (#7578)
for okhttp-3.0 instrumentation, the README uses `OkHttpTracing`: ```java import io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTracing; ... return OkHttpTracing.builder(openTelemetry).build().newCallFactory(createClient()); ``` #5624 changed `OkHttpTracing` to `OkHttpTelemetry` but the docs still show the previous value which no longer works
- Loading branch information