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 480fe25 commit d597614Copy full SHA for d597614
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "instabug-reactnative",
3
- "version": "2.11.2",
+ "version": "2.12.0",
4
"description": "React Native plugin for integrating the Instabug SDK",
5
"main": "index.js",
6
"repository": {
utils/InstabugUtils.js
@@ -1,7 +1,7 @@
'use strict';
import {NativeModules, Platform} from 'react-native';
let {Instabug} = NativeModules;
-import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
+// import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
let parseErrorStack = (error) => {
7
return parseErrorStackLib(error);
0 commit comments