diff --git a/CHANGELOG.md b/CHANGELOG.md index d9e3490feb..a0594e55c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Configurable defaults for Cron - MonitorConfig ([#3195](https://github.com/getsentry/sentry-java/pull/3195)) - We now display a warning on startup if an incompatible version of Spring Boot is detected ([#3233](https://github.com/getsentry/sentry-java/pull/3233)) - This should help notice a mismatching Sentry dependency, especially when upgrading a Spring Boot application +- Experimental: Add Metrics API ([#3205](https://github.com/getsentry/sentry-java/pull/3205)) ### Fixes @@ -18,7 +19,6 @@ - Fix hub restore point in wrappers: SentryWrapper, SentryTaskDecorator and SentryScheduleHook ([#3225](https://github.com/getsentry/sentry-java/pull/3225)) - We now reset the hub to its previous value on the thread where the `Runnable`/`Callable`/`Supplier` is executed instead of setting it to the hub that was used on the thread where the `Runnable`/`Callable`/`Supplier` was created. - Fix add missing thread name/id to app start spans ([#3226](https://github.com/getsentry/sentry-java/pull/3226)) -- Experimental: Add Metrics API ([#3205](https://github.com/getsentry/sentry-java/pull/3205)) ## 7.4.0