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

### Integration sentry ### Java Version 21 ### Version 4.5.1 ### Steps to Reproduce `gradle clean build` ### Expected Result No error message from Sentry ### Actual Result error: Auth...

Type: Bug
Platform: Java
Waiting for: Product Owner

## :scroll: Description - Rely on `Context` for `Scopes` propagation by hooking into OpenTelemetry `Context` storage - Fork `Scopes` when new OpenTelemetry spans are created - Add a util for...

#skip-changelog ## :scroll: Description Report exceptions returned by `Throwable.getSuppressed()` to Sentry as exception groups. They show up like this: ![Screenshot 2024-04-29 at 16 42 41](https://github.com/getsentry/sentry-java/assets/2542832/e954084d-95b3-4873-be1b-234b154829f3) Links can be clicked and...

Upon registration check if an `UncaughtExceptionHandlerIntegration` is already set as `defaultUncaughtExceptionHandler`, if so, set its `defaultExceptionHandler` as the default of the new `UncaughtExceptionHandlerIntegration`. ## :bulb: Motivation and Context Fixes #3266...

Bumps scripts/update-gradle.sh from v8.5.0 to v8.7.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).

dependencies

Bumps sentry-android-ndk/sentry-native from 0.7.0 to 0.7.2. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.2 **Features**: - Add optional Gzip transport compression via build option `SENTRY_TRANSPORT_COMPRESSION`. Requires system `zlib`. ([#954](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/954))...

dependencies

### Problem Statement Not clear what is collected. ### Solution Brainstorm Similar to how Python documentation has it https://docs.sentry.io/platforms/python/data-management/data-collected/ ![image](https://github.com/getsentry/sentry-java/assets/8920574/a176f3eb-0baf-47c1-bed7-5576250297b6)

Platform: Android

### Integration sentry-android ### Build System Gradle ### AGP Version unknown ### Proguard Enabled ### Version 7.2.0 ### Steps to Reproduce Customer is observing transactions lasting for multiple days where...

Type: Bug
Platform: Android
Sync: Jira

❗ Note from the maintainers: - we have a [reproducer](https://github.com/getsentry/sentry-java/issues/2604#issuecomment-2406887993) for this which triggers the culprit code path by creating pthreads, attaching them to runtime, and returning (on some paths)...

Type: Bug
Platform: Android
Sync: Jira
Platform: Native

#skip-changelog ## :scroll: Description Remove `Hub` class as it's no longer being used. Byebye 👋 . ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...