@pendo/agent 2.320.2 → 2.321.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
@@ -7484,7 +7484,7 @@ function applyMatrix2dRect(matrix2d, rect) {
7484
7484
  return transformedRect;
7485
7485
  }
7486
7486
 
7487
- var VERSION = '2.320.2_';
7487
+ var VERSION = '2.321.0_';
7488
7488
 
7489
7489
  var decodeURIComponent = _.isFunction(window.decodeURIComponent) ? window.decodeURIComponent : _.identity;
7490
7490
 
@@ -8735,7 +8735,7 @@ var writeMessage = function (msg) {
8735
8735
  msg: msg,
8736
8736
  version: VERSION
8737
8737
  });
8738
- return writeImgTag(url);
8738
+ return q.resolve(writeImgTag(url))["catch"](_.noop);
8739
8739
  };
8740
8740
  /**
8741
8741
  * @access private