From 914092f8b07cef170adae3981b771f489486c332 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 14:34:52 +0000 Subject: [PATCH] fix(deps): update sentry to v8.13.3 (#861) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry:sentry-bom](https://redirect.github.com/getsentry/sentry-java) | `8.13.2` -> `8.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-bom/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-bom/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-bom/8.13.2/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-bom/8.13.2/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.sentry:sentry-android](https://redirect.github.com/getsentry/sentry-java) | `8.13.2` -> `8.13.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-android/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-android/8.13.2/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android/8.13.2/8.13.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
getsentry/sentry-java (io.sentry:sentry-bom) ### [`v8.13.3`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#8133) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/8.13.2...8.13.3) ##### Fixes - Send UI Profiling app start chunk when it finishes ([#​4423](https://redirect.github.com/getsentry/sentry-java/pull/4423)) - Republish Javadoc [#​4457](https://redirect.github.com/getsentry/sentry-java/pull/4457) - Finalize `OkHttpEvent` even if no active span in `SentryOkHttpInterceptor` [#​4469](https://redirect.github.com/getsentry/sentry-java/pull/4469) - Session Replay: Do not capture current replay for cached events from the past ([#​4474](https://redirect.github.com/getsentry/sentry-java/pull/4474)) - Session Replay: Correctly capture Dialogs and non full-sized windows ([#​4354](https://redirect.github.com/getsentry/sentry-java/pull/4354)) - Session Replay: Fix inconsistent `segment_id` ([#​4471](https://redirect.github.com/getsentry/sentry-java/pull/4471)) - Session Replay: Fix crash on devices with the Unisoc/Spreadtrum T606 chipset ([#​4477](https://redirect.github.com/getsentry/sentry-java/pull/4477))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/msfjarvis/compose-lobsters). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 372a9e55..40c82e31 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ navigation3 = "1.0.0-SNAPSHOT" navigation3-material = "1.0.0-SNAPSHOT" retrofit = "3.0.0" richtext = "1.0.0-alpha02" -sentry-sdk = "8.13.2" +sentry-sdk = "8.13.3" serialization = "1.8.1" sqldelight = "2.1.0" whetstone = "0.9.0-beta02"