Skip to content

Releases: Instabug/Instabug-iOS

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.

Instabug-iOS SDK v11.9.1

05 Mar 21:14
Compare
Choose a tag to compare
  • Correctly identifies devices when app is running on Apple silicon Macs.
  • Optimizes memory consumption when processing bug and crash reports.
  • Fixes a bug that caused the request body of upload tasks to not be captured.

Instabug-iOS SDK v11.9.0

20 Feb 12:24
Compare
Choose a tag to compare
  • Adds the ability to configure the SDK using an external configuration file.

Instabug-iOS SDK v11.7.0

29 Jan 07:51
Compare
Choose a tag to compare
  • Adds a way to opt out of encrypting User Defaults. See Instabug.userDefaultsEncryptionEnabled.
  • Various optimizations to reduce SDK size.
  • Optimizes memory allocation when reporting non-fatals.

Instabug-iOS SDK v11.6.0

25 Dec 09:56
Compare
Choose a tag to compare
  • Drops support for iOS 10.
  • Optimizes memory usage when sending logs of bugs and crash reports.
  • Optimize the performance of some of the background work done by the SDK.
  • Fixes an issue that caused screen recording playback in PiP to not behave correctly.
  • Fixes an issue that caused a crash when running on simulators and using APM app launch.
  • Fixes a crash that happened when calling [IBGBugReporting showWithReportType:options:] from a background thread.

Instabug-iOS SDK v11.5.0

22 Nov 16:27
Compare
Choose a tag to compare

• Updates welcome message UI to be more dynamic when overriding text.
• Fixes a bug that caused the accent color to be overridden in SwiftUI apps.
• Fixes a crash that occurred when calculating the size of some network requests.

Instabug-iOS SDK v11.4.1

20 Oct 13:40
Compare
Choose a tag to compare

• Fixes a crash that happened in network logs V2 with download requests.