New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

@browser-replay/plugin-sequential-id-record

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-replay/plugin-sequential-id-record

browser-replay plugin for sequential node IDs during recording

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created
Source

@browser-replay/plugin-sequential-id-record

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

Installation

npm install @browser-replay/plugin-sequential-id-record

Usage

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

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

Keywords

browser-replay

FAQs

Package last updated on 17 Jun 2026

Related posts