sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### 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...
## :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:  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).
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))...
### 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/ 
### 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...
❗ 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)...
#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:...