@microsoft/applicationinsights-web-basic 2.7.1-nightly.202110-17 → 2.7.1

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.1",
4
+ "ext": {
5
+ "@js": {
6
+ "file": "aib.2.7.1.js",
7
+ "type": "text/javascript; charset=utf-8",
8
+ "integrity": "sha256-O9qfLMT7lsbqJI/ydUi+XqMMhjZrKJHovC2a6KWYB1s= sha384-NWUqvfpzeZXY3e/QtT5JBUBH5lz2CBaLoXOEiH+eFvFoYAk8fSo6yX4/xxyjOa00 sha512-HsgrXR4OHneXX+1sx46iExqoyhGxIIsvufiDkrWlr5pYuUxjDBSq2hfiqn4muBO7TwwjXpnqJy8v0wvR9n7QcQ==",
9
+ "hashes": {
10
+ "sha256": "O9qfLMT7lsbqJI/ydUi+XqMMhjZrKJHovC2a6KWYB1s=",
11
+ "sha384": "NWUqvfpzeZXY3e/QtT5JBUBH5lz2CBaLoXOEiH+eFvFoYAk8fSo6yX4/xxyjOa00",
12
+ "sha512": "HsgrXR4OHneXX+1sx46iExqoyhGxIIsvufiDkrWlr5pYuUxjDBSq2hfiqn4muBO7TwwjXpnqJy8v0wvR9n7QcQ=="
13
+ }
14
+ },
15
+ "@min.js": {
16
+ "file": "aib.2.7.1.min.js",
17
+ "type": "text/javascript; charset=utf-8",
18
+ "integrity": "sha256-2ckPyVnwtr7HWT+Jr4jhChIYYS035WkKMz0+rurBgqo= sha384-/VdPvr8mzpAegz5Wmx+RslEqu1ACzRpAmWUhiEW7uwtZvDKFHLjQJi0RtJ979O2o sha512-D6trk44cWtYv0vYhLWQczLSiM3bcDJhyV0A17qcd+UlBJWZ1wOlDdeYcrrJI8+Je8H/1ZbFp83WphLTvzqyRfQ==",
19
+ "hashes": {
20
+ "sha256": "2ckPyVnwtr7HWT+Jr4jhChIYYS035WkKMz0+rurBgqo=",
21
+ "sha384": "/VdPvr8mzpAegz5Wmx+RslEqu1ACzRpAmWUhiEW7uwtZvDKFHLjQJi0RtJ979O2o",
22
+ "sha512": "D6trk44cWtYv0vYhLWQczLSiM3bcDJhyV0A17qcd+UlBJWZ1wOlDdeYcrrJI8+Je8H/1ZbFp83WphLTvzqyRfQ=="
23
+ }
24
+ }
25
+ }
26
+ }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.7.1-nightly.202110-17
2
+ * Application Insights JavaScript Web SDK - Basic, 2.7.1
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3209,7 +3209,7 @@
3209
3209
 
3210
3210
  var Metric = /** @class */ (function (_super) {
3211
3211
  __extendsFn(Metric, _super);
3212
- function Metric(logger, name, value, count, min, max, properties, measurements) {
3212
+ function Metric(logger, name, value, count, min, max, stdDev, properties, measurements) {
3213
3213
  var _this = _super.call(this) || this;
3214
3214
  _this.aiDataContract = {
3215
3215
  ver: 1 ,
@@ -3222,6 +3222,7 @@
3222
3222
  dataPoint.min = isNaN(min) || min === null ? undefined : min;
3223
3223
  dataPoint.name = dataSanitizeString(logger, name) || strNotSpecified;
3224
3224
  dataPoint.value = value;
3225
+ dataPoint.stdDev = isNaN(stdDev) || stdDev === null ? undefined : stdDev;
3225
3226
  _this.metrics = [dataPoint];
3226
3227
  _this.properties = dataSanitizeProperties(logger, properties);
3227
3228
  _this.measurements = dataSanitizeMeasurements(logger, measurements);
@@ -3797,7 +3798,7 @@
3797
3798
  }
3798
3799
  }
3799
3800
  var EnvelopeCreator = {
3800
- Version: "2.7.1-nightly.202110-17"
3801
+ Version: "2.7.1"
3801
3802
  };
3802
3803
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
3803
3804
  EnvelopeCreatorInit(logger, telemetryItem);
@@ -4946,4 +4947,4 @@
4946
4947
  (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 });
4947
4948
 
4948
4949
  }));
4949
- //# sourceMappingURL=aib.2.7.1-nightly.202110-17.js.map
4950
+ //# sourceMappingURL=aib.2.7.1.js.map