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

Bumps sentry-android-ndk/sentry-native from 0.7.2 to 0.7.9. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.7.9 **Fixes**: - Check file-writer construction when writing envelope to path. ([#1036](https://github-redirect.dependabot.com/getsentry/sentry-native/pull/1036)) ### 0.7.8 **Features**: -...

dependencies

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

dependencies

Fix security vulnerability by bumping lifecycleVersion to 2.8.4 # 📢 Type of change - [ ] Bugfix - [ ] New feature - [x] Enhancement - [ ] Refactoring #...

### Integration sentry-android ### Build System Gradle ### AGP Version 2.1.5 ### Proguard Enabled ### Version 5.7.3 ### Steps to Reproduce The issue happens in production and cannot be reproduced...

Type: Bug
Platform: Android

### Problem Statement Hi, customer made custom tranasctions for their Screens (majority of their screens are not Activities, so Auto Instrumentation doesn't help them much) How can they get these...

Feature
Android

--- ❗ EDIT by the maintainers: - The issue has been fixed by Google, see issue on the ART issue tracker: https://issuetracker.google.com/issues/361129298#comment7 - Google's rollout plans are currently not communicated,...

Type: Bug
Platform: Android
Platform: Native

### Integration sentry-android ### Build System Gradle ### AGP Version 8.1.1 ### Proguard Enabled ### Version 4.5.1 ### Steps to Reproduce Direct operation ### Expected Result No ANR ### Actual...

Type: Bug
Platform: Android

## :scroll: Description `PROCESS_COMMAND_ARGS` can be very large and cause other payload to be removed. ## :bulb: Motivation and Context Defaults that work for most users. ## :green_heart: How did...

## :scroll: Description We're copying all of attribues as of (https://github.com/getsentry/sentry-java/pull/3593). This means we no longer need to selectively copy some of them. ## :bulb: Motivation and Context Remove unnecessary...

### Problem Statement Our current Apollo/Apollo3 integrations don't work with Apollo4 (see https://github.com/getsentry/sentry-java/issues/3661). ### Solution Brainstorm Add support for [Apollo4](https://github.com/apollographql/apollo-kotlin/releases/tag/v4.0.0), probably as a new module. - Use migration guide: https://www.apollographql.com/docs/kotlin/migration/4.0/...

Platform: Android
Platform: Java