Skip to content

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.18.0 in /ee/psso/authentikPlatform.xcodeproj - #1058

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

build(deps): bump github.com/getsentry/sentry-cocoa from 8.53.1 to 9.18.0 in /ee/psso/authentikPlatform.xcodeproj#1058
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.18.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 19, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

9.18.0

Features

  • Add SentryObjC User Feedback presentation APIs and a feedback form factory returning UIViewController instances. (#8027)

Fixes

  • Show feedback form from shake or screenshot without widget (#8050)

Deprecations

  • Deprecate the managed User Feedback custom button. It will be removed in v10. Present the feedback form from your own UI with SentrySDK.feedback.show(), SentrySDK.FeedbackForm, or .sentryFeedback(isPresented:) instead. (#8052)

9.17.1

Fixes

  • Ship dSYMs in SentryObjC-Dynamic.xcframework artifacts (#8036)
  • Fix missing _OBJC_CLASS_$_ symbols in x86_64 slice of SentryObjC dynamic framework (#8037)
  • Mark feedback form aliases and conformances unavailable in app extensions (#8040)
  • Silence retroactive conformance warning for SentryLevel: CustomStringConvertible when building with SPM from source (#8032)

9.17.0

Features

  • Support creating envelope items from attachments via SentryObjC (#8001)

  • Add format-string logging to SentryObjCLogger with automatic message template extraction (#7996)

    [SentryObjCSDK.logger infoWithFormat:@"User %@ processed %d items", userName, count];
  • Add managed user feedback form presentation APIs (#7873)

    Apps using the managed User Feedback integration can now present the form directly:

    • Use SentrySDK.feedback.show() to let the SDK pick the best presenter.
    • In UIKit, present the SentrySDK.FeedbackForm() view controller yourself.
    • In SwiftUI, use .sentryFeedback(isPresented:), or present SentrySDK.FeedbackFormView() from a container such as .sheet.

    These APIs use the global SentryOptions.configureUserFeedback configuration and temporarily hide the managed widget while the form is open, when possible.

  • Add per-form feedback configuration (#8018)

    Managed feedback presentation APIs now accept a configuration closure, so apps can customize a single form on top of the global SentryOptions.configureUserFeedback settings without mutating them:

    SentrySDK.feedback.show { config in
        config.configureForm = { form in
            form.formTitle = "Report a Bug"
            form.submitButtonLabel = "Send Report"
        }

... (truncated)

Changelog

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

Changelog

[!WARNING] The minimum macOS deployment target will be raised to macOS 12 (Monterey) with the upcoming release that adopts Xcode 27. Xcode 27 no longer supports deployment targets below macOS 12. If your app must support macOS 11 or earlier, please stay on the last SDK version released before this change. See #8113 for full details.

Unreleased

Fixes

  • Fixes crash caused by modifying breadcrumbs from multiple threads (#8114)
  • Prevent feedback form on external displays (#8071)
  • Keep the User Feedback screenshot trigger active after form dismissal. (#8048)
  • Prevent lazy TLS-init in the signal crash monitor for non-managed runtime builds (#8148)

9.18.0

Features

  • Add SentryObjC User Feedback presentation APIs and a feedback form factory returning UIViewController instances. (#8027)

Fixes

  • Show feedback form from shake or screenshot without widget (#8050)

Deprecations

  • Deprecate the managed User Feedback custom button. It will be removed in v10. Present the feedback form from your own UI with SentrySDK.feedback.show(), SentrySDK.FeedbackForm, or .sentryFeedback(isPresented:) instead. (#8052)

9.17.1

Fixes

  • Ship dSYMs in SentryObjC-Dynamic.xcframework artifacts (#8036)
  • Fix missing _OBJC_CLASS_$_ symbols in x86_64 slice of SentryObjC dynamic framework (#8037)
  • Mark feedback form aliases and conformances unavailable in app extensions (#8040)
  • Silence retroactive conformance warning for SentryLevel: CustomStringConvertible when building with SPM from source (#8032)

9.17.0

Features

  • Support creating envelope items from attachments via SentryObjC (#8001)

  • Add format-string logging to SentryObjCLogger with automatic message template extraction (#7996)

    [SentryObjCSDK.logger infoWithFormat:@"User %@ processed %d items", userName, count];
  • Add managed user feedback form presentation APIs (#7873)

    Apps using the managed User Feedback integration can now present the form directly:

... (truncated)

Commits
  • 43abfbf release: 9.18.0
  • 5804f33 chore(deps): Update clang-format version (#8098)
  • 4da7fcb test: use XCTSkip for V10-excluded feedback tests (#8079)
  • 27850be fix: Catalyst 26 test crashes from UIWindow init (#8075)
  • 64c2f7a feat: add debug, breadcrumbs, and user as internal sub-APIs (#8072)
  • a2a5ec7 ref: exclude deprecated API from V10 build (#8067)
  • 655e96d feat: Add new internal API for Hybrid SDKs (#8057)
  • a29e132 build: add V10 API surface tracking to generate-public-api (#8068)
  • ba5a1dd docs: Add installedIntegrationNames to internal API spec (#8073)
  • c3064bc revert: Restore create-issue-for-unreferenced-pr workflow (#8070)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file swift_package_manager Pull requests that update swift_package_manager code labels Jun 19, 2026
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 38.24%. Comparing base (9f14914) to head (e30be3a).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1058   +/-   ##
=======================================
  Coverage   38.24%   38.24%           
=======================================
  Files         158      158           
  Lines        5964     5964           
=======================================
  Hits         2281     2281           
  Misses       3423     3423           
  Partials      260      260           
Flag Coverage Δ
go-e2e 47.08% <ø> (ø)
go-integration 23.98% <ø> (ø)
go-macos-26 21.20% <ø> (ø)
go-ubuntu-24.04 20.76% <ø> (ø)
go-ubuntu-24.04-arm 20.15% <ø> (ø)
go-windows-2025 20.15% <ø> (ø)
rs-e2e 47.08% <ø> (ø)
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.

Bumps [github.com/getsentry/sentry-cocoa](https://github.com/getsentry/sentry-cocoa) from 8.53.1 to 9.18.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...43abfbf)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.18.0 branch from 9533f96 to e30be3a Compare June 22, 2026 18:01
@dependabot @github

dependabot Bot commented on behalf of github Jun 25, 2026

Copy link
Copy Markdown
Contributor Author

Superseded by #1099.

@dependabot dependabot Bot closed this Jun 25, 2026
@dependabot
dependabot Bot deleted the dependabot/swift/ee/psso/authentikPlatform.xcodeproj/github.com/getsentry/sentry-cocoa-9.18.0 branch June 25, 2026 04:10
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