Releases: Instabug/Instabug-React-Native
Releases · Instabug/Instabug-React-Native
Release v13.4.0
Added
- Add support for Expo Router navigation tracking (#1270).
- Enhance the network interceptor to capture more client error messages (#1257).
Changed
- Bump Instabug iOS SDK to v13.4.2 (#1285). See release notes for 13.4.0, 13.4.1 and 13.4.2.
- Bump Instabug Android SDK to v13.4.1 (#1285). See release notes for 13.4.0 and 13.4.1.
Fixed
- Fix an issue with JavaScript fatal crashes on iOS causing them to be reported as native iOS crashes instead. (#1290).
- Correctly resolve the flavor path when uploading sourcemaps on Android. (#1225).
- Drop non-error objects reported as crashes since they don't have a stack trace (#1279).
- Fix APM network logging on iOS when the response body is missing or empty. (#1273).
Release v13.3.0
Added
- Add support for Feature Flags APIs
Instabug.addFeatureFlags
,Instabug.removeFeatureFlags
andInstabug.clearAllFeatureFlags
(#1230). - Export
uploadSourcemaps
anduploadSoFiles
utilities in theinstabug-reactnative/upload
sub-package for usage in custom Node.js upload scripts (#1252).
Changed
- Bump Instabug Android SDK to v13.3.0 (#1261). See release notes.
- Bump Instabug iOS SDK to v13.3.0 (#1262). See release notes.
Deprecated
- Deprecate Experiments APIs
Instabug.addExperiments
,Instabug.removeExperiments
andInstabug.clearAllExperiments
in favor of the new Feature Flags APIs (#1230).
Fixed
Release v13.2.0
Changed
- Bump Instabug Android SDK to v13.2.0 (#1245). See release notes.
- Bump Instabug iOS SDK to v13.2.0 (#1246). See release notes.
Fixed
- Change parameters used inside inner classes to
final
in Android code to maintain compatibility with Java 7 and earlier (#1239).
Release v13.1.1
Fixed
- Reading INSTABUG_APP_TOKEN from system environment when there is no default value (#1232)
Changed
- Bump Instabug iOS SDK to v13.1.0 (#1227). See release notes.
- Bump Instabug android SDK to v13.1.1 (#1228). See release notes.
Added
- Add support for passing a grouping fingerprint, error level, and user attributes to the
CrashReporting.reportError
non-fatals API (#1194).
Release v13.0.5
Changed
- Bump Instabug iOS SDK to v13.0.5 (#1213). See release notes.
Release v13.0.4
Changed
- Support reading environment variables from
ios/.xcode.env
andios/.xcode.env.local
files when present in the iOS source maps upload script (#1200). - Bump Instabug Android SDK to v13.0.3 (#1206). See release notes.
- Bump Instabug iOS SDK to v13.0.3 (#1208). See release notes.
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.