2.1.3-alpha.1 • Published 4 months ago

@appsurify-testmap/rrweb-plugin-sequential-id-record v2.1.3-alpha.1

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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?

2.1.3-alpha.1

4 months ago

2.1.2-alpha.5

4 months ago

2.1.2-alpha.2

4 months ago

2.1.2-alpha.1

5 months ago

2.1.1-alpha.7

5 months ago

2.1.1-alpha.6

5 months ago

2.1.1-alpha.5

5 months ago

2.1.1-alpha.2

5 months ago

2.1.1-alpha.1

5 months ago

2.1.0-alpha.7

5 months ago

2.1.0-alpha.6

5 months ago

2.1.0-alpha.5

5 months ago

2.1.0-alpha.3

5 months ago

2.1.0-alpha.2

5 months ago

2.1.0-alpha.1

6 months ago