Requested by: @romtsn
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
- Mark the
sizeAnalysis extension as stable by removing its @Experimental annotation (#1361)
- Fail the build when OpenTelemetry is downgraded below the version the Sentry OpenTelemetry integration requires (#1350)
- The
sentry-opentelemetry-* artifacts are built against specific OpenTelemetry versions. When another dependency management mechanism (most commonly Spring Boot io.spring.dependency-management) forces OpenTelemetry below the version a Sentry integration requires, running against those downgraded versions can cause ClassNotFoundException / NoSuchMethodError at runtime. The new verifySentryOpenTelemetryVersions task detects this downgrade and fails the build early with guidance on how to fix it.
- You may disable this check by setting
sentry.verifyOpenTelemetryVersions = false
Fixes
- Use Sentry BOM versions for auto-installed SDK dependencies (#1349)
Dependencies
- Bump Android SDK from v8.47.0 to v8.49.0 (#1359, #1362)
- Bump ComposablePreviewScanner from v0.9.0 to v0.9.1 (#1357)
Requested by: @romtsn
Merge target: (default)
Quick links:
Assign the accepted label to this issue to approve the release.
Targets
Checked targets will be skipped (either already published or user-requested skip). Uncheck to retry a target.
📋 Changelog
Features
sizeAnalysisextension as stable by removing its@Experimentalannotation (#1361)sentry-opentelemetry-*artifacts are built against specific OpenTelemetry versions. When another dependency management mechanism (most commonly Spring Bootio.spring.dependency-management) forces OpenTelemetry below the version a Sentry integration requires, running against those downgraded versions can causeClassNotFoundException/NoSuchMethodErrorat runtime. The newverifySentryOpenTelemetryVersionstask detects this downgrade and fails the build early with guidance on how to fix it.sentry.verifyOpenTelemetryVersions = falseFixes
Dependencies