diff --git a/.changeset/downwith-title-scrolling.md b/.changeset/downwith-title-scrolling.md new file mode 100644 index 0000000000..65d1738110 --- /dev/null +++ b/.changeset/downwith-title-scrolling.md @@ -0,0 +1,8 @@ +--- +"rrweb-snapshot": patch +"rrweb": patch +--- + +Add `slimDOMOptions.headTitleMutations` option to block 'animation' on tag. +Certain old-skool sites use title scrolling to draw attention to their tab; these unfortunately generate a lot of mutations in rrweb which wouldn't be used by most replayers. +Default for this new option is off (unless `slimDOMOptions` is set to `'all'`) as a change to the <title> tag is useful to record in single page apps, when a 'soft' navigation happens.