sentry-java
                                
                                 sentry-java copied to clipboard
                                
                                    sentry-java copied to clipboard
                            
                            
                            
                        A Sentry SDK for Java, Android and other JVM languages.
### Description Improve docs around `bindToScope` for transactions (see https://github.com/getsentry/sentry-java/issues/3483)
### Description Add `sentry-graphql-22` and `sentry-graphql-core` modules to release registry
### Description Document `sentry-graphql-22` module and when to use it.
### Description Use `sentry-graphql-22` in auto install maven plugin
### Description Use `sentry-graphql-22` in auto install gradle plugin
### 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...
### 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...
### 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`,...
## :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...