@posthog/rrweb 0.0.21 → 0.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/rrweb.js CHANGED
@@ -16185,7 +16185,7 @@ class Replayer {
16185
16185
  this.virtualDom.mirror
16186
16186
  );
16187
16187
  } catch (e2) {
16188
- console.warn(e2);
16188
+ this.warn(e2);
16189
16189
  }
16190
16190
  this.virtualDom.destroyTree();
16191
16191
  this.usingVirtualDom = false;