chore(deps): update Cocoa SDK to v9.17.1#5264
Conversation
d8950a2 to
fe04576
Compare
| @@ -1 +1 @@ | |||
| Subproject commit 193d313fbfd9affaf2be1692a0284a3b6574c515 | |||
| Subproject commit cef29e94feb00b1b712514443d6d70b09ef20355 | |||
There was a problem hiding this comment.
Bug: The sentry-cocoa submodule update is not synchronized with the modules/sentry-cocoa.properties file, potentially causing release builds to use an outdated binary.
Severity: MEDIUM
Suggested Fix
The dependency update workflow should be modified to automatically generate or update the modules/sentry-cocoa.properties file with the correct version whenever the sentry-cocoa submodule is updated. This will ensure that builds relying on the properties file download the correct binary version, synchronizing it with the submodule pointer.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent. Verify if this is a real issue. If it is, propose a fix; if not, explain why it's
not valid.
Location: modules/sentry-cocoa#L1
Potential issue: The dependency update process for `sentry-cocoa` only updates the git
submodule pointer but does not update the corresponding
`modules/sentry-cocoa.properties` file. This properties file is used by some build
configurations to download a pre-built binary. Because the file is not updated, these
builds may download and use an outdated version of the `sentry-cocoa` library, leading
to a version mismatch between the source code and the compiled binary. While the current
CI configuration may build from the submodule source, masking this issue, other build
environments or local development setups could fail or use the wrong dependency version.
Did we get this right? 👍 / 👎 to inform future reviews.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5264 +/- ##
==========================================
- Coverage 74.13% 74.10% -0.03%
==========================================
Files 508 508
Lines 18320 18320
Branches 3584 3584
==========================================
- Hits 13581 13576 -5
- Misses 3864 3866 +2
- Partials 875 878 +3 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
fe04576 to
687ed87
Compare
9259051 to
8ba4fbb
Compare
8ba4fbb to
23ebe1d
Compare
23ebe1d to
64526f6
Compare
Bumps modules/sentry-cocoa from 9.14.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