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

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

**Please do not merge `main` in here before PRs have been merged to avoid merge conflicts.** Draft PR so we can keep up with 8.0.0 and main diff. The idea...

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

### Version sentry-java: 6.10.0 sentry-unity: 1.8.0 Here are some relevant details: - **Environment**: Unity 2021.3.34 - **SDK Version**: Upgraded from 6.10.0 to 7.1.0 - **Devices**: Xiaomi and Huawei phones -...

Type: Bug
Platform: Android

#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

_Platform:_ - [v] Java -> 17 (sourceCompatibility/targetCompatibility as well) - [v] Spring -> spring-boot:2.4.5 _Build system:_ - [v] Bazel -> 6.0.0-pre.20211215.3 / rules_jvm_external 4.2 The version of the SDK: **5.5.1**...

Type: Bug
spring-boot
Platform: Java

### Integration sentry ### Java Version any ### Version 7.8.0 ### Steps to Reproduce Use `setContext` on transaction and set any of `String`, `Boolean` or number as value. ### Expected...

Type: Bug
Platform: Android
Platform: Java

### Description In 8.0.0 we can remove `sentry-android-okhttp`: * Don't forget to check docs for occurrences of that * Also related to https://github.com/getsentry/sentry-android-gradle-plugin/issues/601

Platform: Android
Platform: Java
Breaking-change

### Problem Statement We use Java 21 and Spring Boot 3.2.4 with enabled virtual threads in plain web application. First request after app init leads to thread pinning: ` io.sentry.MainEventProcessor.ensureHostnameCache(MainEventProcessor.java:192)

Platform: Java