-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add recording url blocklist (#1500)
* Add blocked urls to the state * rename function to indicate new purpose * exit early when paused or disabled * refactor: move matching to a function * extend status to return paused * feat: start stop the recording when arriving/leaving from blocked url * fix: use same name for property * fix: don't fully stop/restart sessions * fix: more property typos * fix: trigger should be disabled even when no decide response was received as well * fix: early exit only for paused state * fix: guard condition for pause/resume * fix: more reliable way of pausing, lose less data * test: add a new test for url blocking functionality * oops * add/remove capture blocking tag * test the document classname changes * remove some comments, these cannot be tested as-is
- Loading branch information
1 parent
ba4f3bd
commit 8a1746e
Showing
3 changed files
with
160 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters