Skip to content

Releases: Instabug/Instabug-SP

Instabug-iOS SDK v12.3.0

27 Nov 04:55
Compare
Choose a tag to compare
  • Adds an API that enables you to define up to two user consent checkboxes when reporting a bug.

Instabug-iOS SDK v12.2.0

30 Oct 08:56
a770925
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:31
Compare
Choose a tag to compare
  • Adds network requests latencies breakdown to the Network metric.

Instabug-iOS SDK v12.0.0

12 Sep 10:43
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:57
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 18:02
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:35
Compare
Choose a tag to compare
  • Improves logging during data collection and storage.

Instabug-iOS SDK v11.12.0

23 May 06:07
Compare
Choose a tag to compare
  • Adds ability to control, when reporting a non-fatal, whether to capture the stack trace of the calling thread only, or all thread. Set NonFatalError.stackTraceMode to control this.
  • Adds a new callback that’s executed after sending a crash report. Check CrashReporting.didSendCrashReportHandler.
  • Adds ability to control configuration of Repro Steps for Bug Reporting and Crash Reporting separately via Instabug.setReproStepsFor(_:with:).
  • Changes Repro Steps behavior to report the accessibilityIdentifier if a UI element if it doesn’t have text or an accessibilityLabel set.
  • Deprecates Instabug.reproStepsMode.
  • 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 API to be ignored if the email field in hidden from the bug reporting UI.

Instabug-iOS SDK v11.10.2

21 Apr 20:10
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:28
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.