sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### 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...
### Problem Statement see docs: https://docs.sentry.io/platforms/java/tracing/instrumentation/custom-instrumentation/caches-module/ ### Solution Brainstorm _No response_
#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...
As a follow up to getsentry/sentry-java#4671 we want to extend `OtelSentryPropagator::inject` to include `traceparent` as well.
### 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...
### 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...
### 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...
### 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...
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...