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

### 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...

repository maintenance
Improvement
Android

### 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...

enhancement
Platform: Android
documentation
Status: Backlog
Effort: Small
Impact: Small

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...

Platform: Android
Platform: Java
Status: Backlog
Effort: Medium
Impact: Medium

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

enhancement
Platform: Android
Platform: Java
Effort: Medium
Impact: Small

### 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...

Platform: Java
Effort: Small
Impact: Small

### 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.

Platform: Java
Effort: Small
Impact: Medium

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

enhancement
serverless
Platform: Java

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...

enhancement
Platform: Android
Platform: Java

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...

enhancement
Platform: Java
Effort: Medium
Impact: Medium

## :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...