Android/Java SDK v8.0.0-beta.2
The latest beta release of the Sentry Java SDK is live with version 8.0.0-beta.2. It includes improvements to automatically capture more data from popular libraries and frameworks.
- Including support for
graphql-java
version 22 - Our
sentry-opentelemetry-agent
has been completely reworked to work much more natively with the Sentry SDK. The OpenTemetry Agent has lots of auto instrumentation which can now be combined with our Tracing API. (read more) - Further we've simplified the API by introducing a more intuitive way to track different parts of your system independently. read more
Important to note, the new minimum required Android SDK level for all Android modules is now 21.
We've added more sample applications that showcase how to combine Sentry and OpenTelemetry.