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

## :scroll: Description Do not add breadcrumbs on the root scope. ## :bulb: Motivation and Context As discussed with @bruno-garcia, breadcrumbs added to the root scope will be attached to...

Hi, ### Context We are using elasticsearch 6.2 since a while now and as we got some incident recently, we would like to get elasticsearch errors in sentry. As you...

enhancement
Platform: Java
Effort: Medium
Impact: Medium

Hey guys, I'm developing an Android SDK and I'm using the Sentry version 1.7.22 I'm getting my personal instance of Sentry with val mySentry = AndroidSentryClientFactory.sentryClient(sentryDSN) Then, my integrator can...

enhancement
documentation
Platform: Java
Effort: Medium
Impact: Small

Hi, we are running sentry java sdk on play framework ver. 2.6.5 with Java 1.8 ``` io.sentry sentry 3.1.1 ``` and experience an issue that the guice-enhanced proxies are apparently...

documentation
Platform: Java

> Discuss new API to take callback and wrap the whole transaction (to be discussed on the 11th of Jan) The proposal for this API: ```java Sentry.runTransaction("name", tx -> {...

enhancement
performance
Platform: Java
Effort: Large
Impact: Medium

Capture errors sent to Spring `errorChannel` which works as a dead letter queue for Spring.

enhancement
Spring
Platform: Java
Effort: Medium
Impact: Medium

Hi, We are running the 3.2.0 logback appender and have noticed the performance discussed in https://github.com/getsentry/sentry-java/issues/1081. When looking at the improvement that was made in https://github.com/getsentry/sentry-java/pull/1111 it seems that it...

enhancement
Platform: Java
Effort: Medium
Impact: Small

_Platform:_ - [x] Android -> If yes, which Device API (and compileSdkVersion/targetSdkVersion/Build tools) version? Device `API`: 26 `compileSdkVersion`: 30 `targetSdkVersion`: 30 `buildTools`: applied by Android Gradle Plugin _IDE:_ - [x]...

Platform: Java
Public API Request
Effort: Small
Impact: Small

On Java, its `addIgnoredExceptionForType(x)` on .NET `AddExceptionFilterForType(x)` https://docs.sentry.io/platforms/dotnet/usage/#ignoring-errors

up-for-grabs
Platform: Java
Effort: Small
Impact: Small

https://www.jboss.org/ Relates to https://github.com/getsentry/sentry-java/issues/1471

documentation
Platform: Java
Effort: Small
Impact: Medium