sentry-java
sentry-java copied to clipboard
A Sentry SDK for Java, Android and other JVM languages.
## :scroll: Description We want to support concurrent transactions. In order to do it, we are going to add the list of transactions occurred during a profile. This pr just...
Bumps scripts/update-gradle.sh from v7.5.0 to v7.5.1. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml).
Bumps sentry-android-ndk/sentry-native from 0.4.18 to 0.5.0. Auto-generated by a [dependency updater](https://github.com/getsentry/github-workflows/blob/main/.github/workflows/updater.yml). ## Changelog ### 0.5.0 **Features** - Provide `on_crash()` callback to allow clients to act on detected crashes. Users often...
### Integration sentry-android ### Build System Gradle ### AGP Version 6.8 ### Proguard Enabled ### Version 6.3.1 ### Steps to Reproduce 上报截屏配置如下,但是sentry平台没有相关截图,未生效 Sentry.OptionsConfiguration configuration = new Sentry.OptionsConfiguration() { @Override public...
### Integration sentry-android ### Build System Gradle ### AGP Version 7.2.1 ### Proguard Enabled ### Version 6.1.0 ### Steps to Reproduce add sentry to android project ### Expected Result no...
### Integration sentry-android ### Build System Gradle ### AGP Version 7.2.1 ### Proguard Enabled ### Version 6.3.0 ### Steps to Reproduce I do not have a sample project on hand...
### Integration sentry-android ### Build System Gradle ### AGP Version 7.0.2 ### Proguard Enabled ### Version 5.7.4 ### Steps to Reproduce Which version of sentry has ANR support? Here https://docs.sentry.io/platforms/android/configuration/app-not-respond/...
In order to use our OkHttp library with Jetpack Compose on desktop, it must be packaged as a `jar` since it runs on the JVM. Additionally we could deprecate `sentry-android-okhttp`...
## :scroll: Description Add `baggage` header to outgoing `RestTemplate` calls. ## :bulb: Motivation and Context To support Dynamic Sampling for outgoing requests using `RestTemplate` See #2205 ## :green_heart: How did...
### Problem Statement Our profiler works with only one transaction at a time. The sdk has several options, including one that automatically starts a transaction on some ui interaction. If...