2.15.0
Various fixes & improvements
- sentry: add existing sentry tests (#182) by @billyvg
- better splitting of selectors (rrweb-io#1440) by @billyvg
- Fix for test cases mentioned in rrweb-io#1379 (rrweb-io#1401) by @billyvg
- Revert "fix: Incorrect parsing of functional pseudo class css selector (#169)" (#182) by @billyvg
- sentry fix (#180) by @billyvg
- perf: Avoid an extra function call and object clone during event emission (rrweb-io#1441) by @billyvg
- upstream: perf: only call
createHTMLDocument
where it is needed (#179) by @billyvg - upstream: perf(rrweb): attribute mutation optimization (#178) by @billyvg
- upstream: Extended text masking function to include relevant HTMLElement (#164) by @billyvg
- fix(player): Update import path to use sentry namespace (#177) by @billyvg
- feat: Ensure to use unwrapped versions of
setTimeout
/clearTimeout
(#176) by @mydea