sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
### Description Currently the SDK has vendored code in lots of places. We could move that to a vendor package, e.g. `io.sentry.vendor`. We already do this for `io.sentry.vendor.gson`. There are...
### Integration sentry-spring-boot-jakarta ### Java Version 21 ### Version 8.16.0 ### Steps to Reproduce - Spring Boot 3.5.3 - no logback.xml - sentry.dsn in applicaiton.yml Dependencies on classpath: - sentry...
### Description For spans created by OpenTelemetry auto instrumentation, we have different span `op` compared to what Sentry auto instrumentation produces. We could align this in a major version. Came...
### Description Right now only a few options are [processed on the native side](https://github.com/getsentry/sentry-java/blob/main/sentry-android-ndk/src/main/jni/sentry.c#L240) and there's not enough documentation on automatic configuration behavior overall. Our [Android sample app](https://github.com/getsentry/sentry-java/blob/main/sentry-samples/sentry-samples-android) also showcases...
### Problem Statement When I enabled [caching](https://square.github.io/okhttp/features/caching/#basic-usage) in the OkHttp client and activated File I/O Sentry instrumentation, I observed that the `file.write` span always ends with a `deadline_exceeded` status. This...
## :scroll: Description Extends `SentryReplayOptions` to allow package names for masking. ## :bulb: Motivation and Context Implements https://github.com/getsentry/sentry-java/issues/4393 ## :green_heart: How did you test it? Added tests ## :pencil: Checklist...
### Description This issue shall serve as a sort of wishlist where we can collect ideas for the new Performance API. If you have anything you'd like us to improve...
### Problem Statement We could add a flag (disabled by default) that a user can enable so logcat output is stored and sent as an attachment to Android events What...
## :scroll: Description renamed `minLogsLevel` to `minLogLevel` in `SentryTimberIntegration` #skip-changelog ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I added...