sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
The application crashes with StrictMode error after sentry initialization on android api 31, 32, 33.
### Integration sentry-android ### Build System Gradle ### AGP Version 7.4.1 ### Proguard Enabled ### Version 6.27.0 ### Steps to Reproduce **The application crashes with StrictMode error after sentry initialization...
### Integration sentry ### Java Version 17 ### Version 6.17.0 ### Steps to Reproduce 1. on Spring boot & webflux, make a gRPC call 2. oftentimes get an error: `java.lang.IllegalStateException:...
### Description As of now [we save envelopes to disk right before try to send them](https://github.com/getsentry/sentry-java/blob/0bd723b1c59af639c4a86bbade526e0108096f8e/sentry/src/main/java/io/sentry/transport/AsyncHttpTransport.java#L227-L247). In case of a slow network connection this could lead to envelopes queuing up...
### Problem Statement I would like to provide my own `Hub` when using the `SentryTraced` composable. Currently, the default SentryTraced composable relies on the top-level static `Sentry` object for fetching...
### Problem Statement Ideally the Sentry Android SDK would ship with baseline profiles. Some more docs around baseline profiles [can be found here](https://developer.android.com/topic/performance/baselineprofiles/create-baselineprofile). ### Solution Brainstorm An Android Emulator (33+)...
### Problem Statement https://developer.android.com/google/play/integrity/overview ### Solution Brainstorm Check * if this would be beneficial for us / app developers * default quotas for SDKs * 3rd party dependencies we'd be...
### Description Some places use `System.currentTimeMillis()` directly (such as `AndroidMemoryCollector`) instead of `CurrentDateProvider` which makes it untestable. `DefaultAndroidEventProcessor` already reads memory data, but now we also have `AndroidMemoryCollector`, maybe we...
For starfish we want to be able to provide insights and metrics on a screen level. As of now, we do not track screens per se, but have automatic (idle)...
### Description Add Jetpack Compose UI tests to test matrix, so we can ensure newer version of JPC still work, e.g. see a recent issue here: https://github.com/getsentry/sentry-java/pull/3010
### Problem Statement I would like Sentry to implement an SDK for Quarkus in the same way as for Spring Boot ### Solution Brainstorm _No response_