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

### Description Document `forceInit`

Platform: Java

### Description Improve docs around `bindToScope` for transactions (see https://github.com/getsentry/sentry-java/issues/3483)

Platform: Java

### Description Add `sentry-graphql-22` and `sentry-graphql-core` modules to release registry

Platform: Java

### Description Document `sentry-graphql-22` module and when to use it.

Platform: Java

### Description Use `sentry-graphql-22` in auto install maven plugin

Platform: Java

### Description Use `sentry-graphql-22` in auto install gradle plugin

Platform: Java

### Description There are a few ANRs reported in the google play console, namely: - `ScreenshotRecorder` ANR on Samsung devices with Android < 10 https://play.google.com/sdk-console/u/0/accounts/3062283563667932501/sdks/5488485728742614670/crashes/cff428d7/ - `BaseCaptureStrategy.onTouchEvent` ANR where we...

Platform: Android
Session Replay

### Problem Statement I was looking to enable Spotlight for and Android app. Up until now I had relied on the automatic initialization, with configuration through metadata tags in my...

Feature
Android

### Description Consider the following code that creates segments in response to a screenshot being captured https://github.com/getsentry/sentry-java/blob/f6e97b16af433985fe3ace28ffa383740322fe9f/sentry-android-replay/src/main/java/io/sentry/android/replay/capture/SessionCaptureStrategy.kt#L75-L124 Specifically, https://github.com/getsentry/sentry-java/blob/f6e97b16af433985fe3ace28ffa383740322fe9f/sentry-android-replay/src/main/java/io/sentry/android/replay/capture/SessionCaptureStrategy.kt#L103-L105 If there is a gap between frames of more than `sessionSegmentDuration`,...

Improvement
Android
Explore > Replays
Replays

## :scroll: Description create app start continuous profiler instead of transaction profiler, based on config updated SentryAppStartProfilingOptions with isContinuousProfilingEnabled flag updated SentryOptions with isContinuousProfilingEnabled() method #skip-changelog ## :bulb: Motivation and...