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

### Description This can be used to understand if strange errors are thrown from reverse-engineered apps or if it's your own app. This can be sensitive, maybe it should be...

Improvement
Android

### Problem Statement A customer encountered an issue where their application silently stopped sending events to Sentry. After local investigation, they discovered a number of .envelope files accumulating in the...

Feature
Java
Platform: Java

## :scroll: Description Exposed the `MAX_EVENT_SIZE_BYTES` constant as a public field in `SentryOptions` to allow SDK consumers to access the maximum event size limit (1MB). Previously, this constant was private...

## :scroll: Description This PR refactors the `NetworkBody` class and improves how network request/response bodies are parsed and handled, particularly for large or truncated content. Key changes: - Simplified `NetworkBody`...

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

dependencies

### Problem Statement Hello team, a customer is using Android SDK and setup okHttp auto instrumentation. they use Mixpanel and Appsflyer and since those 2 do not use OkHttp, Sentry...

Waiting for: Product Owner
Feature
Android
Platform: Java

We want to define a set of [lightweight metrics](https://docs.sentry.io/product/explore/metrics/) that SDKs can automatically collect for e.g. framework, language or platform, focusing only on signals that **do NOT overlap with Tracing**....

Platform: Java
Metrics

### Integration sentry-android ### Build System Gradle ### AGP Version 8.11.0 ### Proguard Enabled ### Version 8.25.0 ### Steps to Reproduce ### Background ANR on Sentry initialization after upgrading SDK...

Waiting for: Product Owner
Bug
Android
Platform: Java

### Problem Statement Looking to have explanation about: Finding a way to make all future ANRs are non fatal, low priority only get ANRs for customers app (not libraries). ###...

Feature
Android
Platform: Java

## :scroll: Description As discussed last week with @markushi, the process will be to make minimal atomic changes in each PR and merge directly to `main` rather than accumulating on...