sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
## :scroll: Description OpenTelemetry spans can have events attached. This PR allows us to capture exceptions from `ExceptionEventData` into Sentry if the `captureOpenTelemetryEvents` option is enabled. ## :bulb: Motivation and...
### Description We could utilize https://developer.android.com/games/optimize/adpf/thermal to report thermal status of the device, either as contexts for events, or potentially metrics for profiles/transactions/spans.
### Integration sentry-spring-boot ### Java Version 8 ### Version 7.9.0 ### Steps to Reproduce By default Sentry has NoOpTransportFactory set, but it is overridden to AsyncHttpTransportFactory inside SentryClient. ### Expected...
### Description While debugging our spans, we noticed that when a breakpoint is hit, e.g. in a Spring Controller which uses another `@Service` that is also annotated with `@SentrySpan`, the...
## :scroll: Description ## :bulb: Motivation and Context Implements basics for https://github.com/getsentry/sentry-java/issues/3545 ## :green_heart: How did you test it? Added unit tests ## :pencil: Checklist - [ ] I reviewed...
## :scroll: Description On multi init we now only do the bare minimum with the new options. Since the new options might not be used, defer init of certain things...
Bumps scripts/update-gradle.sh from v8.5.0 to v8.10.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).
Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.10. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.10 **Fixes**: - Correct the timestamp resolution to microseconds on Windows. ([#1039](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1039)) ### 0.7.9 **Fixes**: -...
### Integration sentry-android ### Build System Other ### AGP Version Not sure, using .NET build tools ### Proguard Enabled ### Version 7.14.0 ### Steps to Reproduce Logcat is a text...
## :scroll: Description This PR adds crash recovery and corrupted envelope recovery UI Tests for Sentry Android. ## :bulb: Motivation and Context - Part of https://github.com/getsentry/projects/issues/165 ## :green_heart: How did...