Skip to content

Releases: Instabug/Instabug-Flutter

Release v13.3.0

06 Aug 09:35
4832a23
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

  • Support user identification using ID (#435).

Changed

Release v12.5.0

08 Jan 14:56
Compare
Choose a tag to compare

Changed

Release v12.4.0

14 Dec 09:14
Compare
Choose a tag to compare

Changed

Release v12.2.0

24 Nov 15:42
Compare
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
Compare
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.

Release v11.14.0

14 Sep 14:57
24d9e2a
Compare
Choose a tag to compare

Added

  • Add network logs obfuscation support using the new NetworkLogger.obfuscateLog API (#380).
  • Add network logs omission support using the new NetworkLogger.omitLog API (#382).
  • Add the new repro steps configuration API Instabug.setReproStepsConfig (#388).

Changed

Deprecated

  • Deprecate Instabug.setReproStepsMode in favor of the new Instabug.setReproStepsConfig (#388).