File tree 2 files changed +3
-1
lines changed
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';
11
11
import FeatureRequests from './modules/FeatureRequests' ;
12
12
import Chats from './modules/Chats' ;
13
13
import Replies from './modules/Replies' ;
14
+ import CrashReporting from './modules/CrashReporting' ;
14
15
15
16
InstabugUtils . captureJsErrors ( ) ;
16
17
@@ -979,5 +980,6 @@ InstabugModule.Surveys = Surveys;
979
980
InstabugModule . FeatureRequests = FeatureRequests ;
980
981
InstabugModule . Chats = Chats ;
981
982
InstabugModule . Replies = Replies ;
983
+ InstabugModule . CrashReporting = CrashReporting ;
982
984
983
985
module . 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' ;
2
2
import InstabugUtils from '../utils/InstabugUtils' ;
3
3
let { Instabug } = NativeModules ;
4
4
You can’t perform that action at this time.
0 commit comments