Kind: Function
Source: atloria-monorepo/apps/api/src/capture/capture.redact.ts
True when a value looks like a secret and must never be stored.
Signature
tsfunction isSensitiveValue(value: string): boolean
Parameters
| Name | Type |
|---|---|
value | string |
Returns: boolean
Was this page helpful?