@pendo/agent 2.295.1 → 2.296.0

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/dom.esm.js CHANGED
@@ -6901,6 +6901,7 @@ var ConfigReader = (function () {
6901
6901
  addOption('enableAllEmbeddedGuideEvents', [PENDO_CONFIG_SRC], false);
6902
6902
  // Form Validation
6903
6903
  addOption('formValidation', [PENDO_CONFIG_SRC], false);
6904
+ addOption('performanceMetricsEnabled', [SNIPPET_SRC, PENDO_CONFIG_SRC], true);
6904
6905
  }
6905
6906
  initializeOptions();
6906
6907
  var sourceGetters = {};
@@ -7312,7 +7313,7 @@ function getScreenPosition(element) {
7312
7313
  };
7313
7314
  }
7314
7315
 
7315
- var VERSION = '2.295.1_';
7316
+ var VERSION = '2.296.0_';
7316
7317
 
7317
7318
  var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
7318
7319
 
@@ -9748,7 +9749,7 @@ var DomObserver = /** @class */ (function () {
9748
9749
  _this.signal();
9749
9750
  }, 500);
9750
9751
  this._teardown = function () {
9751
- clearTimeout(handle_1);
9752
+ clearInterval(handle_1);
9752
9753
  };
9753
9754
  }
9754
9755
  }