Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v13.0.0
Added
- Add
Instabug.willRedirectToStore
API for use in custom app rating prompts (#1186). - Add support for App Flows APIs
APM.startFlow
,APM.setFlowAttribute
andAPM.endFlow
(#1138).
Changed
- Bump Instabug iOS SDK to v13.0.0 (#1189). See release notes.
- Bump Instabug Android SDK to v13.0.0 (#1188). See release notes.
Deprecated
- Deprecate Execution Traces APIs
APM.startExecutionTrace
,Trace.end
andTrace.setAttribute
in favor of the new App Flows APIs (#1138).
Release v12.9.0
Added
Changed
- Bump Instabug Android SDK to v12.9.0 (#1168). See release notes.
- Bump Instabug iOS SDK to v12.9.0 (#1168). See release notes.
Fixed
Release v12.8.0
Added
- Add
SessionReplay.getSessionReplayLink
API which retrieves the current session's replay link (#1142). - Support setting the Code Push version after SDK initialization (#1143).
Changed
- Bump Instabug Android SDK to v12.8.0 (#1149). See release notes.
Release v12.7.1
Changed
- Bump Instabug Android SDK to v12.7.1 (#1134). See release notes.
Release v12.7.0
Added
Changed
- Bump Instabug iOS SDK to v12.7.0 (#1125). See release notes.
- Bump Instabug Android SDK to v12.7.0 (#1126). See release notes.
Fixed
Release v12.6.0
Changed
- Bump Instabug iOS SDK to v12.6.0 (#1095). See release notes.
- Bump Instabug Android SDK to v12.6.0 (#1096). See release notes.
Added
- Add support for code push (#1079).
Release v12.5.0
Release v12.4.0
Changed
- Bump Instabug iOS SDK to v12.4.0 (#1074). See release notes for v12.3.0 and v12.4.0.
- Bump Instabug Android SDK to v12.4.1 (#1076). See release notes for v12.3.0, v12.3.1, v12.4.0 and v12.4.1.
Fixed
- Fix an issue with
Instabug.init
on Android causing the app to crash while trying to get the currentApplication
instance through the current activity which can benull
in some cases by utilizing the React context instead (#1069). - Fix an issue with unhandled JavaScript crashes not getting linked with the current session causing inaccurate session metrics (#1071).
Release v12.2.0
Added
- Add an iOS-side init API which allows capturing crashes that happen early in the app lifecycle and before the JavaScript code has started (#1056).
Changed
- Bump Instabug iOS SDK to v12.2.0 (#1053). See release notes.
- Bump Instabug Android SDK to v12.2.0 (#1052). See release notes.
Fixed
- Fix an issue with Android Gradle Plugin namespace support required for React Native 0.73 and backward compatibility with previous versions (#1044).
- Fix an issue with unhandled JavaScript crashes being reported as native iOS crashes (#1054)
- Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping (#1055).
Release v12.1.0
Added
- Add support for Session Replay, which includes capturing session details, visual reproduction of sessions as well as support for user steps, network and Instabug logs. (#1034).