File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ import Surveys from './modules/Surveys';
1111import FeatureRequests from './modules/FeatureRequests' ;
1212import Chats from './modules/Chats' ;
1313import Replies from './modules/Replies' ;
14+ import CrashReporting from './modules/CrashReporting' ;
1415
1516InstabugUtils . captureJsErrors ( ) ;
1617
@@ -979,5 +980,6 @@ InstabugModule.Surveys = Surveys;
979980InstabugModule . FeatureRequests = FeatureRequests ;
980981InstabugModule . Chats = Chats ;
981982InstabugModule . Replies = Replies ;
983+ InstabugModule . CrashReporting = CrashReporting ;
982984
983985module . exports = InstabugModule ;
Original file line number Diff line number Diff line change 1- import { NativeModules } from 'react-native' ;
1+ import { NativeModules , Platform } from 'react-native' ;
22import InstabugUtils from '../utils/InstabugUtils' ;
33let { Instabug } = NativeModules ;
44
You can’t perform that action at this time.
0 commit comments