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
Apply formatting changes
  • Loading branch information
eoghanmurray authored and github-actions[bot] committed Sep 5, 2025
commit 64996bf8b76708db8fd85b0fced4fe690e07d744
2 changes: 1 addition & 1 deletion packages/rrweb/src/record/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ function record<T = eventWithTime>(
e.type !== EventType.FullSnapshot &&
!(
e.type === EventType.IncrementalSnapshot &&
e.data.source ===IncrementalSource.Mutation
e.data.source === IncrementalSource.Mutation
)
) {
// we've got a user initiated event so first we need to apply
Expand Down