sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
## :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...
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...
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...
> 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 -> {...
Capture errors sent to Spring `errorChannel` which works as a dead letter queue for Spring.
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...
_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]...
On Java, its `addIgnoredExceptionForType(x)` on .NET `AddExceptionFilterForType(x)` https://docs.sentry.io/platforms/dotnet/usage/#ignoring-errors
https://www.jboss.org/ Relates to https://github.com/getsentry/sentry-java/issues/1471