fix(deps): update sentry to v8.13.3 (#861)

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

<details>
<summary>getsentry/sentry-java (io.sentry:sentry-bom)</summary>

###
[`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
([#&#8203;4423](https://redirect.github.com/getsentry/sentry-java/pull/4423))
- Republish Javadoc
[#&#8203;4457](https://redirect.github.com/getsentry/sentry-java/pull/4457)
- Finalize `OkHttpEvent` even if no active span in
`SentryOkHttpInterceptor`
[#&#8203;4469](https://redirect.github.com/getsentry/sentry-java/pull/4469)
- Session Replay: Do not capture current replay for cached events from
the past
([#&#8203;4474](https://redirect.github.com/getsentry/sentry-java/pull/4474))
- Session Replay: Correctly capture Dialogs and non full-sized windows
([#&#8203;4354](https://redirect.github.com/getsentry/sentry-java/pull/4354))
- Session Replay: Fix inconsistent `segment_id`
([#&#8203;4471](https://redirect.github.com/getsentry/sentry-java/pull/4471))
- Session Replay: Fix crash on devices with the Unisoc/Spreadtrum T606
chipset
([#&#8203;4477](https://redirect.github.com/getsentry/sentry-java/pull/4477))

</details>

---

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

---

- [ ] <!-- rebase-check -->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).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC41MC4wIiwidXBkYXRlZEluVmVyIjoiNDAuNTAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-06-12 14:34:52 +00:00 committed by GitHub
parent fd9e156627
commit 914092f8b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"