You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gradle/libs.versions.toml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -19,11 +19,11 @@ nopen = "1.0.1"
19
19
# see https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility
20
20
# see https://developer.android.com/jetpack/androidx/releases/compose-kotlin
21
21
okhttp = "4.9.2"
22
-
otel = "1.44.1"
23
-
otelInstrumentation = "2.10.0"
24
-
otelInstrumentationAlpha = "2.10.0-alpha"
22
+
otel = "1.51.0"
23
+
otelInstrumentation = "2.17.0"
24
+
otelInstrumentationAlpha = "2.17.0-alpha"
25
25
# check https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/dependencyManagement/build.gradle.kts#L49 for release version above to find a compatible version
Copy file name to clipboardExpand all lines: sentry-opentelemetry/sentry-opentelemetry-core/src/main/java/io/sentry/opentelemetry/OpenTelemetryAttributesExtractor.java
0 commit comments