0.5.2 • Published 12 months ago

@sailfish-rrweb/rrweb-plugin-sequential-id-record v0.5.2

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

@rrweb/rrweb-plugin-sequential-id-record

Use this plugin in combination with the @rrweb/rrweb-plugin-sequential-id-replay plugin to record and replay events with a sequential id. See the guide for more info on rrweb.

Installation

npm install @rrweb/rrweb-plugin-sequential-id-record

Usage

import rrweb from 'rrweb';
import { getRecordSequentialIdPlugin } from '@rrweb/rrweb-plugin-sequential-id-record';

rrweb.record({
  emit: function emit(event) {
    // send events to server
  },
  plugins: [
    getRecordSequentialIdPlugin({
      key: '_sid', // default value
    }),
  ],
});

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site.

Gold Sponsors 🥇

Silver Sponsors 🥈

Bronze Sponsors 🥉

Backers

Core Team Members

Who's using rrweb?

0.5.2

12 months ago

0.5.1

12 months ago

0.2.7

12 months ago

0.2.5

12 months ago

0.2.4

12 months ago

0.2.3

12 months ago

0.2.12

12 months ago

0.2.1

12 months ago

0.2.0

12 months ago

0.1.3

12 months ago

0.1.1-sailfish

12 months ago