0.0.5 • Published 1 year ago

@wirequery/wirequery-js-core v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

WireQuery JS Core

WireQuery JS Core allows you to start frontend recordings for use in Session Replay sessions in WireQuery.

Installation:

npm i @wirequery/wirequery-js-core

Usage:

// create a Recorder
const recorder = new Recorder(
    "<wirequery url>",
    <template id>,
    "<api key>"
);

// start recording
recorder.startRecording({ args });

// stop recording
recorder.stopRecording();