chore(deps): update Cocoa SDK to v9.16.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.09% 74.09% -0.01%
==========================================
Files 508 508
Lines 18320 18320
Branches 3584 3584
==========================================
- Hits 13575 13574 -1
+ Misses 3872 3867 -5
- Partials 873 879 +6 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
fe04576 to
687ed87
Compare
687ed87 to
9259051
Compare
Bumps modules/sentry-cocoa from 9.14.0 to 9.16.1.
Auto-generated by a dependency updater.
Changelog
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