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 53a74d8 commit 915bcb0Copy full SHA for 915bcb0
utils/InstabugUtils.js
@@ -1,7 +1,7 @@
1
'use strict';
2
import {NativeModules, Platform} from 'react-native';
3
let {Instabug} = NativeModules;
4
-// import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
+import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
5
6
let parseErrorStack = (error) => {
7
return parseErrorStackLib(error);
0 commit comments