solven-eu / cleanthat

Github App opening automatically cleaning PR
56 stars 16 forks source link

Update sentry to v7.15.0 #865

Closed renovate[bot] closed 6 days ago

renovate[bot] commented 6 days ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry-logback 7.12.1 -> 7.15.0 age adoption passing confidence
io.sentry:sentry-spring-boot-starter 7.12.1 -> 7.15.0 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

getsentry/sentry-java (io.sentry:sentry-logback) ### [`v7.15.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7150) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/7.14.0...7.15.0) ##### Features - Add support for `feedback` envelope header item type ([#​3687](https://redirect.github.com/getsentry/sentry-java/pull/3687)) - Add breadcrumb.origin field ([#​3727](https://redirect.github.com/getsentry/sentry-java/pull/3727)) - Session Replay: Add options to selectively mask/unmask views captured in replay. The following options are available: ([#​3689](https://redirect.github.com/getsentry/sentry-java/pull/3689)) - `android:tag="sentry-mask|sentry-unmask"` in XML or `view.setTag("sentry-mask|sentry-unmask")` in code tags - if you already have a tag set for a view, you can set a tag by id: `` in XML or `view.setTag(io.sentry.android.replay.R.id.sentry_privacy, "mask|unmask")` in code - `view.sentryReplayMask()` or `view.sentryReplayUnmask()` extension functions - mask/unmask `View`s of a certain type by adding fully-qualified classname to one of the lists `options.experimental.sessionReplay.addMaskViewClass()` or `options.experimental.sessionReplay.addUnmaskViewClass()`. Note, that all of the view subclasses/subtypes will be masked/unmasked as well - For example, (this is already a default behavior) to mask all `TextView`s and their subclasses (`RadioButton`, `EditText`, etc.): `options.experimental.sessionReplay.addMaskViewClass("android.widget.TextView")` - If you're using code obfuscation, adjust your proguard-rules accordingly, so your custom view class name is not minified - Session Replay: Support Jetpack Compose masking ([#​3739](https://redirect.github.com/getsentry/sentry-java/pull/3739)) - To selectively mask/unmask [@​Composables](https://redirect.github.com/Composables), use `Modifier.sentryReplayMask()` and `Modifier.sentryReplayUnmask()` modifiers - Session Replay: Mask `WebView`, `VideoView` and `androidx.media3.ui.PlayerView` by default ([#​3775](https://redirect.github.com/getsentry/sentry-java/pull/3775)) ##### Fixes - Avoid stopping appStartProfiler after application creation ([#​3630](https://redirect.github.com/getsentry/sentry-java/pull/3630)) - Session Replay: Correctly detect dominant color for `TextView`s with Spans ([#​3682](https://redirect.github.com/getsentry/sentry-java/pull/3682)) - Fix ensure Application Context is used even when SDK is initialized via Activity Context ([#​3669](https://redirect.github.com/getsentry/sentry-java/pull/3669)) - Fix potential ANRs due to `Calendar.getInstance` usage in Breadcrumbs constructor ([#​3736](https://redirect.github.com/getsentry/sentry-java/pull/3736)) - Fix potential ANRs due to default integrations ([#​3778](https://redirect.github.com/getsentry/sentry-java/pull/3778)) - Lazily initialize heavy `SentryOptions` members to avoid ANRs on app start ([#​3749](https://redirect.github.com/getsentry/sentry-java/pull/3749)) *Breaking changes*: - `options.experimental.sessionReplay.errorSampleRate` was renamed to `options.experimental.sessionReplay.onErrorSampleRate` ([#​3637](https://redirect.github.com/getsentry/sentry-java/pull/3637)) - Manifest option `io.sentry.session-replay.error-sample-rate` was renamed to `io.sentry.session-replay.on-error-sample-rate` ([#​3637](https://redirect.github.com/getsentry/sentry-java/pull/3637)) - Change `redactAllText` and `redactAllImages` to `maskAllText` and `maskAllImages` ([#​3741](https://redirect.github.com/getsentry/sentry-java/pull/3741)) ### [`v7.14.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7140) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/7.13.0...7.14.0) ##### Features - Session Replay: Gesture/touch support for Flutter ([#​3623](https://redirect.github.com/getsentry/sentry-java/pull/3623)) ##### Fixes - Fix app start spans missing from Pixel devices ([#​3634](https://redirect.github.com/getsentry/sentry-java/pull/3634)) - Avoid ArrayIndexOutOfBoundsException on Android cpu data collection ([#​3598](https://redirect.github.com/getsentry/sentry-java/pull/3598)) - Fix lazy select queries instrumentation ([#​3604](https://redirect.github.com/getsentry/sentry-java/pull/3604)) - Session Replay: buffer mode improvements ([#​3622](https://redirect.github.com/getsentry/sentry-java/pull/3622)) - Align next segment timestamp with the end of the buffered segment when converting from buffer mode to session mode - Persist `buffer` replay type for the entire replay when converting from buffer mode to session mode - Properly store screen names for `buffer` mode - Session Replay: fix various crashes and issues ([#​3628](https://redirect.github.com/getsentry/sentry-java/pull/3628)) - Fix video not being encoded on Pixel devices - Fix SIGABRT native crashes on Xiaomi devices when encoding a video - Fix `RejectedExecutionException` when redacting a screenshot - Fix `FileNotFoundException` when persisting segment values ##### Chores - Introduce `ReplayShadowMediaCodec` and refactor tests using custom encoder ([#​3612](https://redirect.github.com/getsentry/sentry-java/pull/3612)) ### [`v7.13.0`](https://redirect.github.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7130) [Compare Source](https://redirect.github.com/getsentry/sentry-java/compare/7.12.1...7.13.0) ##### Features - Session Replay: ([#​3565](https://redirect.github.com/getsentry/sentry-java/pull/3565)) ([#​3609](https://redirect.github.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: ([#​3565](https://redirect.github.com/getsentry/sentry-java/pull/3565)) ([#​3609](https://redirect.github.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 ([#​3541](https://redirect.github.com/getsentry/sentry-java/pull/3541))

Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), 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.



This PR was generated by Mend Renovate. View the repository job log.