@logspace/sdk 1.1.9 → 1.1.11

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/logspace.esm.js CHANGED
@@ -14562,15 +14562,20 @@ const processedRecoverySessionIds = /* @__PURE__ */ new Set();
14562
14562
  const RECORDING_QUALITY_PRESETS = {
14563
14563
  low: {
14564
14564
  maskAllInputs: false,
14565
- checkoutEveryNth: 500,
14565
+ checkoutEveryNth: 1e3,
14566
14566
  recordCanvas: false
14567
14567
  },
14568
14568
  medium: {
14569
14569
  maskAllInputs: false,
14570
- checkoutEveryNth: 300,
14570
+ checkoutEveryNth: 500,
14571
14571
  recordCanvas: false
14572
14572
  },
14573
14573
  high: {
14574
+ maskAllInputs: false,
14575
+ checkoutEveryNth: 300,
14576
+ recordCanvas: false
14577
+ },
14578
+ extrahigh: {
14574
14579
  maskAllInputs: false,
14575
14580
  checkoutEveryNth: 150,
14576
14581
  recordCanvas: false
@@ -14592,7 +14597,7 @@ const DEFAULT_CONFIG = {
14592
14597
  },
14593
14598
  rrweb: {
14594
14599
  maskAllInputs: false,
14595
- checkoutEveryNth: 300,
14600
+ checkoutEveryNth: 500,
14596
14601
  // Default to 'medium' quality
14597
14602
  recordCanvas: false
14598
14603
  },