diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c6989b3707..9a891201571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,17 +5,14 @@ ### Features - Disable Android concurrent profiling ([#2434](https://github.com/getsentry/sentry-java/pull/2434)) +- Add logging for OpenTelemetry integration ([#2425](https://github.com/getsentry/sentry-java/pull/2425)) +- Auto add `OpenTelemetryLinkErrorEventProcessor` for Spring Boot ([#2429](https://github.com/getsentry/sentry-java/pull/2429)) ### Fixes - Use minSdk compatible `Objects` class ([#2436](https://github.com/getsentry/sentry-java/pull/2436)) - Prevent R8 from warning on missing classes, as we check for their presence at runtime ([#2439](https://github.com/getsentry/sentry-java/pull/2439)) -### Features - -- Add logging for OpenTelemetry integration ([#2425](https://github.com/getsentry/sentry-java/pull/2425)) -- Auto add `OpenTelemetryLinkErrorEventProcessor` for Spring Boot ([#2429](https://github.com/getsentry/sentry-java/pull/2429)) - ### Dependencies - Bump Gradle from v7.5.1 to v7.6.0 ([#2438](https://github.com/getsentry/sentry-java/pull/2438))