@microsoft/applicationinsights-web-basic 2.8.7-nightly.2208-06 → 2.8.7-nightly.2208-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.
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "aib",
3
+ "version": "2.8.7-nightly.2208-09",
4
+ "ext": {
5
+ "@js": {
6
+ "file": "aib.2.8.7-nightly.2208-09.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-drg3tK88eKvXkIO7oizH7s4vwmCtqUjRsvBpVEOVTAY= sha384-vDONau0HARzysod6pS/Yx60E16W9SuOWdWCC97peHJq/FPmk49J2EAvparcR8QRx sha512-9esBT4L49paVvf50irmuTzprCMhJRJIVfnFlnLRyu7nju3Hrayxv0E0c8yXyUW9JV7jrAbi/zGbbhAgvNyW29Q==",
9
+ "hashes": {
10
+ "sha256": "drg3tK88eKvXkIO7oizH7s4vwmCtqUjRsvBpVEOVTAY=",
11
+ "sha384": "vDONau0HARzysod6pS/Yx60E16W9SuOWdWCC97peHJq/FPmk49J2EAvparcR8QRx",
12
+ "sha512": "9esBT4L49paVvf50irmuTzprCMhJRJIVfnFlnLRyu7nju3Hrayxv0E0c8yXyUW9JV7jrAbi/zGbbhAgvNyW29Q=="
13
+ }
14
+ },
15
+ "@min.js": {
16
+ "file": "aib.2.8.7-nightly.2208-09.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-Qh0rjY1/BHubEuUc9J7Nh1y7HYwTHcE8vp3HdqcLGyA= sha384-TRY2+a6EgfcPLpJKKvSqNI8Ae8cjbEMxAhbFqHt8LTVtQ3z5M6Qaa6OcwEJh4POM sha512-UHvBn01P27VGoAmnZ8fFAVuEQ4snqPqwTbZcqhPPd1WV4/GeZAc0AfRfL8wTYXkKsWnNzx8crlj9sGtdA9KUQg==",
19
+ "hashes": {
20
+ "sha256": "Qh0rjY1/BHubEuUc9J7Nh1y7HYwTHcE8vp3HdqcLGyA=",
21
+ "sha384": "TRY2+a6EgfcPLpJKKvSqNI8Ae8cjbEMxAhbFqHt8LTVtQ3z5M6Qaa6OcwEJh4POM",
22
+ "sha512": "UHvBn01P27VGoAmnZ8fFAVuEQ4snqPqwTbZcqhPPd1WV4/GeZAc0AfRfL8wTYXkKsWnNzx8crlj9sGtdA9KUQg=="
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-06
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-09
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1537,7 +1537,7 @@
1537
1537
  }
1538
1538
 
1539
1539
  var _objDefineProperty = ObjDefineProperty;
1540
- var version = "2.8.7-nightly.2208-06";
1540
+ var version = "2.8.7-nightly.2208-09";
1541
1541
  var instanceName = "." + newId(6);
1542
1542
  var _dataUid = 0;
1543
1543
  function _createAccessor(target, prop, value) {
@@ -5063,7 +5063,7 @@
5063
5063
  }
5064
5064
  }
5065
5065
  var EnvelopeCreator = {
5066
- Version: "2.8.7-nightly.2208-06"
5066
+ Version: "2.8.7-nightly.2208-09"
5067
5067
  };
5068
5068
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5069
5069
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -6300,10 +6300,14 @@
6300
6300
  _retryAt = null;
6301
6301
  }
6302
6302
  function _isRetriable(statusCode) {
6303
- return statusCode === 408
6303
+ return statusCode === 401
6304
+ || statusCode === 403
6305
+ || statusCode === 408
6304
6306
  || statusCode === 429
6305
6307
  || statusCode === 500
6306
- || statusCode === 503;
6308
+ || statusCode === 502
6309
+ || statusCode === 503
6310
+ || statusCode === 504;
6307
6311
  }
6308
6312
  function _formatErrorMessageXhr(xhr, message) {
6309
6313
  if (xhr) {
@@ -6457,4 +6461,4 @@
6457
6461
  (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 });
6458
6462
 
6459
6463
  }));
6460
- //# sourceMappingURL=aib.2.8.7-nightly.2208-06.js.map
6464
+ //# sourceMappingURL=aib.2.8.7-nightly.2208-09.js.map