We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8010432 commit 6c9d554Copy full SHA for 6c9d554
index.js
@@ -8,7 +8,7 @@ import {
8
} from 'react-native';
9
let { Instabug } = NativeModules;
10
import IBGEventEmitter from './utils/IBGEventEmitter';
11
-import InstabugUtils from './utils/InstabugUtils';
+import { captureJsErrors } from './utils/InstabugUtils';
12
import InstabugConstants from './utils/InstabugConstants';
13
import Report from './models/Report';
14
import BugReporting from './modules/BugReporting';
@@ -19,7 +19,7 @@ import Replies from './modules/Replies';
19
import CrashReporting from './modules/CrashReporting';
20
import NetworkLogger from './modules/NetworkLogger';
21
22
-InstabugUtils.captureJsErrors();
+captureJsErrors();
23
NetworkLogger.setEnabled(true);
24
25
var _isOnReportHandlerSet = false;
0 commit comments