Include request payload in exception reports for Owin projects
QuantumNightmare
released this
15 Jul 23:13
·
822 commits
to master
since this release
Note the decrease in version is due to this repository also including the .NET Core provider which is at version 6.
- The web request body will now be included in Raygun exception reports for WebApi projects that use Owin. The request body is never included if the Content-Type is "application/x-www-form-urlencoded". This makes the behavior consistent with WebApi projects that don't use Owin and other Raygun4Net providers with web support.
- Raygun4Net.WebApi now respects the isRawDataIgnored setting. When set to true, the request body will not be included in Raygun exception reports.
- Raygun4Net.WebApi will stop looking at the request body after Detach is called.