Skip to content

Commit d597614

Browse files
committed
💎 Bump version to 2.12.0
1 parent 480fe25 commit d597614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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": "2.11.2",
3+
"version": "2.12.0",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"repository": {

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)