Skip to content

Commit

Permalink
Update dependency com.bugsnag:bugsnag-android to v6.8.0 (#1693)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.bugsnag:bugsnag-android](https://bugsnag.com)
([source](https://redirect.github.com/bugsnag/bugsnag-android)) |
`6.7.0` -> `6.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/maven/com.bugsnag:bugsnag-android/6.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.bugsnag:bugsnag-android/6.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.bugsnag:bugsnag-android/6.7.0/6.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.bugsnag:bugsnag-android/6.7.0/6.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>bugsnag/bugsnag-android (com.bugsnag:bugsnag-android)</summary>

###
[`v6.8.0`](https://redirect.github.com/bugsnag/bugsnag-android/releases/tag/v6.8.0)

##### Enhancements

- Add original error class and message to metadata for link errors
loading BugSnag libraries

[#&#8203;2070](https://redirect.github.com/bugsnag/bugsnag-android/pull/2070)

##### Bug fixes

- Sending startup crashes synchronously now uses a flexible timeout so
that apps with slower startups don't ANR

[#&#8203;2075](https://redirect.github.com/bugsnag/bugsnag-android/pull/2075)

[#&#8203;2080](https://redirect.github.com/bugsnag/bugsnag-android/pull/2080)
- Work around a possible platform NullPointerException when calling
`Intent.getExtras`
([https://github.com/bugsnag/bugsnag-android/issues/2082](https://redirect.github.com/bugsnag/bugsnag-android/issues/2082))

[#&#8203;2083](https://redirect.github.com/bugsnag/bugsnag-android/pull/2083)

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/ZacSweers/CatchUp).

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 2, 2024
1 parent 86e5905 commit 3524359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ markdown = { module = "com.mikepenz:multiplatform-markdown-renderer-m3", version
misc-leakCanary = { module = "com.squareup.leakcanary:leakcanary-android", version.ref = "leakcanary" }
misc-leakCanary-shark = { module = "com.squareup.leakcanary:shark", version.ref = "leakcanary" }
misc-leakCanaryObjectWatcherAndroid = { module = "com.squareup.leakcanary:leakcanary-object-watcher-android", version.ref = "leakcanary" }
misc-bugsnag = "com.bugsnag:bugsnag-android:6.7.0"
misc-bugsnag = "com.bugsnag:bugsnag-android:6.8.0"
misc-byteunits = "com.jakewharton.byteunits:byteunits:0.9.1"

misc-debug-flipper = { module = "com.facebook.flipper:flipper", version.ref = "flipper" }
Expand Down

0 comments on commit 3524359

Please sign in to comment.