yegor256 / rultor

DevOps team assistant that helps you merge, deploy, and release GitHub-hosted apps and libraries
https://www.rultor.com
Other
561 stars 157 forks source link

Update dependency io.sentry:sentry to v7.12.0 #2038

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.sentry:sentry 7.11.0 -> 7.12.0 age adoption passing confidence

Release Notes

getsentry/sentry-java (io.sentry:sentry) ### [`v7.12.0`](https://togithub.com/getsentry/sentry-java/blob/HEAD/CHANGELOG.md#7120) [Compare Source](https://togithub.com/getsentry/sentry-java/compare/7.11.0...7.12.0) ##### Features - Session Replay Public Beta ([#​3339](https://togithub.com/getsentry/sentry-java/pull/3339)) To enable Replay use the `sessionReplay.sessionSampleRate` or `sessionReplay.errorSampleRate` experimental options. ```kotlin import io.sentry.SentryReplayOptions import io.sentry.android.core.SentryAndroid SentryAndroid.init(context) { options -> // Currently under experimental options: options.experimental.sessionReplay.sessionSampleRate = 1.0 options.experimental.sessionReplay.errorSampleRate = 1.0 // To change default redaction behavior (defaults to true) options.experimental.sessionReplay.redactAllImages = true options.experimental.sessionReplay.redactAllText = true // To change quality of the recording (defaults to MEDIUM) options.experimental.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH) } ``` To learn more visit [Sentry's Mobile Session Replay](https://docs.sentry.io/product/explore/session-replay/mobile/) documentation page.

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.



This PR has been generated by Mend Renovate. View repository job log here.

yegor256 commented 2 months ago

@rultor please, try to merge, since 6 checks have passed

rultor commented 2 months ago

@rultor please, try to merge, since 6 checks have passed

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

rultor commented 2 months ago

@rultor please, try to merge, since 6 checks have passed

@yegor256 Done! FYI, the full log is here (took me 15min)