Skip to content

Releases: Instabug/Instabug-iOS

Instabug-iOS SDK v12.2.0

29 Oct 22:22
Compare
Choose a tag to compare
  • 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.

Instabug-iOS SDK v12.1.0

24 Sep 13:29
Compare
Choose a tag to compare
  • Adds network requests latencies breakdown to the Network metric.

Instabug-iOS SDK v12.0.0

12 Sep 10:41
Compare
Choose a tag to compare
  • 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

Instabug-iOS SDK v11.14.0

05 Sep 08:55
Compare
Choose a tag to compare
  • 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.

Instabug-iOS SDK v11.13.3

21 Jun 16:12
Compare
Choose a tag to compare
  • 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.

Instabug-iOS SDK v11.13.1

05 Jun 18:34
Compare
Choose a tag to compare
  • Improves logging during data collection and storage.

Instabug-iOS SDK v11.12.0

23 May 06:05
Compare
Choose a tag to compare
  • 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.

Instabug-iOS SDK v11.10.2

21 Apr 20:08
Compare
Choose a tag to compare
  • Fixes a crash when dismissing in-app store rating with floating button invocation on iOS versions >15

Instabug-iOS SDK v11.10.1

14 Apr 14:26
Compare
Choose a tag to compare
  • Fixes an issue that caused dSYM upload script to be missing from v11.10.0.
  • Reduces overall SDK size by around 300 KB.

Instabug-iOS SDK v11.10.0

11 Apr 17:44
Compare
Choose a tag to compare
  • Adds Database Queries Spans, with support for instrumenting Core Data operations.
  • Enhances dSYM upload script.
  • Fixes a memory leak that occurred while reporting a bug.