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

### Problem Statement We're currently converting JFR profiles produced by async-profiler directly in the SDK. We could instead upload the JFR files to Sentry and convert them in the backend....

Feature
Java
Platform: Java

### Description We're currently calling `GET https://jsonplaceholder.typicode.com/todos/1` and others during e2e tests. We've just seen a flake where this caused e2e tests to fail. We should host something on CI...

Java
Platform: Java

## :scroll: Description Auto update Test Matrix for Spring Boot ## :bulb: Motivation and Context So we can test against newly released versions automatically and not rely on customers reporting...

## Automated Spring Boot Version Update This PR updates the Spring Boot version matrices in our test workflows based on the latest available versions. ### Changes Made: Spring Boot 2.x:...

If not already implemented or only partially implemented: SDK should not trace incoming **404s by default** to reduce noise. Add a config option to exclude specific HTTP statuses from tracing....

Feature
Java
Platform: Java
Performance (New)

* Default excludes 404s * Breaking change noted in release notes + migration path documented

Java
Platform: Java
breaking change

## :scroll: Description When a crash occurs, logs are flushed with a 500 timeout millis Moved replay capture after sending the crash ## :bulb: Motivation and Context We ensure to...

### Description Currently, the `javadocs` link in the [readme](https://github.com/getsentry/sentry-java?tab=readme-ov-file#useful-links-and-docs) leads to a [dead page](https://getsentry.github.io/sentry-java/). There already is a [deployment going on](https://github.com/getsentry/sentry-java/tree/gh-pages), it's just that the modules overview isn't there.

documentation
Java

### Problem Statement I looked around fro local variable support in the Java integration but didn't find it. I see there was some small level of support added recently at...

Feature
Java
Platform: Java

### Description The thread below lists the plain Java packages that are pulled into Android. We could add an exclude list or include list to the GitHub actions responsible for...

Java
Platform: Java