@pendo/agent 2.288.1 → 2.289.1
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/README.md +1 -0
- package/dist/dom.esm.js +3 -1
- package/dist/pendo.module.js +7871 -31
- package/dist/pendo.module.min.js +13 -13
- package/dist/replay.worker.min.js +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/dom.esm.js
CHANGED
|
@@ -7292,7 +7292,7 @@ function getScreenPosition(element) {
|
|
|
7292
7292
|
};
|
|
7293
7293
|
}
|
|
7294
7294
|
|
|
7295
|
-
var VERSION = '2.
|
|
7295
|
+
var VERSION = '2.289.1_';
|
|
7296
7296
|
|
|
7297
7297
|
var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
|
|
7298
7298
|
|
|
@@ -8144,6 +8144,8 @@ Eventable.clear = function (events) {
|
|
|
8144
8144
|
new EventType('transmit:locked', [LIFECYCLE]),
|
|
8145
8145
|
new EventType('transmit:unlocked', [LIFECYCLE]),
|
|
8146
8146
|
new EventType('sessionChanged', [LIFECYCLE]),
|
|
8147
|
+
new EventType('ptm:unpaused', [LIFECYCLE]),
|
|
8148
|
+
new EventType('ptm:paused', [LIFECYCLE]),
|
|
8147
8149
|
new EventType('childFrameJoined', [FRAMES]),
|
|
8148
8150
|
new EventType('tabIdChanged:self', [DEBUG, LIFECYCLE])
|
|
8149
8151
|
];
|