Skip to content

Commit 716ed11

Browse files
author
AliAbdelfattah
authored
Merge pull request #366 from Instabug/fix/on-report-submit-handler
🐛 Add IBGpreSendingHandler to the supported events
2 parents 7d78e95 + 18d8533 commit 716ed11

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)