@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.cjs CHANGED
@@ -16187,7 +16187,7 @@ class Replayer {
16187
16187
  this.virtualDom.mirror
16188
16188
  );
16189
16189
  } catch (e2) {
16190
- console.warn(e2);
16190
+ this.warn(e2);
16191
16191
  }
16192
16192
  this.virtualDom.destroyTree();
16193
16193
  this.usingVirtualDom = false;