Closed
Description
An easy repro is Sentry.Samples.AspNetCore.Blazor.Wasm
:
The sample
throws null
but the error gets captured through Sentry.Extensions.Logging
which calls _hub.CaptureException
which ends up in here getting marked as handled
sentry-dotnet/src/Sentry/Internal/MainExceptionProcessor.cs
Lines 177 to 182 in 721b411
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Type
Projects
Status
Done