We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63335b1 + 572dff0 commit c96b232Copy full SHA for c96b232
CHANGELOG.md
@@ -2,6 +2,8 @@
2
3
* Fixes a crash caused by the network logger when the object passed is too large
4
* 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
7
8
## v9.1.9 (2020-10-01)
9
package.json
@@ -1,6 +1,6 @@
1
{
"name": "instabug-reactnative",
- "version": "9.1.9",
+ "version": "9.1.10",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
@@ -53,4 +53,4 @@
53
"scripts": {
54
"test": "jest && ./node_modules/.bin/codecov"
55
}
56
-}
+}
0 commit comments