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

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context Creating new `SentryOptions` implies also creating things like executor service that are costly to create. `SentryOptions.empty()` already delays some of those...

## :scroll: Description ## :bulb: Motivation and Context Since `Scopes` are forked much more frequently than `Hub` was, we can no longer store `isEnabled` as a property on `Scopes` as...

#skip-changelog ## :scroll: Description Changes that came up in reviews of previous PRs and other discussions. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...

#skip-changelog ## :scroll: Description To send values from all scope types (global, isolation, current) to cross platform SDKs we use `ScopeType.COMBINED` for `.configureScope` to retrieve all tags, breadcrumbs etc. ##...

#skip-changelog ## :scroll: Description We're now instantiating `globalScope` with default `SentryOptions`. These are replaced in a `static {}` block for `SentryAndroid` (temporarily) and then replaced on `Sentry.init` to actually use...

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context Due to now having multiple scopes (current, isolation and global) event processor ordering could no longer rely on insertion order into...

_#skip-changelog_ ## :scroll: Description * Adds touch event interceptor to `WindowRecorder` * Converts those to RRWebIncrementalSnapshotEvents * For up/down events we convert to `MouseInteraction` source with type `TouchStart`/`TouchCancel`/`TouchEnd` * For...

### Integration sentry-android ### Build System Gradle ### AGP Version 8.2.2 ### Proguard Enabled ### Version 7.8.0 ### Steps to Reproduce Initialize a BeforeSendCallback that logs exceptions. Manually throw an...

Type: Bug
Platform: Android
Platform: Java

#skip-changelog ## :scroll: Description Supply a token and use v4 of codecov-action ## :bulb: Motivation and Context Without a token codecov API usage may be rate limited. This should prevent...

## :scroll: Description Merge fingerprints from all scopes instead of only using the first list found. ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...