feat: Add ignoreSelector option (#1262)

* feat: Add `ignoreSelector` option

Similar to `ignoreClass`, but accepts a CSS selector so that you can use any CSS selector.

* Apply formatting changes

* Create clean-shrimps-lay.md

* Apply formatting changes
This commit is contained in:
Billy Vong
2023-08-04 04:30:03 -04:00
committed by GitHub
parent 7103625b46
commit 36da39db36
8 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
---
'rrweb': patch
---
feat: Add `ignoreSelector` option
Similar to ignoreClass, but accepts a CSS selector so that you can use any CSS selector.