Features
- Mark the
sizeAnalysisextension as stable by removing its@Experimentalannotation (#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 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. - You may disable this check by setting
sentry.verifyOpenTelemetryVersions = false
- The
Fixes
- Use Sentry BOM versions for auto-installed SDK dependencies (#1349)