Skip to content

Commit 0913f4b

Browse files
github-actions[bot]web-flowjamescrosswell
authored
chore(deps): update Cocoa SDK to v8.15.1 (#2812)
* chore: update modules/sentry-cocoa to 8.15.1 * Update ApiDefinitions.cs --------- Co-authored-by: GitHub <[email protected]> Co-authored-by: James Crosswell <[email protected]>
1 parent a5d9cc0 commit 0913f4b

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### Dependencies
66

7+
- Bump Cocoa SDK from v8.15.0 to v8.15.1 ([#2812](https://github.com/getsentry/sentry-dotnet/pull/2812))
8+
- [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8151)
9+
- [diff](https://github.com/getsentry/sentry-cocoa/compare/8.15.0...8.15.1)
710
- Bump CLI from v2.21.2 to v2.21.3 ([#2811](https://github.com/getsentry/sentry-dotnet/pull/2811))
811
- [changelog](https://github.com/getsentry/sentry-cli/blob/master/CHANGELOG.md#2213)
912
- [diff](https://github.com/getsentry/sentry-cli/compare/2.21.2...2.21.3)

modules/sentry-cocoa

Submodule sentry-cocoa updated 74 files

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,10 @@ interface SentryTraceContext : SentrySerializable
21772177
[Export ("initWithTracer:scope:options:")]
21782178
NativeHandle Constructor (SentryTracer tracer, [NullAllowed] SentryScope scope, SentryOptions options);
21792179

2180+
// -(instancetype _Nonnull)initWithTraceId:(SentryId * _Nonnull)traceId options:(SentryOptions * _Nonnull)options userSegment:(NSString * _Nullable)userSegment;
2181+
[Export ("initWithTraceId:options:userSegment:")]
2182+
NativeHandle Constructor (SentryId traceId, SentryOptions options, [NullAllowed] string userSegment);
2183+
21802184
// -(SentryBaggage * _Nonnull)toBaggage;
21812185
[Export ("toBaggage")]
21822186
SentryBaggage ToBaggage();

0 commit comments

Comments
 (0)