@wirequery/wirequery-js-core
TypeScript icon, indicating that this package has built-in type declarations

0.0.5 • Public • Published

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();

Package Sidebar

Install

npm i @wirequery/wirequery-js-core

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

21.8 kB

Total Files

8

Last publish

Collaborators

  • wnederhof