chore(deps): update Cocoa SDK to v9.17.1#6
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
32e3ce1 to
290e6b1
Compare
290e6b1 to
c542b28
Compare
c542b28 to
e6dfec2
Compare
e6dfec2 to
6c9f862
Compare
6c9f862 to
156d576
Compare
156d576 to
f331e9b
Compare
f331e9b to
fffbe65
Compare
fffbe65 to
5f056bb
Compare
5f056bb to
3d16623
Compare
3d16623 to
77f12e5
Compare
77f12e5 to
abc6665
Compare
abc6665 to
38875ac
Compare
38875ac to
822acfa
Compare
822acfa to
7a38f67
Compare
7a38f67 to
2a49bf1
Compare
2a49bf1 to
90fefa6
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps scripts/update-cocoa.sh from 9.8.0 to 9.17.1.
Auto-generated by a dependency updater.
Changelog
9.17.1
Fixes
_OBJC_CLASS_$_symbols in x86_64 slice of SentryObjC dynamic framework (#8037)9.17.0
Features
Support creating envelope items from attachments via SentryObjC (#8001)
Add format-string logging to
SentryObjCLoggerwith automatic message template extraction (#7996)Add managed user feedback form presentation APIs (#7873)
Apps using the managed User Feedback integration can now present the form directly:
SentrySDK.feedback.show()to let the SDK pick the best presenter.SentrySDK.FeedbackForm()view controller yourself..sentryFeedback(isPresented:), or presentSentrySDK.FeedbackFormView()from a container such as.sheet.These APIs use the global
SentryOptions.configureUserFeedbackconfiguration and temporarily hide the managed widgetwhile 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.configureUserFeedbacksettings without mutating them:Standalone app start sub-spans operations have been renamed for better clarity (#8003):
Fixes
SentryLevel: CustomStringConvertiblewhen building with SPM from source (#8032)Deprecations
SentrySDK.feedback.show(),SentrySDK.FeedbackForm, or.sentryFeedback(isPresented:)instead. (#8022)Fixes
extendAppLaunch()(#8028)9.16.1
Note
No documented changes. This is the same as 9.16.0, re-released to fix the SentryObjC-Static SPM checksum.
Important
The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.
Features
Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with
-fmodules=NO). (#7918)Ships as a compile-from-source SPM product
SentryObjC, a static pre-compiled frameworkSentryObjC-Static.xcframework.zipand a dynamic pre-compiled frameworkSentryObjC-Dynamic.xcframework.zip.Steps to migrate:
SentryorSentrySPMwithSentryObjC(orSentryObjC-Static/SentryObjC-Dynamicif you want to use the precompiled binary targets).#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).SentrySDK.extendAppLaunch()now returns the extended app launch span, allowing users to add child spans for granular breakdown of the app start period (#7985)Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)9.16.0
Warning
The
SentryObjC-StaticSPM binary target in this release has an incorrect checksum and resolving dependencies might fail, but the release artifacts are not affected.Important
The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.
Features
Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with
-fmodules=NO). (#7918)Ships as a compile-from-source SPM product
SentryObjC, a static pre-compiled frameworkSentryObjC-Static.xcframework.zipand a dynamic pre-compiled frameworkSentryObjC-Dynamic.xcframework.zip.Steps to migrate:
SentryorSentrySPMwithSentryObjC(orSentryObjC-Static/SentryObjC-Dynamicif you want to use the precompiled binary targets).#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).SentrySDK.extendAppLaunch()now returns the extended app launch span, allowing users to add child spans for granular breakdown of the app start period (#7985)Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)9.16.0-alpha.3
Important
The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.
Features
Add SentryObjC wrapper SDK — a pure Objective-C interface for projects that cannot enable Clang modules (e.g., ObjC++ with
-fmodules=NO). (#7918)Ships as a compile-from-source SPM product
SentryObjC, a static pre-compiled frameworkSentryObjC-Static.xcframework.zipand a dynamic pre-compiled frameworkSentryObjC-Dynamic.xcframework.zip.Steps to migrate:
SentryorSentrySPMwithSentryObjC(orSentryObjC-Static/SentryObjC-Dynamicif you want to use the precompiled binary targets).#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)9.16.0-alpha.2
Important
The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.
Features
-fmodules=NO). Ships asSentryObjC-Dynamic.xcframework.zipand as a compile-from-source SPM product. (#7918)Steps to migrate:
SentrywithSentryObjC(SPM product or xcframework)#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)coldorwarmasstart_typefor standalone app starts, removing the.prewarmedsuffix per sentry-conventions (#7968)9.16.0-alpha.1
Important
The new SentryObjC SDK introduced in this release should be considered experimental and may be subject to breaking changes.
Features
-fmodules=NO). Ships asSentryObjC-Dynamic.xcframework.zipand as a compile-from-source SPM product. (#7918)Steps to migrate:
SentrywithSentryObjC(SPM product or xcframework)#import <Sentry/Sentry.h>to#import <SentryObjC/SentryObjC.h>Sentry-prefixed types toSentryObjC(e.g.,SentrySDK→SentryObjCSDK,SentryOptions→SentryObjCOptions).Fixes
SentryFramesTracker.add/removeListenerwhen called from a listener's owninit/deiniton a background thread, observed on iOS 26 (#7943)9.15.0
Features
SentrySDK.extendAppLaunch()andSentrySDK.finishExtendedAppLaunch()to extend standalone app start spans beyond the default end point (e.g. include initial data loading). CallextendAppLaunch()afterSentrySDK.start(options:)and before the app start transaction is created, then callfinishExtendedAppLaunch()when your app is fully ready. Requiresoptions.experimental.enableStandaloneAppStartTracing = true. (#7936)Fixes
9.14.0
Features
options.experimental.enableStandaloneAppStartTracing = trueFixes
9.13.0
Fixes
Features
9.12.1
Warning
AVAssetDownloadURLSession(#7886). Fixed in 9.13.0.Fixes
BinaryImageCacheinitialization to a background thread to reduce blocking on dyld reader locks on the main thread (#7823)task_threadsandvm_deallocate(#7858)SentryInvalidJSONString(#7859)9.12.0
Warning
AVAssetDownloadURLSession(#7886). Fixed in 9.13.0.Warning
This release promotes Metrics out of experimental and removes
options.experimental.enableMetricsandoptions.experimental.beforeSendMetric. If you set either of these, your app will fail to compile after upgrading.Migrate to
options.enableMetricsandoptions.beforeSendMetric(top-level onOptions) — the defaults and behavior are unchanged.Warning
Session Replay now runs on iOS 26 with Liquid Glass. Previously, the SDK auto-disabled Session Replay on iOS 26 builds that adopted Liquid Glass (built with Xcode 26+ and
UIDesignRequiresCompatibilitynot set). Now that the underlying redaction issues have been addressed, replays will be captured in those environments — verify your masking still meets your privacy requirements.If you want to keep Session Replay disabled on Liquid Glass builds, you will need to gate the sample rates yourself. For reference, see how the SDK used to perform the check: https://github.com/getsentry/sentry-cocoa/blob/adef457c1344e5efda4b74a1f33913d4d49ef7e0/Sources/Swift/Integrations/SessionReplay/SentrySessionReplayEnvironmentChecker.swift
Example — disable Session Replay when Liquid Glass is active:
Improvements
enableSessionReplayInUnreliableEnvironmentexperimental option and the environment checker that temporarily disabled Session Replay on iOS 26 (#7831)Features
Fixes
sentrycrashfu_readBytesFromFDwhenread()returns EOF on a truncated file (#7853)SentryFramesTrackerlisteners causingEXC_BAD_ACCESSinNSConcreteHashTable removeItem:when a listener is deallocated on a background thread (#7839)9.11.0
Features
Fixes
Packageswift-6.2.swiftto avoid issues with unsafe build flags on SPM > 6.2 (#7778)bufferfor Session Replay triggered by an error (#7804)9.10.0
Features
o123.ingest.sentry.io) and compares it with thesentry-org_idvalue in incoming baggage headers. When the two differ, the SDK starts a fresh trace instead of continuing the foreign one. This guards against accidentally linking traces across organizations.strictTraceContinuation(defaultfalse): when enabled, both the SDK's org ID and the incoming baggage org ID must be present and match for a trace to be continued. Traces with a missing org ID on either side are rejected.orgId: allows explicitly setting the organization ID for self-hosted and Relay setups where it cannot be extracted from the DSN.Fixes
9.9.0
Features
attachAllThreadsoption toSentryOptionsto attach full stack traces for all threads to captured events (#7764)attachAllThreadsparameter tocapture(event:),capture(error:),capture(exception:), andcapture(message:)to override the global option for specific calls (#7767)Improvements
statevalues within_foreground/is_activeapp context (#7703)beforeBreadcrumbfilters or dashboard queries matching on the oldstatevalues:didBecomeActivestate changed fromforegroundtoactivedidBecomeActivestate changed fromforegroundtoactivewillResignActivestate changed frombackgroundtoinactiveFixes
Copy incoming tags dict to prevent crash (#7763)
Per-instance unmaskView propagates to child views (#7733)
maskView(_:)on a descendant still takes precedence.Move SessionTracker file I/O off the main thread (#7704)
Make SentryBreadcrumb thread-safe to prevent crashes in addBreadcrumb (#7665)
Removes local symbolication when
debug=Truewhich fixes various deadlocks (#6562)Removes local symbolication when
debug=Truewhich fixes various deadlocks (#6562)Removes local symbolication when
debug=Truewhich fixes various deadlocks (#6562)Removes local symbolication when
debug=Truewhich fixes various deadlocks (#6562)Full CHANGELOG.md diff