Skip to content

ee/psso: bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.24.0 in /ee/psso/authentikPlatform.xcodeproj - #1313

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.24.0
Open

ee/psso: bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.24.0 in /ee/psso/authentikPlatform.xcodeproj#1313
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.24.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/getsentry/sentry-cocoa from 8.53.1 to 9.24.0.

Release notes

Sourced from github.com/getsentry/sentry-cocoa's releases.

9.24.0

Breaking Changes

[!IMPORTANT] Due to a potential risk of revealing PII or security-relevant data in crash events in specific circumstances, we're shipping this strictly speaking breaking change in a minor version.

  • Add enableMemoryIntrospection option to allow users to control memory introspection in crash reports, defaults to false (was previously true) (#8571)
    • You can re-enable this feature by setting the option enableMemoryIntrospection to true
    • When this option is disabled, string stack contents found near the crash site will not be included in the event sent to Sentry. These contents are displayed in the 'message' subtitle shown underneath the main issue title in Sentry.

Features

  • Add Breadcrumb.setData(value:key:) to set a single breadcrumb data entry and deprecate the Breadcrumb.data setter in its favor. (#8572)

Fixes

  • Fix screenshots not being captured by hybrid SDKs (#8578)
  • Fix trace propagation for manually instrumented transactions when automatic performance tracing is disabled (#8522)
  • Prevent a Session Replay crash (NSInvalidArgumentException / -[NSConcreteValue doubleValue]) when Core Animation raises while redacting the view hierarchy, e.g. during React Navigation transitions or video fullscreen presentation (#8537)
  • Remove x/y coordinates from UI breadcrumbs, as they are a potential security risk, for example leaking input on custom PIN code views (#8534)

9.23.1-alpha.0

Features

  • Add Breadcrumb.setData(value:key:) to set a single breadcrumb data entry and deprecate the Breadcrumb.data setter in its favor. (#8572)

Fixes

  • Fix screenshots not being captured by hybrid SDKs (#8578)
  • Fix trace propagation for manually instrumented transactions when automatic performance tracing is disabled (#8522)
  • Remove x/y coordinates from UI breadcrumbs, as they are a potential security risk, for example leaking input on custom PIN code views (#8534)

9.23.0

Features

  • Record trace_metric_byte client reports (#8490)

Fixes

  • Add a depth limit to view hierarchy serialization to prevent a stack overflow crash on deeply nested view hierarchies (#8292)
  • Persist the configured environment in crash reports so later app launches don't overwrite it (#8511)
  • Only expose experimental.dataCollection APIs in SDK V10 (#8435)

Improvements

  • Reduce slight overhead during SDK start by skipping an unnecessary main thread dispatch when there's no work to do (#8494)

9.22.0

Features

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-cocoa's changelog.

Changelog

Unreleased

[!WARNING] This release raises the minimum deployment targets to macOS 12 and watchOS 9. Apps that support older OS versions must use an earlier Sentry Cocoa release.

Breaking Changes

  • Bump the minimum deployment targets to macOS 12 and watchOS 9 because Xcode 27 no longer supports earlier versions. This lets the SDK adopt Xcode 27 without blocking users from building and submitting their apps with the latest Xcode. (#8595, #8113, #8189)

Features

  • Add SentrySDK.feedback.enableOnShake() and disableOnShake() to toggle the shake-to-report gesture at runtime (#8591)

Fixes

  • Fix incorrect duration sent for active sessions (#8612)
    • Session duration is now set only when the session ends. Active sessions (including on error increments) no longer emit a bogus duration.
  • Fix a race that could prevent consecutive app hangs from being reported (#8627)
  • Fix malformed itms-services URL in SentryDistribution updater (#8567)

9.24.0

Breaking Changes

[!IMPORTANT] Due to a potential risk of revealing PII or security-relevant data in crash events in specific circumstances, we're shipping this strictly speaking breaking change in a minor version.

  • Add enableMemoryIntrospection option to allow users to control memory introspection in crash reports, defaults to false (was previously true) (#8571)
    • You can re-enable this feature by setting the option enableMemoryIntrospection to true
    • When this option is disabled, string stack contents found near the crash site will not be included in the event sent to Sentry. These contents are displayed in the 'message' subtitle shown underneath the main issue title in Sentry.

[!WARNING] This release raises the minimum deployment targets to macOS 12 and watchOS 9. Apps that support older OS versions must use an earlier Sentry Cocoa release.

Breaking Changes

  • Bump the minimum deployment targets to macOS 12 and watchOS 9 because Xcode 27 no longer supports earlier versions. This lets the SDK adopt Xcode 27 without blocking users from building and submitting their apps with the latest Xcode. (#8113, #8189)

Features

  • Add Breadcrumb.setData(value:key:) to set a single breadcrumb data entry and deprecate the Breadcrumb.data setter in its favor. (#8572)

Fixes

  • Fix screenshots not being captured by hybrid SDKs (#8578)
  • Fix trace propagation for manually instrumented transactions when automatic performance tracing is disabled (#8522)
  • Prevent a Session Replay crash (NSInvalidArgumentException / -[NSConcreteValue doubleValue]) when Core Animation raises while redacting the view hierarchy, e.g. during React Navigation transitions or video fullscreen presentation (#8537)
  • Remove x/y coordinates from UI breadcrumbs, as they are a potential security risk, for example leaking input on custom PIN code views (#8534)

... (truncated)

Commits
  • d82bb1c release: 9.24.0
  • fd08fa6 chore: Changelog for 9.24.0 (#8607)
  • 9ae1fac feat: public option to disable memory introspection (#8571)
  • 6d9f89d Merge branch 'release/9.23.1-alpha.0'
  • fd30f64 fix: catch CoreAnimation exceptions in redaction (#8537)
  • e6d25c9 ci: stop applying skip-changelog label from label-pr (#8590)
  • 230cc86 chore(agents): remove huge list of default skills (#8586)
  • 377c3a4 chore: add relay-conformance-audit skill (#8574)
  • 4c1efca release: 9.23.1-alpha.0
  • 5ace3d4 ci: add Craft target to release to sentry-apple-binaries (#8569)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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 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)

Bumps [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa) from 8.53.1 to 9.24.0.
- [Release notes](https://github.com/getsentry/sentry-cocoa/releases)
- [Changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md)
- [Commits](getsentry/sentry-cocoa@8.53.1...d82bb1c)

---
updated-dependencies:
- dependency-name: github.com/getsentry/sentry-cocoa
  dependency-version: 9.24.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Aug 3, 2026
@codecov

codecov Bot commented Aug 3, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 40.24%. Comparing base (a88477f) to head (5062824).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1313      +/-   ##
==========================================
+ Coverage   40.23%   40.24%   +0.01%     
==========================================
  Files         159      159              
  Lines       14359    14359              
  Branches     9265     9265              
==========================================
+ Hits         5777     5779       +2     
+ Misses       8469     8467       -2     
  Partials      113      113              
Flag Coverage Δ
rs-e2e 35.82% <ø> (+0.01%) ⬆️
rs-macos-26-ak-agent 4.57% <ø> (ø)
rs-macos-26-ak-agent-desktop 0.00% <ø> (ø)
rs-macos-26-ak-api-cli-gen 66.71% <ø> (ø)
rs-macos-26-ak-browser-support 23.80% <ø> (ø)
rs-macos-26-ak-cli 12.10% <ø> (ø)
rs-macos-26-ak-platform 0.30% <ø> (ø)
rs-macos-26-ak-platform-facts 83.96% <ø> (ø)
rs-macos-26-ak-sysd 34.20% <ø> (ø)
rs-ubuntu-24.04-ak-agent 4.57% <ø> (ø)
rs-ubuntu-24.04-ak-agent-desktop 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-api-cli-gen 66.71% <ø> (ø)
rs-ubuntu-24.04-ak-browser-support 23.80% <ø> (ø)
rs-ubuntu-24.04-ak-cli 12.10% <ø> (ø)
rs-ubuntu-24.04-ak-nss 77.57% <ø> (ø)
rs-ubuntu-24.04-ak-pam 0.00% <ø> (ø)
rs-ubuntu-24.04-ak-platform 0.30% <ø> (ø)
rs-ubuntu-24.04-ak-platform-facts 83.14% <ø> (ø)
rs-ubuntu-24.04-ak-sysd 34.30% <ø> (?)
rs-ubuntu-24.04-arm-ak-agent 4.57% <ø> (ø)
rs-ubuntu-24.04-arm-ak-agent-desktop 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-api-cli-gen 66.71% <ø> (ø)
rs-ubuntu-24.04-arm-ak-browser-support 23.80% <ø> (ø)
rs-ubuntu-24.04-arm-ak-cli 12.10% <ø> (ø)
rs-ubuntu-24.04-arm-ak-nss 77.57% <ø> (ø)
rs-ubuntu-24.04-arm-ak-pam 0.00% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform 0.30% <ø> (ø)
rs-ubuntu-24.04-arm-ak-platform-facts 83.14% <ø> (ø)
rs-ubuntu-24.04-arm-ak-sysd 34.30% <ø> (ø)
rs-windows-2025-ak-agent 4.57% <ø> (ø)
rs-windows-2025-ak-agent-desktop 0.00% <ø> (ø)
rs-windows-2025-ak-api-cli-gen 66.71% <ø> (ø)
rs-windows-2025-ak-browser-support 23.80% <ø> (ø)
rs-windows-2025-ak-cli 12.10% <ø> (ø)
rs-windows-2025-ak-platform 0.31% <ø> (ø)
rs-windows-2025-ak-platform-facts 79.61% <ø> (ø)
rs-windows-2025-ak-sysd 32.49% <ø> (ø)
swift 3.40% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant