Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@ohbug/plugin-rrweb

ohbug-org4Apache-2.00.0.4TypeScript support: included

Ohbug plugin to 'screen recording'

readme

@ohbug/plugin-rrweb

npm npm bundle size Code style

Package rrweb, to "screen recording".

Installation

yarn add rrweb @ohbug/plugin-rrweb

Usage

import { applyPlugin } from '@ohbug/core'
import ohbugPluginRrweb from '@ohbug/plugin-rrweb'
import { init } from '@ohbug/browser'

const enhancer = applyPlugin(ohbugPluginRrweb)
init({ apiKey: 'YOUR_API_KEY' }, enhancer)