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
* build(opentelemetry): Bump OpenTelemetry dependencies
Update OpenTelemetry core, instrumentation, and semantic conventions\nversions in the shared version catalog.\n\nThis keeps sentry-java aligned with newer OTel releases used by the\nopentelemetry modules and samples.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
* changelog
* docs(changelog): Clarify OpenTelemetry bump versions
Align the OpenTelemetry changelog entry with prior dependency bump style\nby listing each artifact and including previous versions for context.\n\nThis makes the upgrade scope easier to review and mirrors the detail\nlevel used in earlier OpenTelemetry changelog entries.\n\nCo-Authored-By: Claude <noreply@anthropic.com>
* ci(e2e): Enable Spring Boot 4 no-agent system tests
Enable the spring-boot-4 opentelemetry-noagent sample in backend
system-test matrix and spring-boot-4 workflow.
This turns the previously commented-out no-agent scenario into an
active CI check so regressions are caught automatically.
Co-Authored-By: Claude <noreply@anthropic.com>
* fix(opentelemetry): Use stable Attributes API in core tests
Replace test usage of sdk.internal.AttributesMap with public Attributes builders.\n\nThe OTel dependency bump removed the internal class, which broke\n:sentry-opentelemetry:sentry-opentelemetry-core:compileTestKotlin and\ntherefore the full build.
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: gradle/libs.versions.toml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,12 @@ nopen = "1.0.1"
22
22
# see https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compatibility-and-versioning.html#kotlin-compatibility
23
23
# see https://developer.android.com/jetpack/androidx/releases/compose-kotlin
24
24
okhttp = "4.9.2"
25
-
otel = "1.57.0"
26
-
otelInstrumentation = "2.23.0"
27
-
otelInstrumentationAlpha = "2.23.0-alpha"
25
+
otel = "1.60.1"
26
+
otelInstrumentation = "2.26.0"
27
+
otelInstrumentationAlpha = "2.26.0-alpha"
28
28
# 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
0 commit comments