Skip to content

Commit 099d98a

Browse files
soujayngallegos
andauthored
Update src/ServiceControl/Recoverability/Grouping/Groupers/ExceptionTypeAndStackTraceFailureClassifier.cs
Co-authored-by: Nick Gallegos <[email protected]>
1 parent f97671d commit 099d98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl/Recoverability/Grouping/Groupers/ExceptionTypeAndStackTraceFailureClassifier.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public string ClassifyFailure(ClassifiableMessageDetails failure)
4747
}
4848
catch (RegexMatchTimeoutException)
4949
{
50-
return GetNonStandardClassification(exception.ExceptionType);
50+
// Intentionally empty - if the parsing fails, treat it as if exception.Message is null or empty, not throw an exception
5151
}
5252

5353

0 commit comments

Comments
 (0)