update docs and add compatibility note

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent 403cd275fc
commit ee41434a70
3 changed files with 17 additions and 7 deletions

View File

@@ -42,12 +42,14 @@ rrweb is mainly composed of 3 parts:
- hijack Ajax/fetch API and record request events
- use TraceKit to log exception events
<!-- ## Internal Design
## Internal Design
*Since the design docs were originally written in Chinese, we do not have the English version yet, but it would be available as soon as possible.*
- [serialization](./docs/serialization.md)
- [incremental snapshot](./docs/observer.md)
- [replay](./docs/replay.md)
- [sandbox](./docs/sandbox.md) -->
- [sandbox](./docs/sandbox.md)
## Contribute Guide