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.
2 parents cee5a8e + 6c9d554 commit 30a8e4eCopy full SHA for 30a8e4e
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';
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "8.3.0",
+ "version": "8.3.1",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"types": "index.d.ts",
0 commit comments