We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 416c74b commit 9222bd8Copy full SHA for 9222bd8
ios/Classes/Modules/InstabugApi.m
@@ -163,7 +163,7 @@ - (void)setReproStepsConfigBugMode:(nullable NSString *)bugMode crashMode:(nulla
163
164
if (crashMode != nil) {
165
IBGUserStepsMode resolvedCrashMode = ArgsRegistry.reproModes[crashMode].integerValue;
166
- [Instabug setReproStepsFor:IBGIssueTypeCrash withMode:resolvedCrashMode];
+ [Instabug setReproStepsFor:IBGIssueTypeAllCrashes withMode:resolvedCrashMode];
167
}
168
169
if (sessionReplayMode != nil) {
0 commit comments