mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Bumps [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa) from 8.49.0 to 8.55.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/getsentry/sentry-cocoa/releases">github.com/getsentry/sentry-cocoa's releases</a>.</em></p> <blockquote> <h2>8.55.0</h2> <blockquote> <p>[!Important] Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them. We have decided to split the Dynamic variant and Sentry-WithoutUIKitOrAppKit of Sentry into two variants:</p> <ul> <li><code>Sentry-Dynamic</code>: Without ARM64e</li> <li><code>Sentry-Dynamic-WithARM64e</code>: <em>With</em> ARM64e slice</li> <li><code>Sentry-WithoutUIKitOrAppKit</code>: Without ARM64e</li> <li><code>Sentry-WithoutUIKitOrAppKit-WithARM64e</code>: <em>With</em> ARM64e slice</li> </ul> <p>If your app does not need arm64e, you don't need to make any changes. But if your app <em>needs arm64e</em> please use <code>Sentry-Dynamic-WithARM64e</code> or <code>Sentry-WithoutUIKitOrAppKit-WithARM64e</code> from 8.55.0 so you don't have issues uploading to the App Store.</p> </blockquote> <h3>Features</h3> <ul> <li>Add a new prebuilt framework with arm64e and remove it from the regular one (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5788">#5788</a>)</li> <li>Add <code>beforeSendLog</code> callback to <code>SentryOptions</code> (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5678">#5678</a>)</li> <li>Structured Logs: Flush logs on SDK flush/close (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5834">#5834</a>)</li> <li>Add a new prebuilt framework with ARM64e for WithoutUIKitOrAppKit (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5897">#5897</a>)</li> <li>Add source context and vars fields to SentryFrame (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5853">#5853</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Add support for PDFKit views in session replay (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5750">#5750</a>)</li> <li>Fix Infinite Session Replay Processing Loop (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5765">#5765</a>)</li> <li>Fix memory leak in SessionReplayIntegration (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5770">#5770</a>)</li> <li>Fix reporting of energy used while profiling (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5768">#5768</a>)</li> <li>Fixed a build error in <code>SentryFeedback.swift</code> when building with cocoapods on Xcode 14.2 (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5917">#5917</a>)</li> <li>Fix linking against Sentry on an app extension (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5813">#5813</a>)</li> </ul> <h2>8.54.1-alpha.2</h2> <blockquote> <p>[!Important] Xcode 26 no longer allows individual frameworks to contain arm64e slices anymore if the main binary doesn't contain them. We have decided to split the Dynamic variant and Sentry-WithoutUIKitOrAppKit of Sentry into two variants:</p> <ul> <li><code>Sentry-Dynamic</code>: Without ARM64e</li> <li><code>Sentry-Dynamic-WithARM64e</code>: <em>With</em> ARM64e slice</li> <li><code>Sentry-WithoutUIKitOrAppKit</code>: Without ARM64e</li> <li><code>Sentry-WithoutUIKitOrAppKit-WithARM64e</code>: <em>With</em> ARM64e slice</li> </ul> <p>If your app does not need arm64e, you don't need to make any changes. But if your app <em>needs arm64e</em> please use <code>Sentry-Dynamic-WithARM64e</code> or <code>Sentry-WithoutUIKitOrAppKit-WithARM64e</code> from 8.55.0 so you don't have issues uploading to the App Store.</p> </blockquote> <h3>Features</h3> <ul> <li>Structured Logs: Flush logs on SDK flush/close (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5834">#5834</a>)</li> <li>Add a new prebuilt framework with ARM64e for WithoutUIKitOrAppKit (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5897">#5897</a>)</li> <li>Add source context and vars fields to SentryFrame (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5853">#5853</a>)</li> </ul> <h3>Fixes</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="3c2eee7773"><code>3c2eee7</code></a> release: 8.55.0</li> <li><a href="3ec47ae715"><code>3ec47ae</code></a> ci: Use iOS18.5 since 18.6 seems to be unavailable sometimes (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5944">#5944</a>)</li> <li><a href="1a34ddc00f"><code>1a34ddc</code></a> ci: Bump iOS and tvOS versions to 18.6 (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5942">#5942</a>)</li> <li><a href="67e8e3ecf0"><code>67e8e3e</code></a> Merge branch 'release/8.54.1-alpha.2'</li> <li><a href="45482a6a1b"><code>45482a6</code></a> fix: Build error on Xcode 14.2 (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5917">#5917</a>)</li> <li><a href="9174496cdc"><code>9174496</code></a> release: 8.54.1-alpha.2</li> <li><a href="891fd1d420"><code>891fd1d</code></a> ref: Make SentryEventDecodable internal in V9 (<a href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5808">#5808</a>)</li> <li><a href="dba4ee8975"><code>dba4ee8</code></a> Refactor SentryFeedback serialization to have 2 declarations depending if SDK...</li> <li><a href="669f02ce7d"><code>669f02c</code></a> Add changelog</li> <li><a href="4506bdb8b3"><code>4506bdb</code></a> fix: Build error on Xcode 14.2</li> <li>Additional commits viewable in <a href="https://github.com/getsentry/sentry-cocoa/compare/8.49.0...8.55.0">compare view</a></li> </ul> </details> <br /> [](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>