Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/sessions / / SessionReplayMode

Type Alias: SessionReplayMode

ts
type SessionReplayMode = "sanitized" | "raw";

Defined in: packages/sessions/src/replay/types.ts:29

Mode discriminator. 'sanitized' is the default; 'raw' requires the traces:read:raw scope.

Stable