We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b2fb4 commit b5c9b30Copy full SHA for b5c9b30
instrumentation/azure-core/azure-core-1.36/library-instrumentation-shaded/build.gradle.kts
@@ -6,9 +6,7 @@ plugins {
6
group = "io.opentelemetry.javaagent.instrumentation"
7
8
dependencies {
9
- // this is the last good version that works with indy build
10
- // update to 1.49 or latest once https://github.com/Azure/azure-sdk-for-java/pull/42586 is released.
11
- implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.45")
+ implementation("com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.61")
12
}
13
14
tasks {
0 commit comments