interface RecordExceptionOptions {
    redacted?: boolean;
}

Properties

Properties

redacted?: boolean

Whether to omit exception messages and stack traces from telemetry. Defaults to the resolved redaction setting for the current session.