File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import Surveys from './modules/Surveys';
12
12
import FeatureRequests from './modules/FeatureRequests' ;
13
13
import Chats from './modules/Chats' ;
14
14
import Replies from './modules/Replies' ;
15
+ import CrashReporting from './modules/CrashReporting' ;
15
16
16
17
InstabugUtils . captureJsErrors ( ) ;
17
18
@@ -980,5 +981,6 @@ InstabugModule.Surveys = Surveys;
980
981
InstabugModule . FeatureRequests = FeatureRequests ;
981
982
InstabugModule . Chats = Chats ;
982
983
InstabugModule . Replies = Replies ;
984
+ InstabugModule . CrashReporting = CrashReporting ;
983
985
984
986
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 8.1.2 " ,
3
+ "version" : " 8.1.3 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments