sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### 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...
### 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`...
### 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...
### 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...
### 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...
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...
### 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....
### 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...
### 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...
### 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...