ConstThis will append any additional queryParams that the user has provided through redactQueryParams config to the default set i.e to
Does not redact username and password or any query parameters, the URL will be left as is. Note: this is not recommended as it may lead to sensitive data being sent in clear text.
This will only redact the query parameter in the default set of query parameters to redact. It will not redact username and password.
This will replace the default set of query parameters to redact with the query parameters defined in redactQueryParams config, if provided by the user.
The default value, will redact the username and password as well as the default set of query parameters
This will redact username and password in the URL but will not redact any query parameters, even those in the default set.
Controls how the user can configure which parts of the URL should be redacted. Example, certain query parameters, username and password, etc.