Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v8.5.6
- Fixes an issue that crashes the SDK when calling
Instabug.onReportSubmitHandler
on iOS. - Fixes an issue with passing empty string value to
Instabug.setUserAttribute
.
Release v8.5.5
- Fixes an issue with the email validation when reporting a bug on Android.
- Fixes an issue with the crash reporting which prevented the report from being submitted on Android.
Release v8.5.4
- Hot Fixes an issue with
Instabug.setFloatingButtonEdge
andInstabug.setEnabledAttachmentTypes
causing the app to crash.
Release v8.5.3
- Fixes hang/crash issues on iOS 9 devices
- Fixes string mappings for addVideoMessage and conversationsHeaderTitle in iOS.
Release v8.5.2
- Fixes an issue that would cause Android to throw ArrayIndexOutOfBoundsException.
Release v8.5.1
- Fixes an issue that would cause Instabug.framework to appear twice when using CocoaPods.
- Fixes a deadlock that would happen when
console.log
is called immediately afterstartWithToken
. - Fixes an issue that prevented app token from being detected correctly when uploading source map files.
- Fixes an issue that caused Android release builds to fail when building on a Windows machine.
Release v8.5.0
- Support for React Native 0.60
- Updates native iOS and Android SDKs to version 8.5
Release v8.4.4
- Fixes an issue that causes the sdk to crash when a network request has no headers.
Release v8.4.3
- Fixes an issue that caused Android release builds to fail when building on a Windows machine.
- Fixes an issue that caused apps to freeze when
onReportSubmitHandler
is called in certain cases.
Release v8.4.2
- Fixes valid email written but gets enter valid email error message on Android.