Files
rrweb/packages/web-extension
github-actions[bot] a736f72e0f Version Packages (alpha) (#1436)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-04-01 12:00:00 +08:00
..
2026-04-01 12:00:00 +08:00
2026-04-01 12:00:00 +08:00
2026-04-01 12:00:00 +08:00

rrweb extension

The package web-extension provides a browser extension for recording and replaying web pages.

Installation

yarn install

Build

# build for chrome
yarn build:chrome

# build for firefox
yarn build:firefox

Development

# start a development chrome browser
yarn dev:chrome
# start a development firefox browser
yarn dev:firefox