sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### 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...
### 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:_ - [x] Android -> If yes, which Device API (and compileSdkVersion/targetSdkVersion/Build tools) version? - [ ] Java -> If yes, which Java (and sourceCompatibility/targetCompatibility) version? - [ ] Kotlin...
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...
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...
### Description `enableNdk` is one example, there are likely more.
### 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...
### 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...
### Description `getDeviceName` could return a name defined by the user and this could lead to PII. * Bump the Android SDK for the Flutter SDK
### 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...