sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
https://github.com/getsentry/team-sdks/issues/41
### Integration sentry-spring-boot-starter-jakarta ### Java Version 17 ### Version 7.1.0 ### Steps to Reproduce Our service is running on SB 3.1.8 & reactive stack (Webflux). 1. Baseline. Without Sentry, memory...
https://github.com/getsentry/rfcs/pull/129
- Spring RestClient support ## :scroll: Description - New classes are added to auto configure the neccessary interceptors for newly created RestClients - Tests are added to test the new...
### Description When using `kotlinx.coroutines.flow` to consume messages, the trace information is lost when calling methods (collect) in this package. After the kotlinx.coroutines.flow.collect(..) part is completed, tracing information is still...
### Description Metrics! Sentry will support Metrics finally! First we need all of our SDKs to support Metrics, including Java and dependent SDKs #### Requirements: - [ ] https://github.com/getsentry/sentry-java/pull/3205 -...
### Description From play console: ``` Exception java.lang.OutOfMemoryError: at java.lang.Thread.nativeCreate at java.lang.Thread.start (Thread.java:883) at java.util.Timer. (Timer.java:183) at java.util.Timer. (Timer.java:153) at io.sentry.SentryTracer. (SentryTracer.java:105) at io.sentry.Hub.createTransaction (Hub.java:727) at io.sentry.Hub.startTransaction (Hub.java:677) at io.sentry.Sentry.startTransaction...
### Integration sentry-spring-boot-starter-jakarta, log4j2 ### Java Version 8 ### Version 7.3 ### Steps to Reproduce I'm creating this on behalf of a user that is having trouble getting the Sentry...
### Problem Statement Hello, I’m looking into CPU usage of our Android React Native app and noticed we’re spending an unexpectedly large amount of time converting breadcrumb records to JSON...
### Integration sentry-android ### Build System Gradle ### AGP Version 8.0.2 ### Proguard Enabled ### Version 7.1.0 ### Steps to Reproduce I like using Transactions for recording an operation and...