Skip to content

Additional options for filtering sensitive data from web requests

Compare
Choose a tag to compare
@mduncan26 mduncan26 released this 11 Apr 01:37
· 625 commits to master since this release
3c57ed3

This update includes additional options through the RaygunClient and RaygunSettings to stop sensitive data being collected from HTTP requests and transmitted to Raygun.

You can now supply custom logic, through the implementation of a new interface IRaygunDataFilter, to remove sensitive information from the raw data of requests that is captured when generating a crash report. The update includes two implementations for filter XML and KeyValue data. An example for implementing an JSON filter can be found on our public site under the documentation section.

This update is available to the following providers:

  • Raygun4Net.WebAPI
  • Raygun4Net.MVC
  • Raygun4Net.ASPNETCore