sentry-java
                                
                                 sentry-java copied to clipboard
                                
                                    sentry-java copied to clipboard
                            
                            
                            
                        A Sentry SDK for Java, Android and other JVM languages.
### Integration sentry-opentelemetry-agent ### Java Version any ### Version 8 ### Steps to Reproduce Have an endpoint like `/person/extra/long/path` and send a request in. ### Expected Result A meaningful transaction...
### Integration sentry ### Java Version 17 ### Version 8.12.0 ### Steps to Reproduce The fix for #3266 introduced a change in behaviour. In our app, we actually have two...
### Integration sentry-android-ndk ### Build System Gradle ### AGP Version 8.9.2 ### Proguard Enabled ### Version 7.22.5 ### Steps to Reproduce Some third-party libraries include the following ProGuard rule: ```proguard...
## :scroll: Description This also removes the commons library. Do we know why that was there? ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil:...
## :scroll: Description Add `SentryAttribute.flattened` to allow flattening objects into separate key/value pairs of simple types. e.g.: `SentryAttribute.flattened("p", new Point(10, 20))` will add multiple attributes under the hood: `p.x=10` and...
### Problem Statement Hi! We started reporting TTFD for one of our screens, and we noticed that the SDK also attaches the TTFD span to all other screens with `DEADLINE_EXCEEDED`...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.7.3 ### Proguard Enabled ### Version 8.11.1 ### Steps to Reproduce 1. Enable Sentry's Session Replay Feature 2. Launch the...
### Problem Statement For the [logs feature](https://docs.sentry.io/platforms/java/logs/) we want to have an integration for JUL. ### Solution Brainstorm _No response_
### Problem Statement For the [logs feature](https://docs.sentry.io/platforms/java/logs/) we want to have an integration for log4j2. ### Solution Brainstorm -
### Integration sentry-opentelemetry-core ### Java Version 21 ### Version 8.11.1 ### Steps to Reproduce Use newest Micronaut framework with open telemetry. It was removed from open-telemetry in 1.30.0 https://github.com/open-telemetry/semantic-conventions-java/releases/tag/v1.30.0-rc.1 Using...