Skip to content

Commit 30a8e4e

Browse files
authored
Merge pull request #284 from Instabug/Hotfix-8.3.1
Hotfix 8.3.1
2 parents cee5a8e + 6c9d554 commit 30a8e4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import {
88
} from 'react-native';
99
let { Instabug } = NativeModules;
1010
import IBGEventEmitter from './utils/IBGEventEmitter';
11-
import InstabugUtils from './utils/InstabugUtils';
11+
import { captureJsErrors } from './utils/InstabugUtils';
1212
import InstabugConstants from './utils/InstabugConstants';
1313
import Report from './models/Report';
1414
import BugReporting from './modules/BugReporting';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "8.3.0",
3+
"version": "8.3.1",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)