@microsoft/applicationinsights-analytics-js 2.8.0-beta.2203-10 → 2.8.0-beta.2203-11

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,7 +1,7 @@
1
1
  {
2
2
  "metadata": {
3
3
  "toolPackage": "@microsoft/api-extractor",
4
- "toolVersion": "7.19.4",
4
+ "toolVersion": "7.19.5",
5
5
  "schemaVersion": 1004,
6
6
  "oldestForwardsCompatibleVersion": 1001,
7
7
  "tsdocConfig": {
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.0-beta.2203-10
2
+ * Microsoft Application Insights JavaScript SDK - Web Analytics, 2.8.0-beta.2203-11
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.8.0-beta.2203-10
2
+ * Application Insights JavaScript SDK - Web Analytics, 2.8.0-beta.2203-11
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  (function (global, factory) {
@@ -1186,7 +1186,7 @@
1186
1186
  }
1187
1187
 
1188
1188
  var _objDefineProperty = ObjDefineProperty;
1189
- var version = "2.7.3";
1189
+ var version = "2.8.0-beta.2203-11";
1190
1190
  var instanceName = "." + newId(6);
1191
1191
  var _dataUid = 0;
1192
1192
  function _createAccessor(target, prop, value) {
@@ -2067,7 +2067,7 @@
2067
2067
  eventName = (eventName || "") + theNamespace_1;
2068
2068
  }
2069
2069
  }
2070
- var parsedEvent = (eventNamespace.exec(eventName) || []);
2070
+ var parsedEvent = (eventNamespace.exec(eventName || "") || []);
2071
2071
  return {
2072
2072
  type: parsedEvent[1],
2073
2073
  ns: ((parsedEvent[2] || "").replace(rRemoveEmptyNs, ".").replace(rRemoveTrailingEmptyNs, "").split(".").sort()).join(".")
@@ -4449,7 +4449,7 @@
4449
4449
  });
4450
4450
  return _this;
4451
4451
  }
4452
- AnalyticsPlugin.Version = "2.8.0-beta.2203-10";
4452
+ AnalyticsPlugin.Version = "2.8.0-beta.2203-11";
4453
4453
  AnalyticsPlugin.getDefaultConfig = _getDefaultConfig;
4454
4454
  return AnalyticsPlugin;
4455
4455
  }(BaseTelemetryPlugin));