Additional options for filtering sensitive data from web requests
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