@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 CHANGED
@@ -90,6 +90,7 @@ The current list of available plugins and their export names are:
90
90
  - Session Replay (Replay)
91
91
  - Guide Logic (GuideMarkdown)
92
92
  - Voice of the Customer Portal (VocPortal)
93
+ - Capture Console Logs (ConsoleCapture)
93
94
 
94
95
  ## Manifest V3 Extensions
95
96
 
package/dist/dom.esm.js CHANGED
@@ -7292,7 +7292,7 @@ function getScreenPosition(element) {
7292
7292
  };
7293
7293
  }
7294
7294
 
7295
- var VERSION = '2.288.1_';
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
  ];