docs: add document for console recording and playback (#435)

* docs: add document for console recording and playback

* docs: adjust some sentences
This commit is contained in:
Luck Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 9d2db86d5a
commit dba421d2c5
6 changed files with 151 additions and 0 deletions

View File

@@ -65,3 +65,10 @@ In some Apps, rrweb may record an unexpected amount of data. This part will help
Canvas is a special HTML element, which will not be recorded by rrweb by default. There are some options for recording and replaying Canvas.
[link](./canvas.md)
### Console Recorder and Replayer
Starting with a later version of v0.9.11, we add the ability to record and play back console output.
This feature aims to provide developers with more information about the bug scene. There are some options for recording and replaying console output.
[link](./console.md)