diff --git a/CHANGELOG.md b/CHANGELOG.md index 169e408396..ce80f858b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Dependencies -- Bump Cocoa SDK from v8.35.0 to v8.35.1 ([#3570](https://github.com/getsentry/sentry-dotnet/pull/3570)) - - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8351) - - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.0...8.35.1) +- Bump Cocoa SDK from v8.35.0 to v8.36.0 ([#3570](https://github.com/getsentry/sentry-dotnet/pull/3570), [#3575](https://github.com/getsentry/sentry-dotnet/pull/3575)) + - [changelog](https://github.com/getsentry/sentry-cocoa/blob/main/CHANGELOG.md#8360) + - [diff](https://github.com/getsentry/sentry-cocoa/compare/8.35.0...8.36.0) ## 4.10.2 diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index 0e1a296df6..5575af93ef 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit 0e1a296df619339f5f1a7349b4cfe31fb221a031 +Subproject commit 5575af93efb776414f243e93d6af9f6258dc539a diff --git a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs index 466adeb850..2e6eb14a11 100644 --- a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs +++ b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs @@ -1814,6 +1814,16 @@ interface SentrySDK [Static] [Export ("replayIgnoreView:")] void ReplayIgnoreView (UIView view); + + // +(void)startProfiler; + [Static] + [Export ("startProfiler")] + void StartProfiler (); + + // +(void)stopProfiler; + [Static] + [Export ("stopProfiler")] + void StopProfiler (); } // @interface SentrySamplingContext : NSObject