File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 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';
1212import FeatureRequests from './modules/FeatureRequests' ;
1313import Chats from './modules/Chats' ;
1414import Replies from './modules/Replies' ;
15+ import CrashReporting from './modules/CrashReporting' ;
1516
1617InstabugUtils . captureJsErrors ( ) ;
1718
@@ -980,5 +981,6 @@ InstabugModule.Surveys = Surveys;
980981InstabugModule . FeatureRequests = FeatureRequests ;
981982InstabugModule . Chats = Chats ;
982983InstabugModule . Replies = Replies ;
984+ InstabugModule . CrashReporting = CrashReporting ;
983985
984986module . 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
Original file line number Diff line number Diff line change 11{
22 "name" : " instabug-reactnative" ,
3- "version" : " 8.1.2 " ,
3+ "version" : " 8.1.3 " ,
44 "description" : " React Native plugin for integrating the Instabug SDK" ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments