@microsoft/applicationinsights-web-basic 2.7.3-nightly.2201-01 → 2.7.3-nightly.2201-02

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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "aib",
3
+ "version": "2.7.3-nightly.2201-02",
4
+ "ext": {
5
+ "@js": {
6
+ "file": "aib.2.7.3-nightly.2201-02.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-ACJzgN9n+aNwRLamKWkve5ONt55MAJwcp1nnkZuwMiM= sha384-Zn0WkDkq6z/+AXASiQhzuIJ8wQ767BYGEjq+5hN55/PNb4QYu9fw8vyIHaHV21W7 sha512-VjiTmOEbbg0aGIZW2QIhJ1rEX3SYKizfhTiAwSAra2Rns12NfWb1goHUWygr2KulatCa1MPW5gNLSHj5E9SmjQ==",
9
+ "hashes": {
10
+ "sha256": "ACJzgN9n+aNwRLamKWkve5ONt55MAJwcp1nnkZuwMiM=",
11
+ "sha384": "Zn0WkDkq6z/+AXASiQhzuIJ8wQ767BYGEjq+5hN55/PNb4QYu9fw8vyIHaHV21W7",
12
+ "sha512": "VjiTmOEbbg0aGIZW2QIhJ1rEX3SYKizfhTiAwSAra2Rns12NfWb1goHUWygr2KulatCa1MPW5gNLSHj5E9SmjQ=="
13
+ }
14
+ },
15
+ "@min.js": {
16
+ "file": "aib.2.7.3-nightly.2201-02.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-Nerg7ee95vY8kkIf4FzmWziuOOrCLrS2T7+aDf8QNdQ= sha384-NopWe1deMgXXLX7OrRZ5V2Ccw/QS7MqEDRc1nXJsMECVvR/WWVB+XdbBEE+bPyox sha512-k9u6z2LWk448Z3RS7TnpkzZxYT18TUq5si90UyyWUqh8vwVLWBtV9xrfLEoOSGEhLA3MhRlp22mtf4OBeBbHFg==",
19
+ "hashes": {
20
+ "sha256": "Nerg7ee95vY8kkIf4FzmWziuOOrCLrS2T7+aDf8QNdQ=",
21
+ "sha384": "NopWe1deMgXXLX7OrRZ5V2Ccw/QS7MqEDRc1nXJsMECVvR/WWVB+XdbBEE+bPyox",
22
+ "sha512": "k9u6z2LWk448Z3RS7TnpkzZxYT18TUq5si90UyyWUqh8vwVLWBtV9xrfLEoOSGEhLA3MhRlp22mtf4OBeBbHFg=="
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.7.3-nightly.2201-01
2
+ * Application Insights JavaScript Web SDK - Basic, 2.7.3-nightly.2201-02
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -922,7 +922,7 @@
922
922
  }
923
923
  function useXDomainRequest() {
924
924
  if (_useXDomainRequest === null) {
925
- _useXDomainRequest = (typeof XDomainRequest !== undefined);
925
+ _useXDomainRequest = (typeof XDomainRequest !== "undefined");
926
926
  if (_useXDomainRequest && isXhrSupported()) {
927
927
  _useXDomainRequest = _useXDomainRequest && !_hasProperty(getGlobalInst("XMLHttpRequest"), "withCredentials");
928
928
  }
@@ -3075,7 +3075,7 @@
3075
3075
  return exceptionData;
3076
3076
  };
3077
3077
  Exception.prototype.toInterface = function () {
3078
- var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel; _a.ver; var problemGroup = _a.problemGroup, id = _a.id, isManual = _a.isManual;
3078
+ var _a = this, exceptions = _a.exceptions, properties = _a.properties, measurements = _a.measurements, severityLevel = _a.severityLevel, problemGroup = _a.problemGroup, id = _a.id, isManual = _a.isManual;
3079
3079
  var exceptionDetailsInterface = exceptions instanceof Array
3080
3080
  && arrMap(exceptions, function (exception) { return exception.toInterface(); })
3081
3081
  || undefined;
@@ -3859,7 +3859,7 @@
3859
3859
  }
3860
3860
  }
3861
3861
  var EnvelopeCreator = {
3862
- Version: "2.7.3-nightly.2201-01"
3862
+ Version: "2.7.3-nightly.2201-02"
3863
3863
  };
3864
3864
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
3865
3865
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -5028,4 +5028,4 @@
5028
5028
  (function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
5029
5029
 
5030
5030
  }));
5031
- //# sourceMappingURL=aib.2.7.3-nightly.2201-01.js.map
5031
+ //# sourceMappingURL=aib.2.7.3-nightly.2201-02.js.map