You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release introduces support for configuring MaskProperties via JSON. As the version number indicates this is a breaking change as the C# equivalent had to be changed to match.
See the README for more details on configuring specific property masking options.
Marked the WithSensitiveDataMasking() methods that take specific parameters as obsolete in favour of the WithSensitiveDataMasking(options => {}) version