improve: add try catch to snapshot.ts 's masking text function (#1148)

* improve: add try catch to snapshot.ts to make it robust

* add change log
This commit is contained in:
Yun Feng
2026-04-01 12:00:00 +08:00
committed by GitHub
parent 3c61ec91b5
commit ea9033fc08
2 changed files with 38 additions and 25 deletions

View File

@@ -0,0 +1,5 @@
---
'rrweb-snapshot': patch
---
Improve: Add try catch to snapshot.ts 's masking text function. Fixes [#1118](https://github.com/rrweb-io/rrweb/issues/1118).