Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/sessions / / createSessionReplayer

Function: createSessionReplayer()

ts
function createSessionReplayer(opts?): SessionReplayer;

Defined in: packages/sessions/src/replay/replayer.ts:91

Build a session-level replayer.

Parameters

ParameterType
optsCreateSessionReplayerOptions

Returns

SessionReplayer

Stable