@rrwebcloud/openclaw-session-recording
v2026.3.28-5
Published
OpenClaw rrweb replay plugin
Readme
@rrwebcloud/openclaw-session-recording
Portable rrweb replay plugin for OpenClaw-managed browsers.
Install
openclaw plugins install @rrwebcloud/openclaw-session-recordingIf you are working from this repository checkout instead of the published package, use:
openclaw plugins install -l ./extensions/rrweb-replay
openclaw plugins install -l ./extensions/diagnostics-otelMinimal config
plugins:
entries:
rrweb-replay:
enabled: true
publicKey: public_key_rr_your_public_keyNotes
- OpenClaw
2026.3.24+uses the automatic browser-runtime integration path - OpenClaw
2026.3.13loads in legacy compatibility mode and reports clear next steps instead of failing on install serverUrldefaults tohttps://api.rrwebcloud.compublicKeyis required for rrwebcloud ingestsecretKeyis not required for recording; it is only needed if you want to query rrwebcloud APIs yourself- OpenClaw now records rrweb events locally and uploads authenticated NDJSON from runtime code; it does not rely on browser-side
record.jsingest - the browser extension is optional for the runtime uploader path and is only needed when you specifically want extension-side behavior
- the plugin targets managed Chromium browser profiles such as
openclaw replay_session_infoexposes the active replay metadata- When
diagnostics-otelis enabled, replay-aware spans includeopenclaw.replay.*attributes. See Logging.
