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

### Problem Statement Due to the behavior of [coroutines exception handling](https://kotlinlang.org/docs/exception-handling.html), a failure to catch the exception can sometimes result in a crash, if the request was made from certain...

Improvement
Android

### Problem Statement We rely on other libraries to offer some callbacks or require users to manipulate / wrap libraries for errors to be reported to Sentry. By using a...

Platform: Java

### Description Investigate, if/how we can reduce the SDK's impact on app startup time. Possibly related: https://github.com/getsentry/sentry-java/issues/2751

Platform: Android

### Description There's not much we can do, but this was reported (happening very rarely) through the [SDK console](https://play.google.com/sdk-console/accounts/3062283563667932501/sdks/5766124106675877123/crashes/0dc547c8/details?timeRange=LAST_28_DAYS&crashStatuses=SDK_CRASH_STATUS_UNSPECIFIED&affectedApps=AFFECTED_APPS_UNSPECIFIED) and [Notion](https://www.notion.so/sentry/ANR-due-to-Sentry-SDK-Profiling-6d9c3438b814430aa038e4811c293d96), so I'm creating an issue here. Maybe we can...

Type: Bug
Platform: Android

## :scroll: Description This update patches at least 13 vulnerabilities according to Maven Central [1]. Additionally, this is the final open-source, vendor-supported version in the Spring Boot 2 release line....

## :scroll: Description Package sentry-spring-boot-starter-jakarta is currently listed as incompatible with 3.3.0, which was released on May 23, 2024, according to Spring Initializr [1]. [1] https://start.spring.io/ ## :pencil: Checklist -...

### Integration sentry-jdbc ### Java Version 18 ### Version 7.10.0 ### Steps to Reproduce I use Ktor for a API and am looking into a tool that can help monitor...

Type: Bug
Platform: Java

For Mobile, we recently (re)introduces Features overviews as separate Features pages. We realized that some of the content might be outdated - this issue tracks iterating and updating the content...

Improvement
Android

### Description Javascript and some other Sentry SDKs already have this option. The reason to add it to `sentry-java` are Hybrid SDKs. At the moment users of hybrids have to...

Platform: Java

### Description Add new runtime property to `SentryBreadcrumb` called `origin`, this can be used to identify source of the breadcrumb. For example hybrid SDKs can identify native breadcrumbs from JS...

Platform: Java