Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / ReplayAuditBridge

Interface: ReplayAuditBridge

Defined in: packages/observability/src/replay/types.ts:31

Audit-bridge contract used by the replay layer. Every replay invocation emits one entry through the bridge — sanitized + raw alike. The actual audit storage lives in @graphorin/security; the replay layer keeps the bridge generic so the package stays free of a hard dependency on the security package.

Stable

Methods

emit()

ts
emit(event): void;

Defined in: packages/observability/src/replay/types.ts:32

Parameters

ParameterType
eventReplayAuditEvent

Returns

void