sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

A Sentry SDK for Java, Android and other JVM languages.

Results 511 sentry-java issues
Sort by recently updated
recently updated
newest added

### 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...

Type: Bug
Platform: Android

### 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:...

Type: Bug
Platform: Java

### 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...

Platform: Android
Platform: Java

### 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...

good first issue
Jetpack Compose
Improvement
Android

### 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+)...

Improvement
Android

### 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...

Feature
Android

### 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...

Platform: Android
repository maintenance

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)...

Platform: Android
Platform: Java

### 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

Platform: Android
Platform: Java

### Problem Statement I would like Sentry to implement an SDK for Quarkus in the same way as for Spring Boot ### Solution Brainstorm _No response_

Platform: Java