@pendo/agent 2.317.2 → 2.318.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 +4 -2
- package/dist/pendo.module.js +798 -541
- package/dist/pendo.module.min.js +13 -61
- package/dist/servers.json +7 -7
- package/package.json +1 -1
package/dist/dom.esm.js
CHANGED
|
@@ -6994,7 +6994,7 @@ var ConfigReader = (function () {
|
|
|
6994
6994
|
addOption('formValidation', [PENDO_CONFIG_SRC], false);
|
|
6995
6995
|
// Performance Metrics
|
|
6996
6996
|
addOption('performanceMetricsEnabled', [SNIPPET_SRC, PENDO_CONFIG_SRC], true);
|
|
6997
|
-
addOption('performanceMetricsSampleRate', [SNIPPET_SRC, PENDO_CONFIG_SRC],
|
|
6997
|
+
addOption('performanceMetricsSampleRate', [SNIPPET_SRC, PENDO_CONFIG_SRC], 10);
|
|
6998
6998
|
}
|
|
6999
6999
|
initializeOptions();
|
|
7000
7000
|
var sourceGetters = {};
|
|
@@ -7473,7 +7473,7 @@ function applyMatrix2dRect(matrix2d, rect) {
|
|
|
7473
7473
|
return transformedRect;
|
|
7474
7474
|
}
|
|
7475
7475
|
|
|
7476
|
-
var VERSION = '2.
|
|
7476
|
+
var VERSION = '2.318.0_';
|
|
7477
7477
|
|
|
7478
7478
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7479
7479
|
|
|
@@ -8316,6 +8316,8 @@ Eventable.clear = function (events) {
|
|
|
8316
8316
|
new EventType('guidesFailed', [DEBUG, LIFECYCLE]),
|
|
8317
8317
|
new EventType('guidesLoaded', [DEBUG, LIFECYCLE]),
|
|
8318
8318
|
new EventType('segmentFlagsUpdated', [DEBUG, LIFECYCLE]),
|
|
8319
|
+
new EventType('segmentFlagsReady', [DEBUG, LIFECYCLE]),
|
|
8320
|
+
new EventType('segmentFlagsError', [DEBUG, LIFECYCLE]),
|
|
8319
8321
|
new EventType('guideListChanged', [DEBUG, LIFECYCLE]),
|
|
8320
8322
|
new EventType('guideSeen', [DEBUG, LIFECYCLE]),
|
|
8321
8323
|
new EventType('guideNotSeen', [DEBUG, LIFECYCLE]),
|