Skip to content

Commit 788ffd2

Browse files
github-actions[bot]web-flowmattjohnsonpint
authored
chore(deps): update Cocoa SDK to v8.7.1 (#2370)
* chore: update modules/sentry-cocoa to 8.7.1 * Update ApiDefinitions.cs --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: Matt Johnson-Pint <[email protected]>
1 parent 024972c commit 788ffd2

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
### Dependencies
2626

27-
- Bump Cocoa SDK from v8.6.0 to v8.7.0 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359))
28-
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#870)
29-
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.0)
27+
- Bump Cocoa SDK from v8.6.0 to v8.7.1 ([#2359](https://github.com/getsentry/sentry-dotnet/pull/2359), [#2370](https://github.com/getsentry/sentry-dotnet/pull/2370))
28+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#871)
29+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.6.0...8.7.1)
3030

3131
## 3.31.0
3232

modules/sentry-cocoa

Submodule sentry-cocoa updated 54 files

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2188,6 +2188,10 @@ interface SentryEnvelopeHeader
21882188
// @property (readonly, copy, nonatomic) SentryTraceContext * _Nullable traceContext;
21892189
[NullAllowed, Export ("traceContext", ArgumentSemantic.Copy)]
21902190
SentryTraceContext TraceContext { get; }
2191+
2192+
// @property (copy, nonatomic) NSDate * _Nullable sentAt;
2193+
[NullAllowed, Export ("sentAt", ArgumentSemantic.Copy)]
2194+
NSDate SentAt { get; set; }
21912195
}
21922196

21932197
// @interface SentryEnvelopeItem : NSObject

0 commit comments

Comments
 (0)