The latest release of the Sentry Java SDK is live with version 8.0.0.
The Android SDK now requires a minimum target SDK version of 21. We have enabled Performance v2 by default, meaning app cold start spans will include spans for ContentProviders, Application and Activity loads.
We have also added full support for 16 KB page sizes. This is a new device configuration available from Android 15 that can improve various aspects of app and system performance. For more information, see the official documentation .
We have reworked our OpenTelemetry integration. It now works in combination with the rest of Sentry. You may now use both OpenTelemetry SDK and Sentry SDK to capture transactions and spans. They can also be mixed and end up on the same transaction.
Scopes
through reactive libraries like RxJava.We have updated our documentation on how to set up the SDK as well as OpenTelemetry specific documentation.
We've added more sample applications that showcase how to combine Sentry and OpenTelemetry.
Please take a look at our migration guide to learn more about upgrading to v8.0.0.