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

#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...

Improvement
Android

### Description https://sentry-sdks.sentry.io/issues/4567235831/?project=5428559&query=is%3Aunresolved&referrer=issue-stream&statsPeriod=7d&stream_index=0 ![image](https://github.com/getsentry/sentry-java/assets/4999776/33315a74-faa7-4c3c-bb57-6074d7bc4eb4) 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...

Platform: Android
Platform: Java

### 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...

Platform: Java
Sync: Jira

### 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...

Type: Bug
Platform: Android
Sync: Jira
Waiting for: Community

### 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...

enhancement
Platform: Java

### 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: *...

Platform: Android
Sync: Jira
Session Replay

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...

Improvement
Android

### 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...

Type: Bug
Platform: Android
Platform: Java

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...

Type: Bug
Platform: Java