@microsoft/applicationinsights-properties-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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights properties plugin, 2.8.12-nightly.2303-06
2
+ * Microsoft Application Insights properties plugin, 2.8.12-nightly.2304-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript SDK - Properties Plugin, 2.8.12-nightly.2303-06
2
+ * Application Insights JavaScript SDK - Properties Plugin, 2.8.12-nightly.2304-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -88,7 +88,7 @@
88
88
  }
89
89
 
90
90
  /*!
91
- * Microsoft Dynamic Proto Utility, 1.1.8
91
+ * Microsoft Dynamic Proto Utility, 1.1.9
92
92
  * Copyright (c) Microsoft and contributors. All rights reserved.
93
93
  */
94
94
  var _a$1;
@@ -950,17 +950,17 @@
950
950
  var _loggingLevelConsole;
951
951
  var _loggingLevelTelemetry;
952
952
  var _maxInternalMessageLimit;
953
- var _enableDebugExceptions;
953
+ var _enableDebug;
954
954
  dynamicProto(DiagnosticLogger, this, function (_self) {
955
955
  _setDefaultsFromConfig(config || {});
956
956
  _self.consoleLoggingLevel = function () { return _loggingLevelConsole; };
957
957
  _self.telemetryLoggingLevel = function () { return _loggingLevelTelemetry; };
958
958
  _self.maxInternalMessageLimit = function () { return _maxInternalMessageLimit; };
959
- _self[_DYN_ENABLE_DEBUG_EXCEPTI4 ] = function () { return _enableDebugExceptions; };
959
+ _self[_DYN_ENABLE_DEBUG_EXCEPTI4 ] = function () { return _enableDebug; };
960
960
  _self.throwInternal = function (severity, msgId, msg, properties, isUserAct) {
961
961
  if (isUserAct === void 0) { isUserAct = false; }
962
962
  var message = new _InternalLogMessage(msgId, msg, isUserAct, properties);
963
- if (_enableDebugExceptions) {
963
+ if (_enableDebug) {
964
964
  throw dumpObj(message);
965
965
  }
966
966
  else {
@@ -1033,7 +1033,7 @@
1033
1033
  _loggingLevelConsole = getCfgValue(config.loggingLevelConsole, 0);
1034
1034
  _loggingLevelTelemetry = getCfgValue(config.loggingLevelTelemetry, 1);
1035
1035
  _maxInternalMessageLimit = getCfgValue(config.maxMessageLimit, 25);
1036
- _enableDebugExceptions = getCfgValue(config[_DYN_ENABLE_DEBUG_EXCEPTI4 ], false);
1036
+ _enableDebug = getCfgValue(config.enableDebug, getCfgValue(config[_DYN_ENABLE_DEBUG_EXCEPTI4 ], false));
1037
1037
  }
1038
1038
  function _areInternalMessagesThrottled() {
1039
1039
  return _messageCount >= _maxInternalMessageLimit;
@@ -1243,7 +1243,7 @@
1243
1243
  }
1244
1244
 
1245
1245
  var _objDefineProperty = ObjDefineProperty;
1246
- var version = "2.8.12-nightly.2303-06";
1246
+ var version = "2.8.12-nightly.2304-09";
1247
1247
  var instanceName = "." + newId(6);
1248
1248
  var _dataUid = 0;
1249
1249
  function _createAccessor(target, prop, value) {
@@ -2598,7 +2598,7 @@
2598
2598
  var _DYN_COOKIE_SEPARATOR = "cookieSeparator";
2599
2599
  var _DYN_AUTH_USER_COOKIE_NAM8 = "authUserCookieName";
2600
2600
 
2601
- var Version = "2.8.12-nightly.2303-06";
2601
+ var Version = "2.8.12-nightly.2304-09";
2602
2602
  var Internal = /** @class */ (function () {
2603
2603
  function Internal(config) {
2604
2604
  this.sdkVersion = (config[_DYN_SDK_EXTENSION ] && config[_DYN_SDK_EXTENSION ]() ? config[_DYN_SDK_EXTENSION ]() + "_" : "") + "javascript:" + Version;