Releases: Instabug/Instabug-Flutter
Releases · Instabug/Instabug-Flutter
Release v14.0.0
Added
- Add support for tracing network requests from Instabug to services like Datadog and New Relic (#481).
Changed
- Bump Instabug Android SDK to v14.0.0 (#532). See release notes.
- Bump Instabug iOS SDK to v14.0.0 (#532). See release notes,
Release v13.4.0
Added
- Add support for masking screen names captured by Instabug through the
Instabug.setScreenNameMaskingCallback
API (#500).
Changed
- Bump Instabug Android SDK to v13.4.1 (#509). See release notes for 13.4.0 and 13.4.1.
- Bump Instabug iOS SDK to v13.4.2 (#515). See release notes for 13.4.0, 13.4.1 and 13.4.2.
Fixed
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).
Release v13.2.0
Added
- Add support for capturing screen loading time in APM (#477).
Changed
- Bump Instabug Android SDK to v13.2.0 (#482). See release notes.
- Bump Instabug iOS SDK to v13.2.0 (#483). See release notes.
Release v13.1.1
Added
- Add support for passing a grouping fingerprint, error level, and user attributes to the
CrashReporting.reportHandledCrash
non-fatals API (#461).
Changed
- Bump Instabug iOS SDK to v13.1.0 (#1227). See release notes.
- Bump Instabug Android SDK to v13.1.1 (#474). See release notes.
Release v13.0.0
Added
- Adds custom app rating api (#453)
- Add
SessionReplay.getSessionReplayLink
API which retrieves the current session's replay link (#445). - Add support for App Flows APIs
APM.startFlow
,APM.endFlow
andAPM.setFlowAttribute
(#446).
Deprecated
- Deprecate execution traces APIs
APM.startExecutionTrace
,APM.setExecutionTraceAttribute
,APM.endExecutionTrace
,Trace.setAttribute
andTrace.end
in favor of the new app flow APIs (#446).
Changed
- Bump Instabug Android SDK to v13.0.0 (#455). See release notes.
- Bump Instabug iOS SDK to v13.0.0 (#446). See release notes.
Release v12.7.0
Added
- Support user identification using ID (#435).
Changed
- Bump Instabug iOS SDK to v12.7.0 (#440). See release notes.
- Bump Instabug Android SDK to v12.7.1 (#439). See release notes for v12.7.1.
Release v12.5.0
Changed
- Bump Instabug iOS SDK to v12.5.0 (#425). See release notes.
- Bump Instabug Android SDK to v12.5.1 (#426). See release notes for v12.5.0 and 12.5.1.
Release v12.4.0
Release v12.2.0
Changed
- Bump Instabug iOS SDK to v12.2.0 (#406). See release notes.
- Bump Instabug Android SDK to v12.2.0 (#405). See release notes.
Fixed
- Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping (#407).