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

### Description https://github.com/getsentry/team-mobile/issues/39

Platform: Java
Effort: Small
Impact: Small

### Description Ideally done with https://github.com/getsentry/sentry-java/issues/2243 We could make this flag enabled by default for now if its much easier/faster. Since this flag is not documented, its more important to...

Platform: Java
Effort: Small
Impact: Small

### Integration sentry-spring ### Java Version 8 ### Version 6.4.1 ### Steps to Reproduce Have a mapping for an OPTIONS request like: ``` @RequestMapping(method = RequestMethod.OPTIONS, value = "{id}") void...

bug
Platform: Java
Effort: Small
Impact: Medium

### Integration sentry-android ### Build System Gradle ### AGP Version Any ### Proguard Disabled ### Version Every ### Steps to Reproduce 1. Open for example current newest version: https://repo1.maven.org/maven2/io/sentry/sentry-android/6.4.1/sentry-android-6.4.1.pom 2....

Platform: Android
Platform: Java

### Problem Statement When a user wants to set filters like `beforeSend` etc. they have to disable auto init and use manual init instead. There might be more options /...

Platform: Android
Platform: Java

### Problem Statement I'm using a custom-built User with additional properties. ``` Sentry.setUser( User().apply { this.email = email this.id = membership.user_id this.others = mapOf( "account" to membership.account_name, "accountId" to membership.account_id,...

Platform: Java

WARNING:Software Components will not be created automatically for Maven publishing from Android Gradle Plugin 8.0. To opt-in to the future behavior, set the Gradle property android.disableAutomaticComponentCreation=true in the `gradle.properties` file...

Platform: Android
repository maintenance
Platform: Java
Status: Backlog
Effort: Small
Impact: Small

…al Hub; also fix Webflux integration and add transaction support for webflux ## :scroll: Description Hackweek project 2022 ## :bulb: Motivation and Context - Leak less resources on App server...

### Problem Statement A feature existed but appears to have been removed - why? ref: https://github.com/getsentry/sentry-java/pull/794 this PR introduced Encoder support for the sentry Logback appender, but the current code...

Platform: Java
Effort: Small
Impact: Small

### Integration sentry ### Java Version 21 ### Version 7.1.0 ### Steps to Reproduce The `toString()` method of `PreparedStatementWrapper` in p6spy doesn't return the SQL query in the same format...

Type: Bug
Platform: Java