@microsoft/applicationinsights-web-basic 2.8.15 → 2.8.16-nightly.2308-04

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.
package/browser/aib.2.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.15
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.16-nightly.2308-04
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
  'use strict';
@@ -9,8 +9,8 @@
9
9
  typeof exports === "object" && typeof module !== undef ? factory(exports) :
10
10
  typeof define === "function" && define.amd ? define(["exports"], factory) :
11
11
  (function(global){
12
- var nsKey, key, nm, theExports = {}, modName = "esm_aib_2_8_15", msMod="__ms$mod__";
13
- var mods={}, modDetail=mods[modName]={}, ver="2.8.15";
12
+ var nsKey, key, nm, theExports = {}, modName = "esm_aib_2_8_16_nightly_2308_04", msMod="__ms$mod__";
13
+ var mods={}, modDetail=mods[modName]={}, ver="2.8.16-nightly.2308-04";
14
14
  var baseNs=global, nsKey="Microsoft", baseNs=baseNs[nsKey]=(baseNs[nsKey]||{});
15
15
  // Versioned namespace "Microsoft.ApplicationInsights2"
16
16
  var exportNs=baseNs, nsKey="ApplicationInsights2", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
@@ -1587,7 +1587,7 @@ function newId(maxLength) {
1587
1587
  }
1588
1588
 
1589
1589
  var _objDefineProperty = ObjDefineProperty;
1590
- var version = '2.8.15';
1590
+ var version = "2.8.16-nightly.2308-04";
1591
1591
  var instanceName = "." + newId(6);
1592
1592
  var _dataUid = 0;
1593
1593
  function _createAccessor(target, prop, value) {
@@ -5192,7 +5192,7 @@ function EnvelopeCreatorInit(logger, telemetryItem) {
5192
5192
  }
5193
5193
  }
5194
5194
  var EnvelopeCreator = {
5195
- Version: '2.8.15'
5195
+ Version: "2.8.16-nightly.2308-04"
5196
5196
  };
5197
5197
  function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
5198
5198
  EnvelopeCreatorInit(logger, telemetryItem);