slnodejs 6.1.466 → 6.1.468
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/browser-agent/dist/browser-agent-all.js +2 -2
- package/browser-agent/dist/browser-agent-all.min.js +1 -1
- package/browser-agent/package.json +1 -1
- package/package.json +1 -1
- package/tsOutputs/common/agent-events/agent-events-controller.js +1 -1
- package/tsOutputs/common/agent-events/agent-events-controller.js.map +1 -1
|
@@ -28029,7 +28029,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
28029
28029
|
"use strict";
|
|
28030
28030
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28031
28031
|
exports.SL_AGENT_TYPE = exports.SL_AGENT_VERSION = void 0;
|
|
28032
|
-
exports.SL_AGENT_VERSION = '6.1.
|
|
28032
|
+
exports.SL_AGENT_VERSION = '6.1.468';
|
|
28033
28033
|
exports.SL_AGENT_TYPE = 'browser';
|
|
28034
28034
|
});
|
|
28035
28035
|
|
|
@@ -30960,7 +30960,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
30960
30960
|
}
|
|
30961
30961
|
}
|
|
30962
30962
|
buildEvent(type, data) {
|
|
30963
|
-
const cleanData = (this._agentConfig.removeSensitiveData ? data_cleansing_utils_1.DataCleansingUtils.removeSensitiveData(data) : data);
|
|
30963
|
+
const cleanData = (this._agentConfig.removeSensitiveData.value ? data_cleansing_utils_1.DataCleansingUtils.removeSensitiveData(data) : data);
|
|
30964
30964
|
return {
|
|
30965
30965
|
type: type,
|
|
30966
30966
|
utcTimestamp_ms: (0, system_date_1.getSystemDateValueOf)(),
|