We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be8cfb commit 69d0d07Copy full SHA for 69d0d07
src/Sentry/Platforms/Cocoa/SentrySdk.cs
@@ -10,11 +10,6 @@ public static partial class SentrySdk
10
private static void InitSentryCocoaSdk(SentryOptions options)
11
{
12
options.LogDebug("Initializing native SDK");
13
- // Workaround for https://github.com/xamarin/xamarin-macios/issues/15252
14
- ObjCRuntime.Runtime.MarshalManagedException += (_, args) =>
15
- {
16
- args.ExceptionMode = ObjCRuntime.MarshalManagedExceptionMode.UnwindNativeCode;
17
- };
18
19
// Set default release and distribution
20
options.Release ??= GetDefaultReleaseString();
0 commit comments