File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ android {
21
21
22
22
dependencies {
23
23
compile ' com.facebook.react:react-native:0.20.+'
24
- compile (' com.instabug.library:instabug:4.15.1 ' ){
24
+ compile (' com.instabug.library:instabug:4.15.2 ' ){
25
25
exclude group : ' com.android.support:appcompat-v7'
26
26
}
27
27
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " instabug-reactnative" ,
3
- "version" : " 2.13.0 " ,
3
+ "version" : " 2.13.1 " ,
4
4
"description" : " React Native plugin for integrating the Instabug SDK" ,
5
5
"main" : " index.js" ,
6
6
"repository" : {
Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
import { NativeModules , Platform } from 'react-native' ;
3
3
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' ;
5
5
6
6
let parseErrorStack = ( error ) => {
7
7
return parseErrorStackLib ( error ) ;
You can’t perform that action at this time.
0 commit comments