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 884069f commit 411372dCopy full SHA for 411372d
src/Sentry/Platforms/Cocoa/BindableSentryOptions.cs
@@ -14,7 +14,7 @@ public class NativeOptions
14
public TimeSpan? AppHangTimeoutInterval { get; set; }
15
public TimeSpan? IdleTimeout { get; set; }
16
public bool? EnableAppHangTracking { get; set; }
17
- public bool? EnableAppHangTrackingV2{ get; set; }
+ public bool? EnableAppHangTrackingV2 { get; set; }
18
public bool? EnableAutoBreadcrumbTracking { get; set; }
19
public bool? EnableAutoPerformanceTracing { get; set; }
20
public bool? EnableCoreDataTracing { get; set; }
0 commit comments