SentryClientExceptions
themselves are not reported by the ASP.NET core middleware anymore.- A custom
onError
callback can now be passed to theSentryClient
to not throwSentryClientExceptions
from within the client.
SentryClientExceptions
themselves are not reported by the ASP.NET core middleware anymore.onError
callback can now be passed to the SentryClient
to not throw SentryClientExceptions
from within the client.