Skip to content

Commit ec73b37

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Cocoa SDK to v9.7.0 (#5015)
* chore: update modules/sentry-cocoa.properties to 9.7.0 * Update ApiDefinitions.cs --------- Co-authored-by: GitHub <noreply@github.com> Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
1 parent 15ffb3a commit ec73b37

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

modules/sentry-cocoa.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = 9.6.0
1+
version = 9.7.0
22
repo = https://github.com/getsentry/sentry-cocoa

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,14 @@ interface SentryFrame : SentrySerializable
471471
[NullAllowed, Export("contextLine")]
472472
string ContextLine { get; set; }
473473

474+
// @property (copy, nonatomic) NSNumber * _Nullable parentIndex;
475+
[NullAllowed, Export("parentIndex", ArgumentSemantic.Copy)]
476+
NSNumber ParentIndex { get; set; }
477+
478+
// @property (copy, nonatomic) NSNumber * _Nullable sampleCount;
479+
[NullAllowed, Export("sampleCount", ArgumentSemantic.Copy)]
480+
NSNumber SampleCount { get; set; }
481+
474482
// @property (copy, nonatomic) NSArray<NSString *> * _Nullable preContext;
475483
[NullAllowed, Export("preContext", ArgumentSemantic.Copy)]
476484
string[] PreContext { get; set; }

0 commit comments

Comments
 (0)