Manoel Aranda Neto

Results 277 issues of Manoel Aranda Neto

Similar to https://github.com/getsentry/sentry-cocoa/issues/1649 The goal is to add integrations that are not on by default, so we can track adoption. Relates to: https://github.com/getsentry/sentry-android-gradle-plugin/issues/308

Platform: Java
feature request
Status: Backlog
Effort: Small
Impact: Small

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

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

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

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

### Description https://developer.android.com/topic/performance/jankstats (still in beta) It could be a replacement for `FrameMetricsAggregator` https://github.com/getsentry/sentry-java/blob/main/sentry-android-core/src/main/java/io/sentry/android/core/ActivityFramesTracker.java > The JanksStats library offers two additional capabilities that make it more dynamic and easier to...

enhancement
Platform: Android
performance
Platform: Java

## :scroll: Description ## :bulb: Motivation and Context Fixes https://github.com/getsentry/sentry-java/issues/1403 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code - [...

### Description https://blog.bitrise.io/post/switch-to-jdk-17-parallel-gc-and-speed-up-your-android-builds-by-9-20

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

https://sasikanth.dev/posts/gradle-version-catalog https://docs.gradle.org/current/javadoc/org/gradle/api/artifacts/VersionCatalog.html

repository maintenance
Platform: Java
Status: Backlog
Effort: Small
Impact: Small

### Description Right now only `ui.load` transactions add Slow and frozen frames because it depends on using the `activityFramesTracker` and the Activity instance. We should add an abstraction that if...

Platform: Android
performance
Effort: Medium
Impact: Large

### Description Similar to https://github.com/getsentry/sentry-cocoa/issues/1768

performance
Improvement
Android