Releases: Instabug/Instabug-iOS
Releases · Instabug/Instabug-iOS
Instabug-iOS SDK v11.12.0
- 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
- Fixes a crash when dismissing in-app store rating with floating button invocation on iOS versions >15
Instabug-iOS SDK v11.10.1
- 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
- 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
- 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
- Adds the ability to configure the SDK using an external configuration file.
Instabug-iOS SDK v11.7.0
- 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
- 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
• 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
• Fixes a crash that happened in network logs V2 with download requests.