sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Problem Statement mobsf is an popular open source security scanning tool https://github.com/mobsf Users often run this and raise issues here, so far all they were false positives. Running this...
### Description I added this to my pom.xml: ```xml io.sentry sentry-android 5.6.3 ``` then i try to run Maven Update and i get this: `Missing artifact io.sentry:sentry-android:jar:5.6.3?` because https://repo.maven.apache.org/maven2/io/sentry/sentry-android/5.6.3/ only...
On Android, I can see how much space an app takes up on a user's device. This is split in - App Size (Size of the app itself without any...
Replaces: https://github.com/getsentry/sentry-java/issues/1302 We'd like to add the build flavor name to contexts.app This requires build time help so the SAGP needs to be involved
### Problem Statement In .NET ignoring an Exception also ignores all of the Exceptions child classes. In Java only the class explicitly added to the list of ignored exceptions will...
### Description The SDK should handle rate limits for envelope item type profile. For more info, see https://github.com/getsentry/mobile-team-meta/issues/1.
A dedicated package for [AWS Lambda Java](https://docs.aws.amazon.com/lambda/latest/dg/lambda-java.html) that would help bootstrapping the SDK for this specific environment. Related to: https://github.com/getsentry/sentry-dotnet/issues/730 Should address: https://github.com/getsentry/sentry-java/issues/350
Related to https://github.com/getsentry/sentry-java/issues/912#issuecomment-1057079937 iOS already does it. The use case is, you capture envelope A and you have no connection, the envelope is cached and won't be sent until you...
The SDK guideline has a couple of new items regarding offline caching: https://github.com/getsentry/develop/pull/509 1. If rate-limit was hit, make sure the caching transport is aware. Meaning: don't read all files...
## :scroll: Description Fix sending errors in Spring WebFlux integration. This time, without trying to find a workaround but rather using recommended reactive/reactor way of doing things: instead of copying...