Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c96b232

Browse files
Merge pull request #534 from Instabug/release/9.1.10
Release 9.1.10
2 parents 63335b1 + 572dff0 commit c96b232

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
* Fixes a crash caused by the network logger when the object passed is too large
44
* Adds source map upload script support for environment variables use inside Info.plist
5+
* Fixes a crash when using `getUserAttribute` on an attribute that does not exist
6+
* Fixes a crash when calling `setSdkDebugLogsLevel` on Android
57

68
## v9.1.9 (2020-10-01)
79

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "instabug-reactnative",
3-
"version": "9.1.9",
3+
"version": "9.1.10",
44
"description": "React Native plugin for integrating the Instabug SDK",
55
"main": "index.js",
66
"types": "index.d.ts",
@@ -53,4 +53,4 @@
5353
"scripts": {
5454
"test": "jest && ./node_modules/.bin/codecov"
5555
}
56-
}
56+
}

0 commit comments

Comments
 (0)