mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 21:07:04 +05:30
fix(deps): update sentry to v6.30.0 (#400)
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.sentry:sentry-android-okhttp](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | | [io.sentry:sentry-bom](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>getsentry/sentry-java (io.sentry:sentry-android-okhttp)</summary> ### [`v6.30.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#6300) [Compare Source](https://togithub.com/getsentry/sentry-java/compare/6.29.0...6.30.0) ##### Features - Add `sendModules` option for disable sending modules ([#​2926](https://togithub.com/getsentry/sentry-java/pull/2926)) - Send `db.system` and `db.name` in span data for androidx.sqlite spans ([#​2928](https://togithub.com/getsentry/sentry-java/pull/2928)) - Check-ins (CRONS) support ([#​2952](https://togithub.com/getsentry/sentry-java/pull/2952)) - Add API for sending check-ins (CRONS) manually ([#​2935](https://togithub.com/getsentry/sentry-java/pull/2935)) - Support check-ins (CRONS) for Quartz ([#​2940](https://togithub.com/getsentry/sentry-java/pull/2940)) - `@SentryCheckIn` annotation and advice config for Spring ([#​2946](https://togithub.com/getsentry/sentry-java/pull/2946)) - Add option for ignoring certain monitor slugs ([#​2943](https://togithub.com/getsentry/sentry-java/pull/2943)) ##### Fixes - Always send memory stats for transactions ([#​2936](https://togithub.com/getsentry/sentry-java/pull/2936)) - This makes it possible to query transactions by the `device.class` tag on Sentry - Add `sentry.enable-aot-compatibility` property to SpringBoot Jakarta `SentryAutoConfiguration` to enable building for GraalVM ([#​2915](https://togithub.com/getsentry/sentry-java/pull/2915)) ##### Dependencies - Bump Gradle from v8.2.1 to v8.3.0 ([#​2900](https://togithub.com/getsentry/sentry-java/pull/2900)) - \[changelog]\(https://github.com/gradle/gradle/blob/master release-test/CHANGELOG.md#v830) - [diff](https://togithub.com/gradle/gradle/compare/v8.2.1...v8.3.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/msfjarvis/compose-lobsters). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi4xMDcuMiIsInVwZGF0ZWRJblZlciI6IjM2LjEwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed32186984
commit
193730e16c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ kotlin = "1.9.10"
|
|||
kotlinResult = "1.1.18"
|
||||
retrofit = "2.9.0"
|
||||
richtext = "0.17.0"
|
||||
sentry-sdk = "6.29.0"
|
||||
sentry-sdk = "6.30.0"
|
||||
serialization = "1.6.0"
|
||||
sqldelight = "2.0.0"
|
||||
whetstone = "0.8.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue