File tree 2 files changed +2
-2
lines changed
src/main/java/com/instabug/reactlibrary
2 files changed +2
-2
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:8.0.4 ' ){
24
+ compile (' com.instabug.library:instabug:8.0.10 ' ){
25
25
exclude group : ' com.android.support:appcompat-v7'
26
26
}
27
27
}
Original file line number Diff line number Diff line change @@ -2004,7 +2004,7 @@ public void networkLog(String jsonObject) throws JSONException {
2004
2004
networkLog .setResponse (newJSONObject .getString ("responseBody" ));
2005
2005
networkLog .setMethod (newJSONObject .getString ("method" ));
2006
2006
networkLog .setResponseCode (newJSONObject .getInt ("responseCode" ));
2007
- networkLog .setHeaders (newJSONObject .getString ("headers" ));
2007
+ networkLog .setRequestHeaders (newJSONObject .getString ("headers" ));
2008
2008
networkLog .insert ();
2009
2009
}
2010
2010
You can’t perform that action at this time.
0 commit comments