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 3d3ed1c + 8398859 commit d1bdcd5Copy full SHA for d1bdcd5
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v8.5.6 (2019-08-21)
2
+
3
+* Fixes an issue that crashes the SDK when calling `Instabug.onReportSubmitHandler` on iOS.
4
+* Fixes an issue with passing empty string value to `Instabug.setUserAttribute`.
5
6
## v8.5.5 (2019-08-17)
7
8
* Fixes an issue with the email validation when reporting a bug on Android.
package.json
@@ -1,6 +1,6 @@
{
"name": "instabug-reactnative",
- "version": "8.5.5",
+ "version": "8.5.6",
"description": "React Native plugin for integrating the Instabug SDK",
"main": "index.js",
"types": "index.d.ts",
0 commit comments