setRedactedKeys

open fun setRedactedKeys(@NonNull() redactedKeys: Set<String>)

Sets which values should be removed from any Metadata objects before sending them to Bugsnag. Use this if you want to ensure you don't send sensitive data such as passwords, and credit card numbers to our servers. Any keys which contain these strings will be filtered. By default, redactedKeys is set to "password"