Skip to content
Open
Changes from 1 commit
Commits
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
Revert something that shouldn't have gotten into the UMD branch folder
  • Loading branch information
eoghanmurray committed Sep 5, 2025
commit eb092d2343c6abdafc0b8879d3dbce19bfe3b26b
11 changes: 1 addition & 10 deletions packages/rrweb/src/record/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,16 +209,7 @@ function record<T = eventWithTime>(
e.type !== EventType.FullSnapshot &&
!(
e.type === EventType.IncrementalSnapshot &&
[
IncrementalSource.Mutation,
IncrementalSource.MediaInteraction, // often automatic e.g. background video loop
IncrementalSource.StyleSheetRule,
IncrementalSource.CanvasMutation,
IncrementalSource.Font,
IncrementalSource.Log,
IncrementalSource.StyleDeclaration,
IncrementalSource.AdoptedStyleSheet,
].includes(e.data.source)
e.data.source ===IncrementalSource.Mutation
)
) {
// we've got a user initiated event so first we need to apply
Expand Down
Loading