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 Our JavaDoc (linked by release registry) doesn't seem to be updating correctly. There's modules missing as well. See https://javadoc.io/doc/io.sentry

Java
Platform: Java

### Description There is an "issue" with ANRs [not having the same traceId](https://github.com/getsentry/sentry-java/issues/4648) of the currently running transaction, if the transaction finishes right before the ANR occurs. This is due...

Java

### Problem Statement In Sentry-Java, it doesn’t seem possible to configure HTTP keep-alive. When the SDK sends data to the collector, it explicitly sets the Connection: close header ([source](https://github.com/getsentry/sentry-java/blob/main/sentry/src/main/java/io/sentry/transport/HttpConnection.java#L133)). Because...

Feature
Java

### Description Should we provide an easy way to get the parent of a span (or directly the root span/transaction)? This was asked by a customer who wants to attach...

Android

### Description Related issue for Cocoa: [https://github.com/getsentry/sentry-cocoa/issues/5660](https://github.com/getsentry/sentry-cocoa/issues/5660) We need to ensure that Logs are persisted correctly so that unsent Logs don't get lost when the app crashes.

Improvement
Android

### Description This issue shall serve to gauge interest in a dedicated Sentry [ktor server](https://github.com/ktorio/ktor) integration. Please do upvote if this is something you'd like to see. Note that we...

Java
Platform: Java

### Description Change default for `traceOptionsRequests` to `false` on the next major. Also update docs, e.g.: https://docs.sentry.io/platforms/java/configuration/options/#trace-options-requests

Java
Next Major

### Description We have a typo in lots of our integration names linked to GraphQL which are e.g. `Spring7GrahQLWebMVC`. These are missing a `p` and should be `Spring7GraphQLWebMVC`. More examples:...

Java
Platform: Java
Next Major

### Problem Statement In the crash details of Android devices, there doesn't seem to be the application launch time. If I want to record how long after launch the application...

Improvement
Android

### Description OTel docs (https://docs.sentry.io/platforms/java/opentelemetry) should explain what value Sentry adds for customers who are already using OpenTelemetry but not Sentry. See https://github.com/getsentry/sentry-docs/pull/13202#pullrequestreview-2736664804 for suggestions on how to improve.

Java
Docs