Skip to content

Commit 9222bd8

Browse files
release: v14.1.0
1 parent 416c74b commit 9222bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/Classes/Modules/InstabugApi.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ - (void)setReproStepsConfigBugMode:(nullable NSString *)bugMode crashMode:(nulla
163163

164164
if (crashMode != nil) {
165165
IBGUserStepsMode resolvedCrashMode = ArgsRegistry.reproModes[crashMode].integerValue;
166-
[Instabug setReproStepsFor:IBGIssueTypeCrash withMode:resolvedCrashMode];
166+
[Instabug setReproStepsFor:IBGIssueTypeAllCrashes withMode:resolvedCrashMode];
167167
}
168168

169169
if (sessionReplayMode != nil) {

0 commit comments

Comments
 (0)