From 193730e16c90a9de29964056df4aa38066640c32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:50:08 +0000 Subject: [PATCH] fix(deps): update sentry to v6.30.0 (#400) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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-okhttp](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-android-okhttp/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-android-okhttp/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-android-okhttp/6.29.0/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-android-okhttp/6.29.0/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | | [io.sentry:sentry-bom](https://togithub.com/getsentry/sentry-java) | `6.29.0` -> `6.30.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.sentry:sentry-bom/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.sentry:sentry-bom/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.sentry:sentry-bom/6.29.0/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.sentry:sentry-bom/6.29.0/6.30.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
getsentry/sentry-java (io.sentry:sentry-android-okhttp) ### [`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)
--- ### 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. --- - [ ] 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). 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 2819913b..28a67891 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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"