Hey there!
I've been trying to avoid the Raygun4Net4 client to log 404 exceptions by setting the excludeHttpStatusCodes attribute in the Web.config file, but I still get those errors logged.
I've checked the RaygunSettings.Settings.ExcludeHttpStatusCodesList value, and the 404 HTTP status code is there (so it's correctly loaded from the config), but the client looks to be ignoring this setting?
Any suggestion welcome!
Thanks in advance.