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 https://developer.android.com/topic/performance/baselineprofiles We could take the hot paths of the SDK (like sdk init) and add those to the profiles and ship them as part of the SDK, so...

enhancement
Platform: Android
Effort: Small
Impact: Medium
App start performance

### 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 Create transactions/spans for `@Composable` functions annotated with `@SentryTraceable`, so we can enrich events that pop up within that composable lifetime. The code to measure that could roughly look...

Platform: Android
Jetpack Compose
Effort: Large
Impact: Medium

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

Report slow and frozen frames for recently added UI events transactions on [iOS](https://github.com/getsentry/sentry-cocoa/pull/1784) and [Android](https://github.com/getsentry/sentry-java/pull/1975).

Platform: Android
performance
Effort: Medium
Impact: Large

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

### Description We could use [jetpack.macrobenchmark](https://developer.android.com/studio/profile/macrobenchmark-overview) for continuously measuring it on a sample app. Prior art: https://github.com/android/compose-samples/blob/c6a32ae127b70ac4ea6810c12857758d62da475e/Jetsnack/benchmark/src/main/java/com/example/jetsnack/benchmark/StartupBenchmark.kt

Platform: Android
repository maintenance