Instabug IOS Versions Save

In-app feedback and bug reporting tool for apps.

12.3.0

6 months ago
  • Adds an API that enables you to define up to two user consent checkboxes when reporting a bug.

12.2.0

7 months ago
  • Changes the behavior of showing surveys to only happen when the device is connected to the internet.
  • Fixes an issue that caused files attached to reports using willSendReportHandler to sometimes be empty.

12.1.0

8 months ago
  • Adds network requests latencies breakdown to the Network metric.

12.0.0

9 months ago
  • Adds support for Session Replay, which includes capturing session details, visual reproduction of sessions as well as support for user steps, network and Instabug logs.

  • Removes deprecated APIs.

  • Fixes a crash that happens due to memory corruption when capturing network logs.

  • Fixes a crash related to user attributes

11.14.0

9 months ago
  • Detects the appearance and dismissal time for native in-app rating prompt in the session to be able to match it with a specific review.

  • Fixes an issue that caused the user’s email to not be cleared after calling the log out API under specific conditions.

  • Fixes a crash that happen when capturing the data of a view hierarchy that contains UIVisualEffectView.

  • Fixes an issue that caused the tintColor property to behave incorrectly.

  • Fixes a bug that caused duplicate bug reports to be sent under specific conditions.

  • Fixes a crash that occurred while attempting to log network requests while the device is low on disk space.

  • Fixes an issue that caused the SDK to report false-positive OOM crashes while the app is in the background.

  • Fixes an issue that caused some network logs to be dropped on devices running iOS 12.

11.13.3

11 months ago
  • Optimizes memory usage when sending reports.
  • Fixes bug reporting UI being automatically dismissed after a timeout.
  • Fixes a minor UI layout issue in Announcements.
  • Fixes incorrect strings for Slovak locale.
  • Fixes an issue that resulted in reporting network traces with an inaccurate duration.

11.13.1

1 year ago
  • Improves logging during data collection and storage.

11.12.0

1 year ago
  • Adds ability to control whether to capture the stack trace of the calling thread only, or all thread, when reporting a non-fatal. Set NonFatalError.stackTraceMode to control this.
  • Adds ability to control configuration of Repro Steps for Bug Reporting and Crash Reporting separately via Instabug.setReproStepsFor(_:with:).
  • Adds a new feature that allows the automatic masking of views containing private information in screenshots. See Instabug.setAutoMaskScreenshots(_:).
  • Deprecates Instabug.reproStepsMode.
  • Adds a new callback that’s executed after sending a crash report. See CrashReporting.didSendCrashReportHandler.
  • Fixes an issue that resulted in network logs obfuscations done through NetworkLogger.setRequestObfuscationHandler(_:) to not be applied. We have remotely disabled the code path that causes this issue, which may result in seeing less network logs until you update to this SDK version.
  • Fixes an issue that caused some network logs to not be included with bug and crash reports.
  • Fixes an issue that caused the title of the dismiss button of the in-app notification not to be localized.
  • Fixes an issue that caused Repro Steps to not be reported in specific scenarios in apps that combine native and React Native views.
  • Fixes an inconsistency in counting crash-free sessions.
  • Fixes an issue that caused emails set via the Instabug.identifyUser(withEmail:name:) API to be ignored if the email field in hidden from the bug reporting UI.

11.10.2

1 year ago
  • Fixes a crash when dismissing in-app store rating with floating button invocation on iOS versions >15

11.10.1

1 year ago
  • Fixes an issue that caused dSYM upload script to be missing from v11.10.0.
  • Reduces overall SDK size by around 300 KB.