@microsoft/applicationinsights-analytics-js 2.7.4-nightly.2201-03 → 2.7.4-nightly.2202-01

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.4-nightly.2201-03
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.7.4-nightly.2202-01
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.4-nightly.2201-03
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.7.4-nightly.2202-01
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -3450,7 +3450,7 @@
3450
3450
  config.disableFlushOnUnload = stringToBoolOrDefault(config.disableFlushOnUnload, config.disableFlushOnBeforeUnload);
3451
3451
  return config;
3452
3452
  };
3453
- ApplicationInsights.Version = "2.7.4-nightly.2201-03";
3453
+ ApplicationInsights.Version = "2.7.4-nightly.2202-01";
3454
3454
  return ApplicationInsights;
3455
3455
  }(BaseTelemetryPlugin));
3456
3456
  var Timing = /** @class */ (function () {