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 9b19255 commit 0ccb0e1Copy full SHA for 0ccb0e1
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