diff --git a/modules/sentry-cocoa b/modules/sentry-cocoa index 53eb9bd5da..67310f115f 160000 --- a/modules/sentry-cocoa +++ b/modules/sentry-cocoa @@ -1 +1 @@ -Subproject commit 53eb9bd5da18e208cfd80e86863d3f4c7ba21b1d +Subproject commit 67310f115f3fc1e5e1f2e262f9009c64bb387e3f diff --git a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs index 89a9a77187..8b0245cfbd 100644 --- a/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs +++ b/src/Sentry.Bindings.Cocoa/ApiDefinitions.cs @@ -2190,10 +2190,6 @@ interface SentryExperimentalOptions [Export("enableWatchdogTerminationsV2")] bool EnableWatchdogTerminationsV2 { get; set; } - // @property (nonatomic) BOOL enableReplayNetworkDetailsCapturing; - [Export("enableReplayNetworkDetailsCapturing")] - bool EnableReplayNetworkDetailsCapturing { get; set; } - // @property (nonatomic) BOOL enableStandaloneAppStartTracing; [Export("enableStandaloneAppStartTracing")] bool EnableStandaloneAppStartTracing { get; set; }