Update bindings for Cocoa SDK v9#4830
Merged
jpnurmi merged 13 commits intoJan 28, 2026
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## deps/modules/sentry-cocoa.properties #4830 +/- ##
========================================================================
+ Coverage 73.79% 73.81% +0.02%
========================================================================
Files 483 483
Lines 17551 17559 +8
Branches 3461 3461
========================================================================
+ Hits 12952 12962 +10
+ Misses 3746 3744 -2
Partials 853 853 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
2 times, most recently
from
January 15, 2026 03:29
509f0c9 to
fe091a7
Compare
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
2 times, most recently
from
January 21, 2026 03:29
76b917d to
1c85ec4
Compare
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
from
January 22, 2026 03:30
1c85ec4 to
dc6c357
Compare
jpnurmi
force-pushed
the
deps/sentry-cocoa-9
branch
from
January 22, 2026 07:42
c56e53c to
dd04bd0
Compare
jpnurmi
force-pushed
the
deps/sentry-cocoa-9
branch
from
January 22, 2026 08:06
dd04bd0 to
cf215b1
Compare
It has multiple conflicting NSNumber[] constructors for boolean, integer, and float arrays: error CS0111: Type 'SentryAttribute' already defines a member called 'Constructor' with the same parameter types
jpnurmi
marked this pull request as ready for review
January 22, 2026 12:48
jamescrosswell
approved these changes
Jan 22, 2026
jamescrosswell
left a comment
Collaborator
There was a problem hiding this comment.
Nice work - thanks @jpnurmi !
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
from
January 23, 2026 03:29
dc6c357 to
f4ed890
Compare
Flash0ver
reviewed
Jan 23, 2026
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
from
January 24, 2026 03:28
f4ed890 to
117130f
Compare
jamescrosswell
self-requested a review
January 25, 2026 23:08
Prevent EnableAppHangTrackingV2=false from overriding EnableAppHangTracking=true by only applying true values from the obsolete V2 property. This maintains backward compatibility while fixing the silent disable issue.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
This reverts commit e827eaf.
This partially reverts commit 66618f9.
Combine EnableAppHangTracking and EnableAppHangTrackingV2 with OR logic when initializing the native SDK. This fixes the config order issue where setting both options could unexpectedly disable tracking, and ensures backward compatibility for users of the obsolete V2 option. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
bruno-garcia
force-pushed
the
deps/modules/sentry-cocoa.properties
branch
from
January 27, 2026 03:30
117130f to
4ff6050
Compare
Flash0ver
reviewed
Jan 28, 2026
Flash0ver
approved these changes
Jan 28, 2026
jpnurmi
merged commit Jan 28, 2026
8a6509a
into
deps/modules/sentry-cocoa.properties
31 checks passed
jamescrosswell
pushed a commit
that referenced
this pull request
Feb 16, 2026
* chore: update modules/sentry-cocoa.properties to 9.2.0 * Update bindings for Cocoa SDK v9 (#4830) * Bump iOS SupportedOSPlatformVersion from 13.0 to 15.0 --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: J-P Nurmi <jpnurmi@gmail.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
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.
Note
PrivatesHeader.handPrivateSentrySDKOnly.hwere moved fromPrivateHeaders/toHeaders/SentryOptions.enableAppHangTrackingV2was removed: chore: Remove hang tracker sdk v9 checks sentry-cocoa#6334SentryOptions.inAppExcludeswas removed: fix: Remove property that had no effect sentry-cocoa#6646PrivateSentrySDKOnly.getDebugImageswas removed: ref: Remove v9 checks for debug image provider sentry-cocoa#6454#skip-changelog (merges to #4781)