RootCauseunvalidated
The reason it did not work to set SentryLevel.Fatal was that the SetBeforeSend did not get the modified exception. — SentrySdk.ConfigureScope(scope => { scope.Level = SentryLevel.Fatal; }); SentrySdk.CaptureException(ex);. Tension: I try to configure scope when catching exceptions to set it to Fatal but it doesn´t have any effect. Outcome: SetBeforeSend did not get the modified exception.
f28136bc-b30b-472b-af3e-a36411a4c9d8
The reason it did not work to set SentryLevel.Fatal was that the SetBeforeSend did not get the modified exception. — SentrySdk.ConfigureScope(scope =>
{
scope.Level = SentryLevel.Fatal;
});
SentrySdk.CaptureException(ex);. Tension: I try to configure scope when catching exceptions to set it to Fatal but it doesn´t have any effect. Outcome: SetBeforeSend did not get the modified exception.