Skip to content

Commit a41b316

Browse files
Update src/Sentry/Platforms/Android/LogCatAttachmentEventProcessor.cs
Co-authored-by: James Crosswell <jamescrosswell@users.noreply.github.com>
1 parent 624524f commit a41b316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sentry/Platforms/Android/LogCatAttachmentEventProcessor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public SentryEvent Process(SentryEvent @event, SentryHint hint)
5555
// Only send logcat logs if the event is unhandled if the integration is set to Unhandled
5656
if (_logCatIntegrationType == LogCatIntegrationType.Unhandled)
5757
{
58-
if (exceptionType != SentryEvent.ExceptionType.Unhandled)
58+
if (exceptionType != SentryEvent.ExceptionType.Unhandled && exceptionType != SentryEvent.ExceptionType.UnhandledNonTerminal)
5959
{
6060
return @event;
6161
}

0 commit comments

Comments
 (0)