Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/observability / / ReplayMode

Type Alias: ReplayMode

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

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

Replay scope hint. Server mode requires 'raw' to be backed by a token carrying the traces:read:raw scope. The library mode uses the same flag but without scope enforcement (the server is the only boundary that can grant 'raw').

Stable