sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Problem Statement `normalizeUUID` is called on main thread and cause 2-10 ms operation on production application. There are low handing fruits. `DefaultTransactionPerformanceCollector.start` calls `transaction.getEventId().toString()` twice and it basically make...
RecyclerView is partially supported (the click on an item will be captured, but there's no useful data like which position in the list was selected - again, a new integration?)
### Description Currently we stop+restart capturing when we encounter orientation change, but it seems that in multi-window mode the window is not being removed + added. So we have to...
### Gradle Version 8.10.2 ### AGP Version 8.6.1 ### Code Minifier/Optimizer Dexguard ### Version 4.11.0 ### Sentry SDK Version 7.14.0 ### Steps to Reproduce We’ve received reports indicating that an...
### Description Remove `enableTracing` from docs / onboarding
### Description Project issue to collect milestones, issues etc. for `8.0.0` of our Java SDK. This major will come with native OpenTelemetry support for tracing and will replace our proprietary...
### Problem Statement We have a java swing app, that uses logback for logging and the SentryAppender from sentry-logback. Sentry is configured in the logback.xml. We need to enable globalHubMode,...
### Description Milestone issue to collect things for `8.0.0-beta.2`.
### Description Milestone issue to collect things we want to include in `8.0.0-beta.1`
## :scroll: Description Bump sentry-native, add options to SentryAndroidOptions, extend sentry-native init code. ## :bulb: Motivation and Context https://github.com/getsentry/sentry-native/issues/1026 ## :green_heart: How did you test it? ## :pencil: Checklist -...