Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat mask all text pr #94

Closed
wants to merge 23 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
555d3fc
Feat: Add support for replaying :defined pseudo-class of custom elements
YunFeng0817 Feb 27, 2023
cef51f3
add isCustom flag to serialized elements
YunFeng0817 Mar 2, 2023
56e0bb5
Merge branch 'master' into defined-pseudo-class
YunFeng0817 Mar 4, 2023
5302912
fix code lint error
YunFeng0817 Mar 4, 2023
d5dae21
add custom element event
YunFeng0817 Mar 5, 2023
3016fb6
support for mask all and unmask by selector and class #1096
mdellanoce Jan 6, 2023
4fc4dce
apply text mask settings to inputs #1096
mdellanoce Jan 12, 2023
db8c328
remove default for unmaskTextClass #1096
mdellanoce Feb 10, 2023
726e7ca
skip mask distance if unmask is not found and maskAllText is true #1096
mdellanoce Feb 10, 2023
4ceaf2a
optimize mask/unmask rule matching #1096
mdellanoce Feb 13, 2023
f482f58
optimization for when maskAllText is false #1096
mdellanoce Apr 6, 2023
32b726b
add benchmarks for text masking #1096
mdellanoce Apr 10, 2023
5ffcb9f
Apply formatting changes
mdellanoce Apr 10, 2023
3a14f29
feat: add forked sentry tests
billyvg Jul 6, 2023
bfc4c1a
update snapshots
billyvg Jul 7, 2023
95ba6d5
Merge remote-tracking branch 'pendo-io/md-mask-enhancements-1096' int…
billyvg Jul 7, 2023
11819e7
forgot to save
billyvg Jul 7, 2023
db05c67
update tests for maskAllText
billyvg Jul 7, 2023
da60bca
Merge remote-tracking branch 'upstream/defined-pseudo-class' into fea…
billyvg Jul 7, 2023
b9b97f4
remove old sentry test
billyvg Jul 7, 2023
061689c
fix types for custom element
billyvg Jul 7, 2023
7a38121
update snapshot expectations
billyvg Jul 7, 2023
f286fb5
Apply formatting changes
billyvg Jul 7, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply formatting changes
  • Loading branch information
mdellanoce authored and github-actions[bot] committed Apr 10, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 5ffcb9fdee24ac678cf023d9c0e99d3540f63d62
2 changes: 1 addition & 1 deletion packages/rrweb/test/benchmark/dom-mutation.test.ts
Original file line number Diff line number Diff line change
@@ -149,7 +149,7 @@ describe('benchmark: mutation observer', () => {
});
},
suite.eval,
suite.recordOptions || {}
suite.recordOptions || {},
)) as number;
};