Skip to content

RaygunClient options

Compare
Choose a tag to compare
@QuantumNightmare QuantumNightmare released this 19 Dec 23:02
· 1958 commits to master since this release
  • Added feature to strip wrapper exceptions that you don't care about. This can be done by passing the types of exceptions that you want to strip from the error report into the AddWrapperExceptions method on the RaygunClient.
  • Added feature to provide a list of form names that should be left out of the error report. This can be done by passing the form names into the IgnoreFormDataNames method on the RaygunClient.
  • fix for enumerating unsafe http collections eg. QueryString, Form values, where they contain unsafe values.