-
public interface RedactionConfigDeclares how the SDK should redact sensitive data
-
-
Method Summary
Modifier and Type Method Description List<String>getSensitiveKeysDenylist()Provides a list of sensitive keys whose values should be redacted on capture. -
-
Method Detail
-
getSensitiveKeysDenylist
List<String> getSensitiveKeysDenylist()
Provides a list of sensitive keys whose values should be redacted on capture.
sdk_config.sensitive_keys_denylist
-
-
-
-