Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v8.1.5
- Add script to automatically generate and upload the sourcemap files to the dashboard on generating a release build. To activate this script, unlink using the older version, update and then link again.
- Improve
Replies.hasChats(callback)
API implementation, now the callback is always invoked with a boolean value indicating if the user has chats. - Fix mixed
import
withmodule.exports
- Fix linking Instabug fails on windows.
Release v8.1.4
- Fix removed APIs not removed from typescript file.
- Fix using screenshot invocation from the Instabug initialization builder for android not working.
Release v8.1.3
- Fix unable to import the CrashReporting module from Instabug
Release v8.1.2
- Fix typos in typescript file
- Add processcolor to the setPrimaryColor Api
- Fix crashes happening when using any setEnabled Api on Android
- Update native android SDK to v8.1.2
Release v8.1.0
- In this version of the Instabug SDK, various APIs have been deprecated. Please refer to this migration guide https://docs.instabug.com/docs/react-native-sdk-8-1-migration-guide for detailed instructions on how to migrate from previous versions of the SDK to version 8.1.
- Update InstabugSample
Release v8.0.26
- Fix android build break on react native versions older than 0.58
Release v8.0.25
- Disable auto screen recording APIs.
Release v8.0.24
- Fix SDK not building on android with the latest react-native version '0.58.+'.
- Fix dsyms not being uploaded to dashboard on iOS.
Release v8.0.23
- Add the ability to disable crash reporting in the Instabug builder in the MainApplication.
Release v8.0.22
- Update Android SDK to version 8.0.16