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 I have a use case where I'd like to separate Projects by team with multiple DSNs in a single JVM application. I tried local testing of a...

Platform: Java

### Description A related issue in Dart. - https://github.com/getsentry/sentry-dart/issues/1418 This came up as an issue in `sentry-dart` but as the logic is the same it's likely an issue in `sentry-java`...

Type: Bug
Platform: Android
Platform: Java

### Problem Statement As of now we only measure the initial composition / render time. It would be great to be able to see which `@Composable` gets re-rendered more often...

Improvement
Android

### Description From the top of my head we could automatically detect the following potential problem that we point out in the PRs all the time: * Using `withScope` instead...

Platform: Android
repository maintenance
Platform: Java
hackweek

### Problem Statement In our apps we are using WebViews to provide some features dynamically. As we are using Sentry in Web and App, we would love to be able...

Improvement
Android

We use Sentry for identifying slow APIs for performance optimization. The slower APIs tend to have a larger number of DB queries which leads to the associated Sentry event being...

Platform: Java

### Problem Statement We rely on Sentry to notify us when things go wrong, so when the SDK silently drops events (for example due to size limits) it's very problematic....

Platform: Java

### Problem Statement Upserts are currently only available when manually using `Sentry.captureCheckIn()` ### Solution Brainstorm - A new param for `CheckInUtils.withCheckIn()` - Check if there's a `@Scheduled` annotation on a...

Platform: Java

### Description Investigate if `HealthStats` fits the concept of our own measurements set in the transaction. https://developer.android.com/reference/android/os/health/HealthStats If those measurements can be measured within a transaction, maybe we can send...

Platform: Android
performance
product

### Problem Statement There is no ready-made instrumentation decorator for thread pools (it exists for spring sleuth) ### Solution Brainstorm Right now custom instrumentation is the solution to deal with...

Platform: Java
Sync: Jira