You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The early return prevents the structured log from being sent for that Serilog event when an exception is present and the level is high enough to produce a Sentry Event.
sentry-dotnet/src/Sentry.Serilog/SentrySink.cs
Line 140 in 2f46bf5
The early return prevents the structured log from being sent for that Serilog event when an exception is present and the level is high enough to produce a Sentry Event.