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 - Verify that the Apache Transport works - Benchmark to see if it provides a meaningful performance improvement - Make a decision on how to move forward with...

Java
Platform: Java

### Problem Statement see docs: https://docs.sentry.io/platforms/java/tracing/instrumentation/custom-instrumentation/caches-module/ ### Solution Brainstorm _No response_

Feature
Java

#skip-changelog ## :bulb: Motivation and Context Less waiting

### Problem Statement The SDK is leaking memory (through scopes) if servlets are used in async mode. ### Solution Brainstorm Detect that servlets are used in async mode and noop...

Feature
Java
Platform: Java

As a follow up to getsentry/sentry-java#4671 we want to extend `OtelSentryPropagator::inject` to include `traceparent` as well.

Feature
Java
Platform: Java

### Description Currently, the replay lifecycle is the same one as we have for session health. Citing our [docs](https://docs.sentry.io/platforms/android/session-replay/#user-session): > A user session starts when the Sentry SDK is initialized...

Session Replay
Feature
Android
Explore > Replays
Replays

### Integration sentry ### Java Version 17 ### Version 8.23.0 ### Steps to Reproduce Use `spring-boot-jakarta` dependency but exclude `sentry-reactor` dependency in WebFlux sample. Have a `@GetMapping` method that throws...

Bug
Java
Platform: Java

### Problem Statement Opening based on a discussion with potential Sentry users: Scenario: - We want to capture continuous sessions on kiosk-style and handheld devices in our warehouse - There...

Session Replay
Feature
Android

### Description Our Java SDK currently does not support Windows. > There is no open source version of async-profiler for Windows. Your best bet on Windows is probably JDK Flight...

Java
Platform: Java

As of now the trace context sets the status to `unknown`, as the txn is not finished. This is confusing we should default to `ok`, like we'll do for span-first.This...

Android
Platform: Java
breaking change