@microsoft/applicationinsights-properties-js 3.0.0-beta.2210-08 → 3.0.0-beta.2210-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-properties-js.integrity.json +9 -9
- package/browser/applicationinsights-properties-js.js +8 -8
- package/browser/applicationinsights-properties-js.js.map +1 -1
- package/browser/applicationinsights-properties-js.min.js +2 -2
- package/browser/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.api.json +9 -2
- package/dist/applicationinsights-properties-js.d.ts +1 -1
- package/dist/applicationinsights-properties-js.js +8 -8
- package/dist/applicationinsights-properties-js.js.map +1 -1
- package/dist/applicationinsights-properties-js.min.js +2 -2
- package/dist/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
- package/dist-esm/Context/Application.js +1 -1
- package/dist-esm/Context/Device.js +1 -1
- package/dist-esm/Context/Internal.js +1 -1
- package/dist-esm/Context/Location.js +1 -1
- package/dist-esm/Context/Session.js +1 -1
- package/dist-esm/Context/TelemetryTrace.js +1 -1
- package/dist-esm/Context/User.js +1 -1
- package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-esm/Interfaces/IPropertiesConfig.js +1 -1
- package/dist-esm/PropertiesPlugin.js +1 -1
- package/dist-esm/TelemetryContext.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-properties-js.js +1 -1
- package/package.json +3 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-properties-js",
|
|
3
|
-
"version": "3.0.0-beta.2210-
|
|
3
|
+
"version": "3.0.0-beta.2210-09",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-properties-js.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-tOo1HwaDzs2vJtzqIOmwRAgPWTm6cU+9CmCIpnQ9ygw= sha384-2gUaCi1e9E9EOjlWZymX5/z4oBRgx5Dy+P7watqsvHAP13fDM+4+UkyxfDgkxe2I sha512-j/t4KyjciqdfBYE7woNxY8NAWp0gS+gVfOYlTYRGPDqYnSVQUeCUFxkQJrzjQT2/0BBbTDbu8sSyecx+yaYonw==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "+
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "tOo1HwaDzs2vJtzqIOmwRAgPWTm6cU+9CmCIpnQ9ygw=",
|
|
11
|
+
"sha384": "2gUaCi1e9E9EOjlWZymX5/z4oBRgx5Dy+P7watqsvHAP13fDM+4+UkyxfDgkxe2I",
|
|
12
|
+
"sha512": "j/t4KyjciqdfBYE7woNxY8NAWp0gS+gVfOYlTYRGPDqYnSVQUeCUFxkQJrzjQT2/0BBbTDbu8sSyecx+yaYonw=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-properties-js.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-bErYzJHo9LP4u04q1Uvk1jf6MzbVXPnDDeVFBPxxqoc= sha384-i0vv+jb2yRvbII7aJpbCKbsh/SPrXiz0rdNbe7hxRcfqZduvcM3oKLskfVPSOY5i sha512-BfvbCqiZ+1tN99WpR7ikcIF9LqwGdVOkMJFsgpn27fedbQqDjC39qHilRIQYZitCinskgTCDg2AkTRYoSswTGg==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "bErYzJHo9LP4u04q1Uvk1jf6MzbVXPnDDeVFBPxxqoc=",
|
|
21
|
+
"sha384": "i0vv+jb2yRvbII7aJpbCKbsh/SPrXiz0rdNbe7hxRcfqZduvcM3oKLskfVPSOY5i",
|
|
22
|
+
"sha512": "BfvbCqiZ+1tN99WpR7ikcIF9LqwGdVOkMJFsgpn27fedbQqDjC39qHilRIQYZitCinskgTCDg2AkTRYoSswTGg=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 3.0.0-beta.2210-
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 3.0.0-beta.2210-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -823,7 +823,7 @@
|
|
|
823
823
|
var _DYN_GET_PROCESS_TEL_CONT0 = "getProcessTelContext";
|
|
824
824
|
var _DYN_CALL = "call";
|
|
825
825
|
var _DYN_GET_PLUGIN = "getPlugin";
|
|
826
|
-
var
|
|
826
|
+
var _DYN_LOGGING_LEVEL_CONSOL5 = "loggingLevelConsole";
|
|
827
827
|
var _DYN_TEARDOWN = "teardown";
|
|
828
828
|
var _DYN_MESSAGE_ID = "messageId";
|
|
829
829
|
var _DYN_MESSAGE = "message";
|
|
@@ -840,7 +840,7 @@
|
|
|
840
840
|
var _DYN_SPLIT = "split";
|
|
841
841
|
var _DYN_NODE_TYPE = "nodeType";
|
|
842
842
|
var _DYN_REPLACE = "replace";
|
|
843
|
-
var
|
|
843
|
+
var _DYN_ENABLE_DEBUG_EXCEPTI6 = "enableDebugExceptions";
|
|
844
844
|
var _DYN_LOG_INTERNAL_MESSAGE = "logInternalMessage";
|
|
845
845
|
var _DYN_TO_LOWER_CASE = "toLowerCase";
|
|
846
846
|
var _DYN_IS_CHILD_EVT = "isChildEvt";
|
|
@@ -1110,7 +1110,7 @@
|
|
|
1110
1110
|
}
|
|
1111
1111
|
|
|
1112
1112
|
var _objDefineProperty = ObjDefineProperty;
|
|
1113
|
-
var version = "3.0.0-beta.2210-
|
|
1113
|
+
var version = "3.0.0-beta.2210-09";
|
|
1114
1114
|
var instanceName = "." + newId(6);
|
|
1115
1115
|
var _dataUid = 0;
|
|
1116
1116
|
function _createAccessor(target, prop, value) {
|
|
@@ -1590,7 +1590,7 @@
|
|
|
1590
1590
|
loggingLevelTelemetry: 1,
|
|
1591
1591
|
maxMessageLimit: 25
|
|
1592
1592
|
},
|
|
1593
|
-
_a$3[
|
|
1593
|
+
_a$3[_DYN_ENABLE_DEBUG_EXCEPTI6 ] = false,
|
|
1594
1594
|
_a$3);
|
|
1595
1595
|
function _sanitizeDiagnosticText(text) {
|
|
1596
1596
|
if (text) {
|
|
@@ -1647,7 +1647,7 @@
|
|
|
1647
1647
|
_self.consoleLoggingLevel = function () { return _loggingLevelConsole; };
|
|
1648
1648
|
_self.telemetryLoggingLevel = function () { return _loggingLevelTelemetry; };
|
|
1649
1649
|
_self.maxInternalMessageLimit = function () { return _maxInternalMessageLimit; };
|
|
1650
|
-
_self[
|
|
1650
|
+
_self[_DYN_ENABLE_DEBUG_EXCEPTI6 ] = function () { return _enableDebugExceptions; };
|
|
1651
1651
|
_self[_DYN_THROW_INTERNAL ] = function (severity, msgId, msg, properties, isUserAct) {
|
|
1652
1652
|
if (isUserAct === void 0) { isUserAct = false; }
|
|
1653
1653
|
var message = new _InternalLogMessage(msgId, msg, isUserAct, properties);
|
|
@@ -1724,10 +1724,10 @@
|
|
|
1724
1724
|
var handler = createDynamicConfig(config, defaultValues$1, _self);
|
|
1725
1725
|
handler[_DYN_WATCH ](function (details) {
|
|
1726
1726
|
var config = details.cfg;
|
|
1727
|
-
_loggingLevelConsole = config[
|
|
1727
|
+
_loggingLevelConsole = config[_DYN_LOGGING_LEVEL_CONSOL5 ];
|
|
1728
1728
|
_loggingLevelTelemetry = config.loggingLevelTelemetry;
|
|
1729
1729
|
_maxInternalMessageLimit = config.maxMessageLimit;
|
|
1730
|
-
_enableDebugExceptions = config[
|
|
1730
|
+
_enableDebugExceptions = config[_DYN_ENABLE_DEBUG_EXCEPTI6 ];
|
|
1731
1731
|
});
|
|
1732
1732
|
}
|
|
1733
1733
|
function _areInternalMessagesThrottled() {
|