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

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

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

### Description At the moment we have a lot of repeating config for our modules (e.g. setting up `android {}` DSL or setting up static code analysis, etc.), we could...

Platform: Android
repository maintenance
Platform: Java
Effort: Medium
Impact: Small

### Description AGP will not allow using `package` attribute on an empty AndroidManifest starting from [version 8.0](https://issuetracker.google.com/issues/200682321) (we use it a lot, since we publish android libraries without UI). We...

Platform: Android
repository maintenance
Platform: Java
Effort: Small
Impact: Small

_Platform:_ - [x] Android -> If yes, which Device API (and compileSdkVersion/targetSdkVersion/Build tools) version? - [ ] Java -> If yes, which Java (and sourceCompatibility/targetCompatibility) version? - [ ] Kotlin...

enhancement
Platform: Android
feature request
logcat
Effort: Medium
Impact: Medium
product

Today, if people need to use the public API on sentry-native, they have to add a 3rd party plugin that copies the `so` files during build time. https://docs.sentry.io/platforms/android/using-ndk/#allowing-the-compiler-to-link-libraries if for...

enhancement
Platform: Android
NDK
product

Would it be possible to add support for adding obfuscated values in the android breadcrumbs that can be automatically deobfuscated in the sentry reports? I have stumbled upon this when...

enhancement
Platform: Android
product

### Description `enableNdk` is one example, there are likely more.

enhancement
Platform: Android
Status: Backlog
Effort: Small
Impact: Small

### Description Android has some benchmark ui tests (https://github.com/getsentry/sentry-java/pull/2013) that record several values and check they don't pass a certain threshold, e.g. 5% for profiling, 500 ms to init the...

Platform: Android
repository maintenance
Platform: Java
Effort: Large
Impact: Medium
benchmark

### Integration sentry ### Java Version 11 ### Version 6.1.1 ### Steps to Reproduce Run tests on CI ### Expected Result No failure ### Actual Result Flaky test ``` io.sentry.transport.apache.ApacheHttpClientTransportTest...

Platform: Java
Effort: Small
Impact: Medium

### Description `getDeviceName` could return a name defined by the user and this could lead to PII. * Bump the Android SDK for the Flutter SDK

enhancement
Platform: Android
Effort: Small
Impact: Large

### Problem Statement While working on [a similar feature for sentry-unity SDK](https://github.com/getsentry/sentry-unity/issues/650), I've noticed some context is synced to native crashes (namely Device) while the App context is missing. It...

enhancement
Platform: Android
NDK
Effort: Medium
Impact: Large