sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
#skip-changelog ## :scroll: Description ## :bulb: Motivation and Context ## :green_heart: How did you test it? ## :pencil: Checklist - [ ] I reviewed the submitted code. - [ ]...
### Description Similar to [papa](https://github.com/square/papa/blob/main/papa/src/main/java/papa/PerfAppComponentFactory.kt) we want to not only measure the `.onCreate()` timings, but rather the whole initialization, including class loading and any static init timings. This is only...
### Description https://sentry-sdks.sentry.io/issues/4567235831/?project=5428559&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=7d&stream_index=0  After TwP we set the trace origin to `manual` by default, but probably we shouldn't just set it for errors if there's no active transactions, otherwise...
### Problem Statement We already have support for reactor in our Spring integration as part of the WebFlux specifics. Users who are not using Spring would also like to use...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.1.0 ### Proguard Enabled ### Version 7.2.0 ### Steps to Reproduce There is a case where TTID and TTFD are...
### Description Support [Sentry profiling](https://docs.sentry.io/product/profiling/) running in the JVM ```[tasklist] ### Milestones - [ ] Profile Java code in the JVM for single hub mode (desktop and CLI type of...
### Problem Statement Support for Session Replay for Native Android apps We're working on it! Wanna join the early adopter release? Join the waitlist and discussion about the feature: *...
Description See https://github.com/getsentry/team-mobile/issues/163. SDKs with offline caching have the option maxCacheItems to specify the maximum number of envelopes to keep in the offline cache. Envelopes can significantly vary in size...
### Self-Hosted Version 22.9.0 self-hosted (https://develop.sentry.dev/self-hosted/) ### CPU Architecture x86_64 ### Steps to Reproduce Sending via addAttachment in captureMessage on Android and iOS. ios: ```swift SentrySDK.capture(message: issueId) { scope in...
I don't know if it's the same issue, but my Spring Boot application still fails to start with the most recent Gradle plugin. Using Spring Boot 3.1.5 and Sentry Gradle...