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
I also ran into this today too. I would like to see 400 errors. For example, when ModelState is invalid a "400 Bad Request" response is returned. In my case, this invalid request would be coming from my front-end written in Angluar (which doesn't log errors, other than to the browser console). So if I get a support ticket that the user got "some weird error", I could at least go and see this in Elmah and determine if there is a bug in the UI code.
It'd be nice if we could optionally log 400 and 404s. I understand the reasoning in #13, but everyone's use case is different.
What about [ElmahHandleErrorApi(LoggedErrors="400,500-999")] or similar?
The text was updated successfully, but these errors were encountered: