feat(tess): add safe runtime observability (#726)
This commit was merged in pull request #726.
This commit is contained in:
@@ -15,3 +15,10 @@ export {
|
||||
type RedactionResult,
|
||||
type SensitiveClassification,
|
||||
} from './redaction.js';
|
||||
export {
|
||||
createRuntimeAuditLogEntry,
|
||||
type RuntimeAuditEvent,
|
||||
type RuntimeAuditErrorCode,
|
||||
type RuntimeAuditOperation,
|
||||
type RuntimeAuditOutcome,
|
||||
} from './runtime-audit.js';
|
||||
|
||||
Reference in New Issue
Block a user