build(deps): bump github.com/getsentry/sentry-cocoa from 8.55.1 to 8.56.0 in /swift/apple/FirezoneKit (#10629)

Bumps
[github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa)
from 8.55.1 to 8.56.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.56.0</h2>
<blockquote>
<p>[!Warning]
This version can cause runtime crashes because the
<code>UIApplication.sharedApplication</code>/<code>NSApplication.sharedApplication</code>
is not yet available during SDK initialization, due to the changes in
[PR <a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5900">#5900</a>](<a
href="https://redirect.github.com/getsentry/sentry-cocoa/pull/5900">getsentry/sentry-cocoa#5900</a>),
released in <a
href="https://github.com/getsentry/sentry-cocoa/releases/tag/8.56.0">8.56.0</a>.</p>
</blockquote>
<blockquote>
<p>[!Warning]
Session Replay in this version does not correctly mask views when built
with Xcode 26 and running on iOS 26 with Liquid Glass, which may lead to
PII leaks. Please upgrade to 8.57.0 or later, which automatically
<strong>disables session replay</strong> in such environments.</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 masking options for screenshots (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5401">#5401</a>)</li>
<li>Add significant time change breadcrumb (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6112">#6112</a>)</li>
<li>Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS
26 in device tests (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6063">#6063</a>)</li>
</ul>
<h3>Improvements</h3>
<ul>
<li>Lazily CharacterSet only once in SentryBaggageSerialization (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5871">#5871</a>)</li>
<li>Structured Logging: Log <code>SentrySDK.logger</code> calls to
<code>SentrySDKLog</code> (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5991">#5991</a>)</li>
<li>The build type in the app context now differentiates between
<code>enterprise</code> and <code>adhoc</code> (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6044">#6044</a>)</li>
<li>visionOS no longer needs swift's interoperability mode (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6077">#6077</a>)</li>
<li>Ensure IP address is only inferred by Relay if sendDefaultPii is
true (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5877">#5877</a>)</li>
<li>Sentry without UIKit / AppKit is available to install with SPM (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6160">#6160</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Don't capture replays for events dropped in <code>beforeSend</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5916">#5916</a>)</li>
<li>Fix linking with SentrySwiftUI on Xcode 26 for visionOS (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5823">#5823</a>)</li>
<li>Structured Logging: Logger called before
<code>SentrySDK.start</code> becomes unusable (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5984">#5984</a>)</li>
<li>Add masking for AVPlayerView (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5910">#5910</a>)</li>
<li>Fix missing view hierachy when enabling
<code>attachScreenshot</code> too (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5989">#5989</a>)</li>
<li>Fix macOS's frameworks not following the versioned framework
structure (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6049">#6049</a>)</li>
<li>Add warning to addBreadcrumb when used before SDK init (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6083">#6083</a>)</li>
<li>Add null-handling for parsed DSN in SentryHTTPTransport (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5800">#5800</a>)</li>
<li>Fix crash in Session Replay when opening the camera UI on iOS 26+ by
skipping redaction of internal views.
This may result in more of the camera screen being redacted. (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6045">#6045</a>)</li>
<li>Fix crash in SentryDependencyContainer init when using the SDK as a
static framework (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6125">#6125</a>)</li>
<li>Fixes a React Native legacy build failure by adding the missing self
references for explicit capture semantics (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6156">#6156</a>)</li>
</ul>
<h2>8.56.0-alpha.3</h2>
<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 masking options for screenshots (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5401">#5401</a>)</li>
<li>Add significant time change breadcrumb (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6112">#6112</a>)</li>
<li>Add support for iOS 26, macOS 26, visionOS 26, watchOS 26, and tvOS
26 in device tests (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6063">#6063</a>)</li>
</ul>
<h3>Fixes</h3>
<ul>
<li>Don't capture replays for events dropped in <code>beforeSend</code>
(<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5916">#5916</a>)</li>
<li>Fix linking with SentrySwiftUI on Xcode 26 for visionOS (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/5823">#5823</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="3365d74b0a"><code>3365d74</code></a>
chore: Add changes from alpha releases to v8.56.0 changelog (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6166">#6166</a>)</li>
<li><a
href="5542c69989"><code>5542c69</code></a>
release: 8.56.0</li>
<li><a
href="c30e40105c"><code>c30e401</code></a>
feat: Make Sentry-WithoutUIKitOrAppKit available with SPM (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6160">#6160</a>)</li>
<li><a
href="5ae9ff1e4f"><code>5ae9ff1</code></a>
ref: Remove unused memory pressure typdef (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6152">#6152</a>)</li>
<li><a
href="8745cc0ff5"><code>8745cc0</code></a>
ref: Convert <code>SentryCrashWrapper</code> to Swift (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6047">#6047</a>)</li>
<li><a
href="c1f202e16b"><code>c1f202e</code></a>
Merge branch 'release/8.56.0-alpha.3'</li>
<li><a
href="fad8f23d7a"><code>fad8f23</code></a>
release: 8.56.0-alpha.3</li>
<li><a
href="5cbd333fee"><code>5cbd333</code></a>
chore(ci): React-Native: Adds missing self to make capture semantics
explicit...</li>
<li><a
href="89e74bc125"><code>89e74bc</code></a>
Merge branch 'release/8.56.0-alpha.2'</li>
<li><a
href="36b80343ab"><code>36b8034</code></a>
chore: Fix changelog (<a
href="https://redirect.github.com/getsentry/sentry-cocoa/issues/6154">#6154</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/getsentry/sentry-cocoa/compare/8.55.1...8.56.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/getsentry/sentry-cocoa&package-manager=swift&previous-version=8.55.1&new-version=8.56.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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-10-20 07:02:21 -07:00
committed by GitHub
parent 3c167cb60d
commit 6e1fb01286
2 changed files with 3 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/getsentry/sentry-cocoa",
"state" : {
"revision" : "2c70925b98238b7efacde11d30075328c3cb6a2a",
"version" : "8.55.1"
"revision" : "3365d74b0ac74a10c87f41a1229526b3ba97a460",
"version" : "8.56.0"
}
}
],

View File

@@ -12,7 +12,7 @@ let package = Package(
.library(name: "FirezoneKit", targets: ["FirezoneKit"])
],
dependencies: [
.package(url: "https://github.com/getsentry/sentry-cocoa", exact: "8.55.1")
.package(url: "https://github.com/getsentry/sentry-cocoa", exact: "8.56.0")
],
targets: [
.target(