We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e3f458 commit 1dbf1ecCopy full SHA for 1dbf1ec
lib/java-server-sdk-otel/README.md
@@ -15,7 +15,7 @@ This package can be used to integrate OpenTelemetry with the LaunchDarkly Java S
15
```
16
dependencies {
17
implementation "com.launchdarkly:launchdarkly-java-server-sdk:7+"
18
- implementation "com.launchdarkly:launchdarkly-java-server-sdk-otel:1+"
+ implementation "com.launchdarkly:launchdarkly-java-server-sdk-otel:0.1.0"
19
}
20
21
@@ -29,7 +29,7 @@ import com.launchdarkly.integrations.TracingHook;
29
LDConfig config = new LDConfig.Builder()
30
.hooks(
31
Components.hooks()
32
- .addHooks(new TracingHook.Builder().withSpans().build())
+ .setHooks(new TracingHook.Builder().withSpans().build())
33
)
34
.build()
35
0 commit comments