There was an error while loading. Please reload this page.
1 parent 2c883b6 commit ef8710eCopy full SHA for ef8710e
ios/RNInstabug/InstabugReactBridge.m
@@ -460,4 +460,7 @@ + (BOOL)iOSVersionIsLessThan:(NSString *)iOSVersion {
460
IBGNetworkLogger.logBodyEnabled = isEnabled;
461
}
462
463
+RCT_EXPORT_METHOD(getNetworkBodyMaxSize:(RCTPromiseResolveBlock)resolve :(RCTPromiseRejectBlock)reject) {
464
+ resolve(@(IBGNetworkLogger.getNetworkBodyMaxSize));
465
+}
466
@end
0 commit comments