Skip to content

Commit 0ccb0e1

Browse files
committed
🐛 fix bug where the parseErrorStack.js import got commented by mistake
1 parent 9b19255 commit 0ccb0e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/InstabugUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use strict';
22
import {NativeModules, Platform} from 'react-native';
33
let {Instabug} = NativeModules;
4-
// import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
4+
import parseErrorStackLib from '../../react-native/Libraries/Core/Devtools/parseErrorStack.js';
55

66
let parseErrorStack = (error) => {
77
return parseErrorStackLib(error);

0 commit comments

Comments
 (0)