Skip to content

Commit

Permalink
Update dependency io.sentry:sentry-android to v7.13.0 (#5040)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [io.sentry:sentry-android](https://togithub.com/getsentry/sentry-java)
| `7.12.1` -> `7.13.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-android/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-android/7.12.1/7.13.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android/7.12.1/7.13.0?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-android)</summary>

###
[`v7.13.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7130)

[Compare
Source](https://togithub.com/getsentry/sentry-java/compare/7.12.1...7.13.0)

##### Features

- Session Replay:
([#&#8203;3565](https://togithub.com/getsentry/sentry-java/pull/3565))
([#&#8203;3609](https://togithub.com/getsentry/sentry-java/pull/3609))
    -   Capture remaining replay segment for ANRs on next app launch
- Capture remaining replay segment for unhandled crashes on next app
launch

##### Fixes

- Session Replay:
([#&#8203;3565](https://togithub.com/getsentry/sentry-java/pull/3565))
([#&#8203;3609](https://togithub.com/getsentry/sentry-java/pull/3609))
    -   Fix stopping replay in `session` mode at 1 hour deadline
- Never encode full frames for a video segment, only do partial updates.
This further reduces size of the replay segment
    -   Use propagation context when no active transaction for ANRs

##### Dependencies

- Bump Spring Boot to 3.3.2
([#&#8203;3541](https://togithub.com/getsentry/sentry-java/pull/3541))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View the
[repository job
log](https://developer.mend.io/github/simpledotorg/simple-android).

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

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Sasikanth Miriyampalli <[email protected]>
  • Loading branch information
renovate[bot] and msasikanth authored Aug 5, 2024
1 parent a4a12d8 commit 1396cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Bump Jackson Core to v2.17.2
- Bump Sentry Gradle plugin to v4.10.0
- Bump AndroidX Lifecycle to v2.8.4
- Bump Sentry to v7.12.1
- Bump Sentry to v7.13.0
- Bump Google Truth to v1.4.4
- Bump Mockito Kotlin to v5.4.0
- Bump AGP to v8.5.1
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ rx-java = "io.reactivex.rxjava2:rxjava:2.2.21"
rx-kotlin = "io.reactivex.rxjava2:rxkotlin:2.4.0"
rx-preferences = "com.f2prateek.rx.preferences2:rx-preferences:2.0.1"

sentry-android = "io.sentry:sentry-android:7.12.1"
sentry-android = "io.sentry:sentry-android:7.13.0"

signaturepad = "com.github.gcacace:signature-pad:1.3.1"

Expand Down

0 comments on commit 1396cb2

Please sign in to comment.