sendDefaultPii property

bool sendDefaultPii
final

When true, the (B) auto-PII scrubbers (email + IPv4) are DISABLED because the user explicitly opted into shipping PII. The (A) financial/identity scrubbers (Luhn-valid CC, hyphenated SSN) ALWAYS run regardless. Default false = auto-PII is scrubbed.

Implementation

final bool sendDefaultPii;