Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / / SessionReplayEvent
Type Alias: SessionReplayEvent
ts
type SessionReplayEvent =
| ReplayEvent
| CassetteReplayDecision;Defined in: packages/sessions/src/replay/types.ts:74
Single event yielded by Session.replay({...}). Combines the sanitized observability replay events + the cassette-driven decisions surfaced by the cassette engine.