as a kind of follow-up to https://github.com/getsentry/rrweb/pull/55, this allows to configure an optional callback which can control if a mutation should result in a full snapshot or not.
We can leverage this in replay to:
Log how many mutations are contained in a mutation set
Potentially control to do full checkouts in certain times
as a kind of follow-up to https://github.com/getsentry/rrweb/pull/55, this allows to configure an optional callback which can control if a mutation should result in a full snapshot or not.
We can leverage this in replay to: