Skip to content

Commit 18d8533

Browse files
🐛 Add IBGpreSendingHandler to the supported events
1 parent 7d78e95 commit 18d8533

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/RNInstabug/InstabugReactBridge.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ @implementation InstabugReactBridge
2424

2525
- (NSArray<NSString *> *)supportedEvents {
2626
return @[
27+
@"IBGpreSendingHandler",
2728
@"IBGSendHandledJSCrash",
2829
@"IBGSendUnhandledJSCrash",
2930
@"IBGSetNetworkDataObfuscationHandler",

0 commit comments

Comments
 (0)