@microsoft/applicationinsights-dependencies-js 2.8.12-nightly.2303-06 → 2.8.12-nightly.2304-09
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/applicationinsights-dependencies-js.integrity.json +9 -9
- package/browser/applicationinsights-dependencies-js.js +7 -7
- package/browser/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.d.ts +1 -1
- package/dist/applicationinsights-dependencies-js.js +7 -7
- package/dist/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/applicationinsights-dependencies-js.rollup.d.ts +1 -1
- package/dist-esm/DependencyInitializer.js +1 -1
- package/dist-esm/DependencyListener.js +1 -1
- package/dist-esm/InternalConstants.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/ajax.js +1 -1
- package/dist-esm/ajaxRecord.js +1 -1
- package/dist-esm/ajaxUtils.js +1 -1
- package/dist-esm/applicationinsights-dependencies-js.js +1 -1
- package/package.json +7 -6
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-dependencies-js",
|
|
3
|
-
"version": "2.8.12-nightly.
|
|
3
|
+
"version": "2.8.12-nightly.2304-09",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-dependencies-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-csMKt4JIngnz7uEwKCG1x402vfKEhIDry/EPTYcsJdQ= sha384-mnM1KvwyoNLJU70jmAEZAd7QuEqwTFmSDurmkGesGAVqZvWaqZKn/Tt22csaqvp9 sha512-T5J4ww0Mro8Sfn6DaEBi6xj7tFsblppn7AY9GZ/2TB4EdQpVI9fo5nHmJRlSYYFNHiphcv7Pwgo8nnatT6jd6g==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "csMKt4JIngnz7uEwKCG1x402vfKEhIDry/EPTYcsJdQ=",
|
|
11
|
+
"sha384": "mnM1KvwyoNLJU70jmAEZAd7QuEqwTFmSDurmkGesGAVqZvWaqZKn/Tt22csaqvp9",
|
|
12
|
+
"sha512": "T5J4ww0Mro8Sfn6DaEBi6xj7tFsblppn7AY9GZ/2TB4EdQpVI9fo5nHmJRlSYYFNHiphcv7Pwgo8nnatT6jd6g=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-dependencies-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-eczuyUW2diwRaiLaHE2VV9GJB3p7/fHdQTwAU199eXY= sha384-LTuuYfSmXgHQX/GTqZkUa3uQ+xGMJBC52lOi5AGTHEy/mCpgb7dPnF4zIjvX/+KC sha512-GQ7i6HTfwyPYEZJNnMiVl0PGWcNxtlpq5QeKRXSPqBl+p9GhX4d9VW3DPrgRTnDQsOa0MY2Mvdoac3bBPqKV1A==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "eczuyUW2diwRaiLaHE2VV9GJB3p7/fHdQTwAU199eXY=",
|
|
21
|
+
"sha384": "LTuuYfSmXgHQX/GTqZkUa3uQ+xGMJBC52lOi5AGTHEy/mCpgb7dPnF4zIjvX/+KC",
|
|
22
|
+
"sha512": "GQ7i6HTfwyPYEZJNnMiVl0PGWcNxtlpq5QeKRXSPqBl+p9GhX4d9VW3DPrgRTnDQsOa0MY2Mvdoac3bBPqKV1A=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Dependencies Plugin, 2.8.12-nightly.
|
|
2
|
+
* Application Insights JavaScript SDK - Dependencies Plugin, 2.8.12-nightly.2304-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
}
|
|
102
102
|
|
|
103
103
|
/*!
|
|
104
|
-
* Microsoft Dynamic Proto Utility, 1.1.
|
|
104
|
+
* Microsoft Dynamic Proto Utility, 1.1.9
|
|
105
105
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
106
106
|
*/
|
|
107
107
|
var _a$1;
|
|
@@ -990,17 +990,17 @@
|
|
|
990
990
|
var _loggingLevelConsole;
|
|
991
991
|
var _loggingLevelTelemetry;
|
|
992
992
|
var _maxInternalMessageLimit;
|
|
993
|
-
var
|
|
993
|
+
var _enableDebug;
|
|
994
994
|
dynamicProto(DiagnosticLogger, this, function (_self) {
|
|
995
995
|
_setDefaultsFromConfig(config || {});
|
|
996
996
|
_self.consoleLoggingLevel = function () { return _loggingLevelConsole; };
|
|
997
997
|
_self.telemetryLoggingLevel = function () { return _loggingLevelTelemetry; };
|
|
998
998
|
_self.maxInternalMessageLimit = function () { return _maxInternalMessageLimit; };
|
|
999
|
-
_self[_DYN_ENABLE_DEBUG_EXCEPTI4 ] = function () { return
|
|
999
|
+
_self[_DYN_ENABLE_DEBUG_EXCEPTI4 ] = function () { return _enableDebug; };
|
|
1000
1000
|
_self.throwInternal = function (severity, msgId, msg, properties, isUserAct) {
|
|
1001
1001
|
if (isUserAct === void 0) { isUserAct = false; }
|
|
1002
1002
|
var message = new _InternalLogMessage(msgId, msg, isUserAct, properties);
|
|
1003
|
-
if (
|
|
1003
|
+
if (_enableDebug) {
|
|
1004
1004
|
throw dumpObj(message);
|
|
1005
1005
|
}
|
|
1006
1006
|
else {
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
_loggingLevelConsole = getCfgValue(config.loggingLevelConsole, 0);
|
|
1074
1074
|
_loggingLevelTelemetry = getCfgValue(config.loggingLevelTelemetry, 1);
|
|
1075
1075
|
_maxInternalMessageLimit = getCfgValue(config.maxMessageLimit, 25);
|
|
1076
|
-
|
|
1076
|
+
_enableDebug = getCfgValue(config.enableDebug, getCfgValue(config[_DYN_ENABLE_DEBUG_EXCEPTI4 ], false));
|
|
1077
1077
|
}
|
|
1078
1078
|
function _areInternalMessagesThrottled() {
|
|
1079
1079
|
return _messageCount >= _maxInternalMessageLimit;
|
|
@@ -1280,7 +1280,7 @@
|
|
|
1280
1280
|
}
|
|
1281
1281
|
|
|
1282
1282
|
var _objDefineProperty = ObjDefineProperty;
|
|
1283
|
-
var version = "2.8.12-nightly.
|
|
1283
|
+
var version = "2.8.12-nightly.2304-09";
|
|
1284
1284
|
var instanceName = "." + newId(6);
|
|
1285
1285
|
var _dataUid = 0;
|
|
1286
1286
|
function _createAccessor(target, prop, value) {
|