sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description https://github.com/getsentry/team-mobile/issues/39
### 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...
### 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...
### 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....
### 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 /...
### 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,...
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...
…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...
### 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...