Skip to content

Release v13.3.0

Latest
Compare
Choose a tag to compare
@InstabugCI InstabugCI released this 04 Aug 16:24

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).