Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v8.2.4
- Expose environment variable to be set in android and ios for the APP TOKEN inside the upload sourcemap script.
- Fix upload fails on Android in some environments.
Release v8.2.3
- Fix Replies.hasChats signature in typescript definition
- Update native Android SDK to version 8.2.2 which fixes build failed because of duplicate key.
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
setEnabledAttachmentTypes
method
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
setEnabledAttachmentTypes
fails 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
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