sentry-java icon indicating copy to clipboard operation
sentry-java copied to clipboard

A Sentry SDK for Java, Android and other JVM languages.

Results 511 sentry-java issues
Sort by recently updated
recently updated
newest added

Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 3.0.0 to 3.1.0. Release notes Sourced from gradle/gradle-build-action's releases. v3.1.0 [!IMPORTANT] As of v3 this action has been superceded by gradle/actions/setup-gradle. Any workflow that uses gradle/gradle-build-action@v3 will...

dependencies
github_actions

### Problem Statement see solution ### Solution Brainstorm Since we offer a separate dependency for Spring 5 vs Spring 6 and Spring Boot 2 vs Spring Boot 3 we could...

Platform: Java
Waiting for: Product Owner

## :scroll: Description Allow configuring global default values for `checkinMargin`, `maxRuntime`, `timezone`, `recoveryThreshold` and `failureIssueThreshold` of `MonitorConfig` through `SentryOptions`. ## :bulb: Motivation and Context Fixes #3122 ## :green_heart: How did...

### Integration sentry-android ### Build System Gradle ### AGP Version 8.1.1 ### Proguard Enabled ### Version 6.33.1 ### Steps to Reproduce 1. Make multiple network calls after an app start...

Type: Bug
Platform: Android
Platform: Java
Sync: Jira

### Problem Statement As Spring 6.1 introduced the new RestClient approach for calling HTTP APIs, the Sentry SDK is not yet providing an auto configuration for it to set the...

Platform: Java

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

### Problem Statement Now, Google Play forced to use App Bundle, and Android apps are installed as `Split Apks` from Google Play Store. And Crashes of Android Apps may occur...

Platform: Android

### Problem Statement I've got a quite simple Java application where the main thread at some point kicks off 10 worker threads, and wait for those threads to finish. The...

Platform: Java
TraceContinuation

### Problem Statement `inApp` for non Android has to be set via `inAppIncludes`. It would be nice if Sentry could auto detect `inApp` frames. ### Solution Brainstorm - Check if...

Improvement
Java

See https://github.com/getsentry/team-mobile/issues/172

Platform: Android
Platform: Java