Skip to content

Instabug-iOS SDK v11.12.0

Compare
Choose a tag to compare
@Instabug-iOS-CI Instabug-iOS-CI released this 23 May 06:05
· 29 commits to master since this release
  • 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.