Skip to content

Releases: Instabug/Instabug-React-Native

Release v13.3.0

04 Aug 16:24
Compare
Choose a tag to compare

Added

  • Add support for Feature Flags APIs Instabug.addFeatureFlags, Instabug.removeFeatureFlags and Instabug.clearAllFeatureFlags (#1230).
  • Export uploadSourcemaps and uploadSoFiles utilities in the instabug-reactnative/upload sub-package for usage in custom Node.js upload scripts (#1252).

Changed

Deprecated

  • Deprecate Experiments APIs Instabug.addExperiments, Instabug.removeExperiments and Instabug.clearAllExperiments in favor of the new Feature Flags APIs (#1230).

Fixed

  • Fix APM network logging on Android (#1253).
  • Fix an OOM (out-of-memory) crash while saving network logs on Android (#1244).

Release v13.2.0

07 Jul 11:10
Compare
Choose a tag to compare

Changed

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

06 Jun 17:46
3ec90b4
Compare
Choose a tag to compare

Fixed

  • Reading INSTABUG_APP_TOKEN from system environment when there is no default value (#1232)

Changed

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

19 May 00:07
Compare
Choose a tag to compare

Changed

Release v13.0.4

13 May 23:11
Compare
Choose a tag to compare

Changed

  • Support reading environment variables from ios/.xcode.env and ios/.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

19 Apr 19:07
f7fe7b3
Compare
Choose a tag to compare

Added

  • Add Instabug.willRedirectToStore API for use in custom app rating prompts (#1186).
  • Add support for App Flows APIs APM.startFlow, APM.setFlowAttribute and APM.endFlow (#1138).

Changed

Deprecated

  • Deprecate Execution Traces APIs APM.startExecutionTrace, Trace.end and Trace.setAttribute in favor of the new App Flows APIs (#1138).

Release v12.9.0

14 Apr 20:34
70e349c
Compare
Choose a tag to compare

Added

  • Adds symbol files upload script (#1137)
  • Support enabling NDK crash capturing on Android (#1132).

Changed

Fixed

  • Remove the use of the nullish coalescing assignment operator (??=) causing a syntax error with older TypeScript versions (#1166), closes #1161
    .

Release v12.8.0

28 Feb 13:08
Compare
Choose a tag to compare

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

Release v12.7.1

15 Feb 12:52
Compare
Choose a tag to compare

Changed

Release v12.7.0

10 Feb 10:45
Compare
Choose a tag to compare

Added

  • Support user identification using ID (#1115).
  • Add support for user steps on Android (#1109).

Changed

Fixed

  • Fix an Android NullPointerException crash in private views APIs (#1121), closes #514.