Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump io.sentry:sentry-bom from 7.17.0 to 7.18.0 (#4902)
Bumps [io.sentry:sentry-bom](https://github.com/getsentry/sentry-java) from 7.17.0 to 7.18.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-java/releases">io.sentry:sentry-bom's releases</a>.</em></p> <blockquote> <h2>7.18.0</h2> <h3>Features</h3> <ul> <li>Android 15: Add support for 16KB page sizes (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3620">#3620</a>) <ul> <li>See <a href="https://developer.android.com/guide/practices/page-sizes">https://developer.android.com/guide/practices/page-sizes</a> for more details</li> </ul> </li> <li>Session Replay: Add <code>beforeSendReplay</code> callback (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3855">#3855</a>)</li> <li>Session Replay: Add support for masking/unmasking view containers (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3881">#3881</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Avoid collecting normal frames (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3782">#3782</a>)</li> <li>Ensure android initialization process continues even if options configuration block throws an exception (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3887">#3887</a>)</li> <li>Do not report parsing ANR error when there are no threads (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3888">#3888</a>) <ul> <li>This should significantly reduce the number of events with message "Sentry Android SDK failed to parse system thread dump..." reported</li> </ul> </li> <li>Session Replay: Disable replay in session mode when rate limit is active (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3854">#3854</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Bump Native SDK from v0.7.2 to v0.7.8 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3620">#3620</a>) <ul> <li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#078">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-native/compare/0.7.2...0.7.8">diff</a></li> </ul> </li> </ul> </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-bom's changelog</a>.</em></p> <blockquote> <h2>7.18.0</h2> <h3>Features</h3> <ul> <li>Android 15: Add support for 16KB page sizes (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3620">#3620</a>) <ul> <li>See <a href="https://developer.android.com/guide/practices/page-sizes">https://developer.android.com/guide/practices/page-sizes</a> for more details</li> </ul> </li> <li>Session Replay: Add <code>beforeSendReplay</code> callback (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3855">#3855</a>)</li> <li>Session Replay: Add support for masking/unmasking view containers (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3881">#3881</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Avoid collecting normal frames (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3782">#3782</a>)</li> <li>Ensure android initialization process continues even if options configuration block throws an exception (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3887">#3887</a>)</li> <li>Do not report parsing ANR error when there are no threads (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3888">#3888</a>) <ul> <li>This should significantly reduce the number of events with message "Sentry Android SDK failed to parse system thread dump..." reported</li> </ul> </li> <li>Session Replay: Disable replay in session mode when rate limit is active (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3854">#3854</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>Bump Native SDK from v0.7.2 to v0.7.8 (<a href="https://redirect.github.com/getsentry/sentry-java/pull/3620">#3620</a>) <ul> <li><a href="https://github.com/getsentry/sentry-native/blob/master/CHANGELOG.md#078">changelog</a></li> <li><a href="https://github.com/getsentry/sentry-native/compare/0.7.2...0.7.8">diff</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/getsentry/sentry-java/commit/78573048c32cd2a7aa5a6cca47b753dfbb49e3a4"><code>7857304</code></a> release: 7.18.0</li> <li><a href="https://github.com/getsentry/sentry-java/commit/ce09ad4523b10ddaa0df90c12c17fb0b7a89bf78"><code>ce09ad4</code></a> feat(replay): Add Mask/Unmask Containers for custom masking in hybrid SDKs (#...</li> <li><a href="https://github.com/getsentry/sentry-java/commit/0438c6f3581c589a0772ec049e5bc374588cbeba"><code>0438c6f</code></a> [SR] Add beforeSendReplay callback (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3855">#3855</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/adbc51d948f25ddbe1e47c274b7174fd7ceeefb1"><code>adbc51d</code></a> [SR] Disable replay in session mode when rate limit is active (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3854">#3854</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/dab52e252d6b38f0d2433637bdb93500decbb967"><code>dab52e2</code></a> [QA] Avoid collecting normal frames (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3782">#3782</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/a1831635b97fd324c127bc4857fc307171d8394b"><code>a183163</code></a> Do not report parsing ANR error when there are no threads (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3888">#3888</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/091f84ef1280c98a0e9ad85f142135458ad91a18"><code>091f84e</code></a> Add support for 16KB page sizes (Android 15) (<a href="https://redirect.github.com/getsentry/sentry-java/issues/3620">#3620</a>)</li> <li><a href="https://github.com/getsentry/sentry-java/commit/17a41c14c3928588cb52b7d8546e787c473d8850"><code>17a41c1</code></a> Ensure android initialization process continues even if options configuration...</li> <li><a href="https://github.com/getsentry/sentry-java/commit/cb0ecf1135fac32258076a9209b893290be0b544"><code>cb0ecf1</code></a> Merge branch 'release/7.17.0'</li> <li>See full diff in <a href="https://github.com/getsentry/sentry-java/compare/7.17.0...7.18.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.sentry:sentry-bom&package-manager=maven&previous-version=7.17.0&new-version=7.18.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