@glimt/record 0.0.28 → 0.0.29

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/record.cjs CHANGED
@@ -9465,7 +9465,10 @@ class MutationBuffer {
9465
9465
  "totalMutations:",
9466
9466
  this.stormInfo.totalMutations,
9467
9467
  "stormExceededLimit:",
9468
- stormExceededLimit
9468
+ stormExceededLimit,
9469
+ "storm duration:",
9470
+ Date.now() - this.stormInfo.startedAt,
9471
+ "ms"
9469
9472
  );
9470
9473
  clearTimeout(this.stormInfo.timeout);
9471
9474
  this.stormInfo = null;