mftsccs-browser 2.1.33-beta → 2.1.34-beta
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/main.bundle.js
CHANGED
|
@@ -12104,11 +12104,11 @@ class Logger {
|
|
|
12104
12104
|
if (this.applicationLogsData.length === 0) {
|
|
12105
12105
|
return;
|
|
12106
12106
|
}
|
|
12107
|
+
this.applicationLogsData = [];
|
|
12107
12108
|
const accessToken = _DataStructures_Security_TokenStorage__WEBPACK_IMPORTED_MODULE_1__.TokenStorage.BearerAccessToken;
|
|
12108
12109
|
if (!accessToken)
|
|
12109
12110
|
return;
|
|
12110
12111
|
// clear application log from memory
|
|
12111
|
-
this.applicationLogsData = [];
|
|
12112
12112
|
const chunkSize = 50;
|
|
12113
12113
|
for (let i = 0; i < storedLogs.length; i += chunkSize) {
|
|
12114
12114
|
const chunk = storedLogs.slice(i, i + chunkSize);
|
|
@@ -12143,10 +12143,10 @@ class Logger {
|
|
|
12143
12143
|
console.log("Log from sendPackageLogsToServer : ", this.packageLogsData);
|
|
12144
12144
|
if (this.packageLogsData.length === 0)
|
|
12145
12145
|
return;
|
|
12146
|
+
this.packageLogsData = [];
|
|
12146
12147
|
const accessToken = _DataStructures_Security_TokenStorage__WEBPACK_IMPORTED_MODULE_1__.TokenStorage.BearerAccessToken;
|
|
12147
12148
|
if (!accessToken)
|
|
12148
12149
|
return;
|
|
12149
|
-
this.packageLogsData = [];
|
|
12150
12150
|
const chunkSize = 300;
|
|
12151
12151
|
for (let i = 0; i < storedLogs.length; i += chunkSize) {
|
|
12152
12152
|
const chunk = storedLogs.slice(i, i + chunkSize);
|
|
@@ -12104,11 +12104,11 @@ class Logger {
|
|
|
12104
12104
|
if (this.applicationLogsData.length === 0) {
|
|
12105
12105
|
return;
|
|
12106
12106
|
}
|
|
12107
|
+
this.applicationLogsData = [];
|
|
12107
12108
|
const accessToken = _DataStructures_Security_TokenStorage__WEBPACK_IMPORTED_MODULE_1__.TokenStorage.BearerAccessToken;
|
|
12108
12109
|
if (!accessToken)
|
|
12109
12110
|
return;
|
|
12110
12111
|
// clear application log from memory
|
|
12111
|
-
this.applicationLogsData = [];
|
|
12112
12112
|
const chunkSize = 50;
|
|
12113
12113
|
for (let i = 0; i < storedLogs.length; i += chunkSize) {
|
|
12114
12114
|
const chunk = storedLogs.slice(i, i + chunkSize);
|
|
@@ -12143,10 +12143,10 @@ class Logger {
|
|
|
12143
12143
|
console.log("Log from sendPackageLogsToServer : ", this.packageLogsData);
|
|
12144
12144
|
if (this.packageLogsData.length === 0)
|
|
12145
12145
|
return;
|
|
12146
|
+
this.packageLogsData = [];
|
|
12146
12147
|
const accessToken = _DataStructures_Security_TokenStorage__WEBPACK_IMPORTED_MODULE_1__.TokenStorage.BearerAccessToken;
|
|
12147
12148
|
if (!accessToken)
|
|
12148
12149
|
return;
|
|
12149
|
-
this.packageLogsData = [];
|
|
12150
12150
|
const chunkSize = 300;
|
|
12151
12151
|
for (let i = 0; i < storedLogs.length; i += chunkSize) {
|
|
12152
12152
|
const chunk = storedLogs.slice(i, i + chunkSize);
|