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

Could you please consider using `androidx.startup:startup-runtime` instead of ContentProvider introduced in https://github.com/getsentry/sentry-java/pull/1487? Jetpack libraries (e.g. WorkManager) are migrating from ContentProvider to App Startup library in order to improve app startup...

enhancement
Platform: Android
App start performance

related to https://github.com/getsentry/sentry-java/issues/1827 and https://github.com/getsentry/sentry-java/issues/1822 Since they have different behavior on both platforms. on iOS it always returns the root transaction. on Android/Java it returns the latest active span.

Platform: Android
performance
Platform: Java
Status: Backlog
Effort: Small
Impact: Medium

We've decided that automatically created spans should be a child of the root transaction. It'll be a flat list of spans but the timeline is still correct due to the...

enhancement
Platform: Android
performance
Status: Backlog

### Description Add support for Clicks for now, because swipes/scrolls is not that easy to implement for the first version. - [ ] Automatically collect breadcrumbs for clicks - [...

Platform: Android
Jetpack Compose
Effort: Medium
Impact: Medium

_Platform:_ - [X] Java -> 8 - [X] Logback -> - [X] Spring -> 5.13 The version of the SDK: **5.5.2** --- I have the following issue: The provided spring...

spring-boot
performance
Platform: Java
Effort: Small
Impact: Small

Eg https://github.com/getsentry/sentry-java/pull/1440/files#r619501561 worth checking on other non-verified actions too

repository maintenance
Platform: Java
Effort: Small
Impact: Large

### Problem Statement No easy way for users using https://github.com/google/volley to integrate with Sentry ### Solution Brainstorm A package that creates breadcrumbs and adds spans. Please 👍 if this is...

enhancement
Platform: Android
performance
Platform: Java
Effort: Medium
Impact: Small

### Problem Statement At the moment Hub instances are stored in `ThreadLocal` variables. They are never cleaned up and thus cause servers like Tomcat to issue warnings as can be...

Platform: Java
ThreadLocalHubProblem

## :scroll: Description Sets the current thread flag in `SentryThreadFactory` ## :bulb: Motivation and Context Found via https://github.com/getsentry/sentry-java/issues/2047 but may not be the cause of that problem. ## :green_heart: How...

_#skip-changelog_ That's just a PoC of radiography as an attachment. Ideally Sentry UI would render that nicely. It should be a separate package since it needs to add the `com.squareup.radiography:radiography`...