Version 3.0
QuantumNightmare
released this
26 Jun 05:13
·
1740 commits
to master
since this release
- ignoreFormDataNames has been removed and replaced with 4 separate options: ignoreFormFieldNames, ignoreHeaderNames, ignoreCookieNames and ignoreServerVariableNames.
- Setting one of these new options to * will prevent any value from that category from being sent to Raygun.io.
- Placing * before, after or at both ends of an ignored key will be used as an ends-with, starts-with or contains condition respectively.
- The RaygunClient methods that accepted IEnumerables have been changed to be multi-parameter methods.
- Added RaygunClient.UserInfo property, and RaygunIdentifierMessage.IsAnonymous property.
- All obsolete members from the previous version have been removed.