aws-rum-web
Advanced tools
Comparing version 1.0.4 to 1.0.5
# Changelog for AWS RUM Web Client | ||
<!--LATEST=1.0.4--> | ||
<!--LATEST=1.0.5--> | ||
<!--ENTRYINSERT--> | ||
## 1.0.5 | ||
- fix: Fixed uncaught TypeError when include/exclude URLs are used with tracing enabled | ||
## 1.0.4 | ||
@@ -7,0 +11,0 @@ |
@@ -52,3 +52,4 @@ "use strict"; | ||
_this.isSessionRecorded = function () { | ||
return _this.context.getSession().record; | ||
var _a; | ||
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false; | ||
}; | ||
@@ -55,0 +56,0 @@ _this.beginTrace = function (input, init, argsArray) { |
@@ -99,3 +99,4 @@ "use strict"; | ||
_this.isSessionRecorded = function () { | ||
return _this.context.getSession().record; | ||
var _a; | ||
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false; | ||
}; | ||
@@ -102,0 +103,0 @@ _this.handleXhrLoadEvent = function (e) { |
@@ -49,3 +49,4 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.isSessionRecorded = function () { | ||
return _this.context.getSession().record; | ||
var _a; | ||
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false; | ||
}; | ||
@@ -52,0 +53,0 @@ _this.beginTrace = function (input, init, argsArray) { |
@@ -96,3 +96,4 @@ var __extends = (this && this.__extends) || (function () { | ||
_this.isSessionRecorded = function () { | ||
return _this.context.getSession().record; | ||
var _a; | ||
return ((_a = _this.context.getSession()) === null || _a === void 0 ? void 0 : _a.record) || false; | ||
}; | ||
@@ -99,0 +100,0 @@ _this.handleXhrLoadEvent = function (e) { |
{ | ||
"name": "aws-rum-web", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The Amazon CloudWatch RUM web client.", | ||
@@ -5,0 +5,0 @@ "license": "Apache-2.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1108938
11207
4