Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v8.2.2
- Update iOS version to 8.2.2
- Sourcemap upload script no longer fails when the token is not found, it skips the upload instead.
Release v8.2.1
- Fixes Duplicated
setEnabledAttachmentTypesmethod
Release v8.2.0
- Update native android and iOS versions to 8.2.0.
- Fix destructuring the Instabug submodules not working
Release v8.1.6
- Fix
setEnabledAttachmentTypesfails on android.
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
importwithmodule.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