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 Custom user attachments that were set in Java via `Sentry.configureScope` do not end up in NDK crashes. The issue originated from the Unreal Engine SDK which uses `sentry-java`...

NDK
Feature
Android

### Integration sentry-android ### Build System Gradle ### AGP Version 8.12.0 ### Proguard Enabled ### Version 8.23.0 ### Steps to Reproduce 1. Download TomTomApp from the playStore. 2. Integrate sentry-android...

Bug
Android

### Description Comply with the new spec added with this [PR](https://github.com/getsentry/sentry-docs/pull/15260/files) to the [BatchProcessor develop docs](https://develop.sentry.dev/sdk/telemetry/spans/batch-processor/), which minimizes data loss by sending spans in memory in a couple of scenarios....

Java

### Description There's a discord thread about mapbox not working https://www.npmjs.com/package/@rnmapbox/maps. That's probably due to them doing rendering in native directly to opengl. My impression was that it's possible to...

Feature
Android
Explore > Replays
Replays

This issue has been converted to a project [Verify spans are available for SQL transactions](https://linear.app/getsentry/project/verify-spans-are-available-for-sql-transactions-a59813d4cc45) --- In [HTTP Requests within SQL Transactions](https://linear.app/getsentry/project/sql-issue-detection-f94b4c4af773/overview#milestone-343cae13-49fe-4c07-95d6-cc28aefef58f) we would like to detect when HTTP client...

Java
Spans

### Description We have an [overview file](https://github.com/getsentry/sentry-java/blob/main/.cursor/rules/overview_dev.mdc) for Cursor (and other AI). It's a sort of index file that's always applied to Cursors context. Cursor should then load more detailed...

Java
Platform: Java

### Problem Statement We've had reports of [dropped events in the past](https://github.com/getsentry/sentry-java/issues/2988) and in response implemented a [simple limit of 100 frames](https://github.com/getsentry/sentry-java/blob/b66ccf37e6b3000d423c8162a56173ccaeba1ab9/sentry/src/main/java/io/sentry/SentryStackTraceFactory.java#L62-L65). This limit only uses 100 frames from one...

Feature
Java
Platform: Java

### Description `SentryReactorThreadLocalAccessor` should not be necessary if OpenTelemetry is used for scope propagation through its `Context` instead of relying on our own `ThreadLocal`. Also see https://github.com/getsentry/sentry-java/issues/4806 We could skip...

Java
Platform: Java

### Description In previous work we intended to [crash the SDK on startup](https://github.com/getsentry/sentry-java/pull/4277) if mixed versions of Sentry are detected. Right now this doesn't work in all cases, as is...

Improvement
Java
Platform: Java

### Description We are currently not adding our `LICENSE` file to JARs, including also source JARs. We should add it.

Java
Platform: Java