Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): bump io.sentry:sentry-android from 7.11.0 to 7.12.0 (#790)
Bumps [io.sentry:sentry-android](https://github.com/getsentry/sentry-java) from 7.11.0 to 7.12.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-android's releases</a>.</em></p> <blockquote> <h2>7.12.0</h2> <h3>Features</h3> <ul> <li> <p>Session Replay Public Beta (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3339">#3339</a>)</p> <p>To enable Replay use the <code>sessionReplay.sessionSampleRate</code> or <code>sessionReplay.errorSampleRate</code> experimental options.</p> <pre lang="kotlin"><code>import io.sentry.SentryReplayOptions import io.sentry.android.core.SentryAndroid <p>SentryAndroid.init(context) { options -></p> <p>// Currently under experimental options: options.experimental.sessionReplay.sessionSampleRate = 1.0 // We suggest 0.1 in production (10% sessions sampled) options.experimental.sessionReplay.errorSampleRate = 1.0</p> <p>// To change default redaction behavior (defaults to true) options.experimental.sessionReplay.redactAllImages = true options.experimental.sessionReplay.redactAllText = true</p> <p>// To change quality of the recording (defaults to MEDIUM) options.experimental.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH) } </code></pre></p> <p>To learn more visit <a href="https://docs.sentry.io/product/explore/session-replay/mobile/">Sentry's Mobile Session Replay</a> documentation page.</p> </li> </ul> <h2>7.12.0-alpha.4</h2> <ul> <li>Session Replay for Android (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3339">#3339</a>)</li> </ul> <p>We released our fifth Alpha version of the SDK with support. To get access, it requires adding your Sentry org to our feature flag. Please let us know on the <a href="https://sentry.io/lp/mobile-replay-beta/">waitlist</a> if you're interested</p> <h2>7.12.0-alpha.3</h2> <ul> <li>Session Replay for Android (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3339">#3339</a>)</li> </ul> <p>We released our fourth Alpha version of the SDK with support. To get access, it requires adding your Sentry org to our feature flag. Please let us know on the <a href="https://sentry.io/lp/mobile-replay-beta/">waitlist</a> if you're interested</p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md">io.sentry:sentry-android's changelog</a>.</em></p> <blockquote> <h2>7.12.0</h2> <h3>Features</h3> <ul> <li> <p>Session Replay Public Beta (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3339">#3339</a>)</p> <p>To enable Replay use the <code>sessionReplay.sessionSampleRate</code> or <code>sessionReplay.errorSampleRate</code> experimental options.</p> <pre lang="kotlin"><code>import io.sentry.SentryReplayOptions import io.sentry.android.core.SentryAndroid <p>SentryAndroid.init(context) { options -></p> <p>// Currently under experimental options: options.experimental.sessionReplay.sessionSampleRate = 1.0 options.experimental.sessionReplay.errorSampleRate = 1.0</p> <p>// To change default redaction behavior (defaults to true) options.experimental.sessionReplay.redactAllImages = true options.experimental.sessionReplay.redactAllText = true</p> <p>// To change quality of the recording (defaults to MEDIUM) options.experimental.sessionReplay.quality = SentryReplayOptions.SentryReplayQuality.MEDIUM // (LOW|MEDIUM|HIGH) } </code></pre></p> <p>To learn more visit <a href="https://docs.sentry.io/product/explore/session-replay/mobile/">Sentry's Mobile Session Replay</a> documentation page.</p> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-java/commit/2937c11b8aad353cee57cc4742a25a727fa4b9a6"><code>2937c11</code></a> release: 7.12.0</li> <li><a href="https://github.com/getsentry/sentry-java/commit/e34c467f7cb9b1709c7394de525c041c83416cdf"><code>e34c467</code></a> [SR] Session Replay (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3339">#3339</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/25f1ca4e1636a801c17c1662f0145f888550bce8"><code>25f1ca4</code></a> Bump codecov/codecov-action from 4.3.1 to 4.5.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3533">#3533</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/3fbaf80f8e0969dbe9eb9d6a3a07fff1cf3a6165"><code>3fbaf80</code></a> Bump reactivecircus/android-emulator-runner from 2.30.1 to 2.31.0 (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3530">#3530</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/f203afac1027414602afc9da925ff7c01c8a71ca"><code>f203afa</code></a> Merge branch 'release/7.11.0'</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.sentry:sentry-android&package-manager=gradle&previous-version=7.11.0&new-version=7.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information