Skip to content

Commit

Permalink
Merge pull request #366 from Instabug/fix/on-report-submit-handler
Browse files Browse the repository at this point in the history
🐛 Add IBGpreSendingHandler to the supported events
  • Loading branch information
AliAbdelfattah authored Aug 21, 2019
2 parents 7d78e95 + 18d8533 commit 716ed11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ios/RNInstabug/InstabugReactBridge.m
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ @implementation InstabugReactBridge

- (NSArray<NSString *> *)supportedEvents {
return @[
@"IBGpreSendingHandler",
@"IBGSendHandledJSCrash",
@"IBGSendUnhandledJSCrash",
@"IBGSetNetworkDataObfuscationHandler",
Expand Down

0 comments on commit 716ed11

Please sign in to comment.