Skip to content

Releases: Instabug/Instabug-Flutter

Release v13.4.0

29 Sep 15:36
c699efc

Choose a tag to compare

Added

  • Add support for masking screen names captured by Instabug through the Instabug.setScreenNameMaskingCallback API (#500).

Changed

Fixed

  • Fixed an issue with empty screen names captured in InstabugNavigatorObserver and fallback to N/A when the screen name is empty (#505), closes #504.

Release v13.3.0

06 Aug 09:35
4832a23

Choose a tag to compare

Added

  • Add support for variants in Feature Flags through the APIs Instabug.addFeatureFlags, Instabug.removeFeatureFlags and Instabug.clearAllFeatureFlags (#471).

Changed

Deprecated

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

Fixed

  • Fix APM network logging on Android (#491).

Release v13.2.0

07 Jul 15:40

Choose a tag to compare

Added

  • Add support for capturing screen loading time in APM (#477).

Changed

Release v13.1.1

11 Jun 14:09
51724e8

Choose a tag to compare

Added

  • Add support for passing a grouping fingerprint, error level, and user attributes to the CrashReporting.reportHandledCrash non-fatals API (#461).

Changed

Release v13.0.0

29 Apr 16:07
d8017cd

Choose a tag to compare

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 and APM.setFlowAttribute (#446).

Deprecated

  • Deprecate execution traces APIs APM.startExecutionTrace, APM.setExecutionTraceAttribute, APM.endExecutionTrace, Trace.setAttribute and Trace.end in favor of the new app flow APIs (#446).

Changed

Release v12.7.0

16 Feb 11:06
a18e8d2

Choose a tag to compare

Added

  • Support user identification using ID (#435).

Changed

Release v12.5.0

08 Jan 14:56

Choose a tag to compare

Changed

Release v12.4.0

14 Dec 09:14

Choose a tag to compare

Changed

Release v12.2.0

24 Nov 15:42

Choose a tag to compare

Changed

Fixed

  • Re-enable screenshot capturing for Crash Reporting and Session Replay by removing redundant mapping (#407).

Release v12.1.0

28 Sep 14:35

Choose a tag to compare

Added

  • Add support for Session Replay, which includes capturing session details, visual reproduction of sessions as well as support for user steps, network and Instabug logs. (#395).

Changed

  • BREAKING Remove deprecated APIs (#385). See migration guide for more details.
  • Bump Instabug iOS SDK to v12.1.0 (#396). See release notes for v12.0.0 and v12.1.0.
  • Bump Instabug Android SDK to v12.1.0 (#397). See release notes for v12.0.0, v12.0.1 and v12.1.0.