@microsoft/applicationinsights-analytics-js 2.7.2 → 2.7.3-nightly.2112-07

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 JavaScript SDK - Web Analytics, 2.7.2
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.3-nightly.2112-07
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 - Web Analytics, 2.7.2
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.7.3-nightly.2112-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3440,7 +3440,7 @@
3440
3440
  config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
3441
3441
  return config;
3442
3442
  };
3443
- ApplicationInsights.Version = "2.7.2";
3443
+ ApplicationInsights.Version = "2.7.3-nightly.2112-07";
3444
3444
  return ApplicationInsights;
3445
3445
  }(BaseTelemetryPlugin));
3446
3446
  var Timing = /** @class */ (function () {