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

### Integration sentry-android ### Build System Gradle ### AGP Version 8.6 ### Proguard Enabled ### Version 7.6 ### Steps to Reproduce We use [AppSweep](https://appsweep.guardsquare.com/) by Guardsquare for security scans of...

Improvement
Android

- [Notion POTEL Doc](https://www.notion.so/sentry/SDKs-Performance-powered-by-OTel-POTEL-7f1900c5c1b04870bdc0f2cc8dd4d929) - Talked to Francesco to learn from Node/JS changes ```[tasklist] ### Statement on OTel support - tech feasibility and quality - [ ] Java (and frameworks)...

Platform: Java

### Problem Statement Sentry Java SDK currently does not automatically capture GRPC exceptions and users are required to manually send them to Sentry. ### Solution Brainstorm Add support for automatically...

Platform: Java
feature request

### Problem Statement Avoid making us search for the minSDK of the dependencies sentry uses in each version iteration. We are using libraries sentry also uses, but we need to...

Improvement
Android

## :scroll: Description ## :bulb: Motivation and Context https://github.com/getsentry/sentry-java/issues/3232 ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...

### Description This feature was recently added to [`sentry-cocoa`](https://github.com/getsentry/sentry-cocoa/pull/3644/checks) and was requested in [`sentry-react-native`](https://github.com/getsentry/sentry-react-native/issues/3670). To enable it in RN, we need `sentry-android` to support it. Feature summary: A flag users...

Feature
Android

### Description We could create spans for each of the callbacks to better surface the performance of each method if they involve some heavy computations (similar to how sentry-cocoa does...

Platform: Android
performance

### Problem Statement Hello, I am encountering issues in an environment that utilizes both Sentry Java (for Android, NDK) and Sentry Native. Specifically, when Sentry Java is used with its...

Improvement
Android

### Description Feature description: https://develop.sentry.dev/sdk/metrics/#meta-data As of now, languages which require symbolication are not supported. The feature itself is still in a MVP/UX research phase and thus not connected to...

Platform: Android
Platform: Java