sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Integration sentry-android ### Build System Gradle ### AGP Version 8.5.2 ### Proguard Enabled ### Version 7.11.0 ### Steps to Reproduce ### What happened `SentryAndroid.init(application)` is causing ANRs because of...
### Integration sentry-android ### Build System Gradle ### AGP Version 7.3.1 ### Proguard Enabled ### Version 7.9.0 ### Steps to Reproduce sdk init ### Expected Result ANR ### Actual Result...
Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.8. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.8 **Features**: - Let the envelope serialization stream directly to the file. ([#1021](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1021)) - Support 16kb...
### Description Potential crash when stopping Profiling, more context in internal customer case doc. This is likely an issue inside of the Android Profiler that our SDK uses for Profiling,...
## :scroll: Description Adds verification file. I did some manual testing, the file ends up in the packaged `.aar` inside `classes.jar/META-INF/`.
### Problem Statement Hey team, We experienced a problem with our Spring Boot application and egress proxy configuration. Due to a bug, the proxy settings were omitted in the shell...
## :scroll: Description Update AGP to 8.3.2 ## :bulb: Motivation and Context Relates to https://github.com/getsentry/sentry-dart/issues/2237 ## :green_heart: How did you test it? Run on CI ## :pencil: Checklist - [x]...
## :scroll: Description Also fixes a bug where `isTraceSampling` was used instead of `isTracingEnabled`. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist -...
### Description Related `sentry-native` issue: https://github.com/getsentry/sentry-native/issues/989 Android 15 devices with page size 16kb enabled, will face a startup crash when using our Sentry SDK. As outlined here, https://github.com/getsentry/sentry-native/pull/1028 NDK 27...
## :scroll: Description Configures all relevant builds to use 16KB page size, inspired by https://github.com/getsentry/sentry-native/pull/1028. ## :bulb: Motivation and Context This fixes the `7.x` `sentry-android` SDK side of https://github.com/getsentry/sentry-native/issues/989. ##...