Skip to content

Commit 59a906b

Browse files
committed
add API definition for EnableMarshalManagedException
1 parent 38e403d commit 59a906b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Sentry.Bindings.Cocoa/ApiDefinitions.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1441,6 +1441,10 @@ interface SentryOptions
14411441
[Export ("enableTracing")]
14421442
bool EnableTracing { get; set; }
14431443

1444+
// @property (assign, nonatomic) BOOL enableMarshalManagedException;
1445+
[Export ("enableMarshalManagedException")]
1446+
bool EnableMarshalManagedException { get; set; }
1447+
14441448
// @property (nonatomic, strong) NSNumber * _Nullable tracesSampleRate;
14451449
[NullAllowed, Export ("tracesSampleRate", ArgumentSemantic.Strong)]
14461450
NSNumber TracesSampleRate { get; set; }

0 commit comments

Comments
 (0)