Variable sanitizeSensitiveTranslatorConst

sanitizeSensitiveTranslator: LogTranslator<readonly string[]> = ...

Sanitizes all sensitive data that should not be exposed. For performance optimization – it's good to sanitize data ONLY in places when it's actually needed.

Generated using TypeDoc