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.9.0 ### Proguard Disabled ### Version 8.3.0, 8.4.0 ### Steps to Reproduce This problem is related to using Strict Mode....
### Description We fixed the cold and warm start detection, but it would be great to have a test to avoid regressions. [Here](https://github.com/getsentry/sentry-react-native/pull/4619) is the test added to react native,...
### Integration sentry-android ### Build System Gradle ### AGP Version 5.1.0 ### Proguard Enabled ### Version 8.1.0 and 7.13.0 ### Steps to Reproduce 1. Configure the Android SDK as: ```...
### Description See https://developer.android.com/reference/android/app/jank/AppJankStats and [`View.reportAppJankStats()`](https://developer.android.com/reference/android/view/View#reportAppJankStats(android.app.jank.AppJankStats))
### Description As a follow-up of https://github.com/getsentry/sentry-java/pull/4164 we want to cache the last known connection state, so calling `AndroidConnectionStatusProvider.getConnectionStatus()` returns a cached value.
### Description https://docs.sentry.io/platforms/android/configuration/options/ seems to have copied a bunch of sentences mentioning environment variables which don't work for Android. We should remove them from docs.
### Problem Statement ## Steps to Repro 1. make an app with https://github.com/Unity-Technologies/uaal-example/blob/master/docs/android.md. https://docs.unity3d.com/Manual/UnityasaLibrary.html. 2. sentry demo app made via... https://github.com/bitsandfoxes/uaal_wip 3. error when user leaves the Unity game ```...
Extend our `ActivityLifecycleIntegration` to also provide the `app_start_type` span data field.
### Integration sentry-android ### Build System Gradle ### AGP Version 8.3.2 ### Proguard Enabled ### Version 7.16.0 ### Steps to Reproduce Was chatting to support and asked to add info...
### Description Ideally we can have aggregated stacktraces for ANRs, allowing use to pinpoint the actual root cause for an ANR and improving our grouping on top. We should look...