Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ okhttp = "4.9.2"
openfeature = "1.18.2"
otel = "1.63.0"
otelAlpha = "1.63.0-alpha"
otelInstrumentation = "2.29.0"
otelInstrumentation = "2.31.1"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incomplete OpenTelemetry version catalog bump

Medium Severity

otelInstrumentation moved to 2.31.1 while otelInstrumentationAlpha stayed at 2.29.0-alpha and otel stayed at 1.63.0. Instrumentation 2.31.1 targets SDK 1.65.0 and matching -alpha artifacts. The Sentry agent compiles customization against the stale alpha tooling, and sentry-opentelemetry-bom would publish conflicting platforms.

Additional Locations (1)
Fix in CursorΒ Fix in Web

Triggered by project rule: PR Review Guidelines for Cursor Bugbot

Reviewed by Cursor Bugbot for commit da8bf5b. Configure here.

otelInstrumentationAlpha = "2.29.0-alpha"
# 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
otelSemanticConventions = "1.42.0"
Expand Down
Loading