Release v13.3.0
Added
- Add support for variants in Feature Flags through the APIs
Instabug.addFeatureFlags
,Instabug.removeFeatureFlags
andInstabug.clearAllFeatureFlags
(#471).
Changed
- Bump Instabug Android SDK to v13.3.0 (#492). See release notes.
- Bump Instabug iOS SDK to v13.3.0 (#493). See release notes.
Deprecated
- Deprecate Experiments APIs
Instabug.addExperiments
,Instabug.removeExperiments
andInstabug.clearAllExperiments
in favor of the new Feature Flags APIs (#471).
Fixed
- Fix APM network logging on Android (#491).