Instabug-iOS SDK v11.12.0
·
47 commits
to master
since this release
- 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 anaccessibilityLabel
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.