@microsoft/1ds-core-js 4.0.2-nightly3.2309-04 → 4.0.2

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.
Files changed (43) hide show
  1. package/README.md +1 -1
  2. package/bundle/es5/{ms.core-4.0.2-nightly3.2309-04.gbl.js → ms.core-4.0.2.gbl.js} +6 -6
  3. package/bundle/es5/ms.core-4.0.2.gbl.js.map +1 -0
  4. package/bundle/es5/ms.core-4.0.2.gbl.min.js +7 -0
  5. package/bundle/es5/ms.core-4.0.2.gbl.min.js.map +1 -0
  6. package/bundle/es5/ms.core-4.0.2.integrity.json +46 -0
  7. package/bundle/es5/{ms.core-4.0.2-nightly3.2309-04.js → ms.core-4.0.2.js} +6 -6
  8. package/bundle/es5/ms.core-4.0.2.js.map +1 -0
  9. package/bundle/es5/ms.core-4.0.2.min.js +7 -0
  10. package/bundle/es5/ms.core-4.0.2.min.js.map +1 -0
  11. package/bundle/es5/ms.core.gbl.js +5 -5
  12. package/bundle/es5/ms.core.gbl.js.map +1 -1
  13. package/bundle/es5/ms.core.gbl.min.js +2 -2
  14. package/bundle/es5/ms.core.gbl.min.js.map +1 -1
  15. package/bundle/es5/ms.core.integrity.json +17 -17
  16. package/bundle/es5/ms.core.js +5 -5
  17. package/bundle/es5/ms.core.js.map +1 -1
  18. package/bundle/es5/ms.core.min.js +2 -2
  19. package/bundle/es5/ms.core.min.js.map +1 -1
  20. package/dist/es5/ms.core.js +3 -3
  21. package/dist/es5/ms.core.js.map +1 -1
  22. package/dist/es5/ms.core.min.js +2 -2
  23. package/dist/es5/ms.core.min.js.map +1 -1
  24. package/dist-es5/AppInsightsCore.js +1 -1
  25. package/dist-es5/BaseCore.js +1 -1
  26. package/dist-es5/DataModels.js +1 -1
  27. package/dist-es5/Enums.js +1 -1
  28. package/dist-es5/Index.js +1 -1
  29. package/dist-es5/InternalConstants.js +1 -1
  30. package/dist-es5/Utils.js +2 -2
  31. package/dist-es5/Utils.js.map +1 -1
  32. package/dist-es5/ValueSanitizer.js +1 -1
  33. package/dist-es5/__DynamicConstants.js +1 -1
  34. package/package.json +69 -72
  35. package/types/1ds-core-js.d.ts +2 -2
  36. package/types/1ds-core-js.namespaced.d.ts +2 -2
  37. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.gbl.js.map +0 -1
  38. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.gbl.min.js +0 -7
  39. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.gbl.min.js.map +0 -1
  40. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.integrity.json +0 -46
  41. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.js.map +0 -1
  42. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.min.js +0 -7
  43. package/bundle/es5/ms.core-4.0.2-nightly3.2309-04.min.js.map +0 -1
package/README.md CHANGED
@@ -47,7 +47,7 @@ appInsightsCore.initialize(coreConfig, []);
47
47
  | cookieDomain | Custom cookie domain. This is helpful if you want to share Application Insights cookies across subdomains.<br>(Since v3.1.0) If `cookieCfg.domain` is defined it will take precedence over this value. | alias for [`cookieCfg.domain`](#ICookieMgrConfig)<br>[Optional]<br>(Since 3.1.0)
48
48
  | cookiePath | Custom cookie path. This is helpful if you want to share Application Insights cookies behind an application gateway.<br>If `cookieCfg.path` is defined it will take precedence over this value. | alias for [`cookieCfg.path`](#ICookieMgrConfig)<br>[Optional]<br>(Since 3.1.0) |
49
49
  | anonCookieName |Name of the Anon cookie. The value will be set in the qsp header to collector requests. Collector will use this value to look for specific cookie to use for anid property.|string
50
- | enablePerfMgr | [Optional] When enabled (true) this will create local perfEvents for code that has been instrumented to emit perfEvents (via the doPerf() helper). This can be used to identify performance issues within the SDK based on your usage or optionally within your own instrumented code. [More details are available by the basic documentation](https://github.com/microsoft/ApplicationInsights-JS/blob/master/docs/PerformanceMonitoring.md). Since v2.4.0| boolean<br/>Defaults to false
50
+ | enablePerfMgr | [Optional] When enabled (true) this will create local perfEvents for code that has been instrumented to emit perfEvents (via the doPerf() helper). This can be used to identify performance issues within the SDK based on your usage or optionally within your own instrumented code. [More details are available by the basic documentation](https://github.com/microsoft/ApplicationInsights-JS/blob/main/docs/PerformanceMonitoring.md). Since v2.4.0| boolean<br/>Defaults to false
51
51
  | perfEvtsSendAll | [Optional] When _enablePerfMgr_ is enabled and the [IPerfManager](https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-core-js/interfaces/IPerfManager.html) fires a [INotificationManager](https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-core-js/interfaces/INotificationManager.html).perfEvent() this flag determines whether an event is fired (and sent to all listeners) for all events (true) or only for 'parent' events (false &lt;default&gt;).<br />A parent [IPerfEvent](https://microsoft.github.io/ApplicationInsights-JS/webSdk/applicationinsights-core-js/interfaces/IPerfEvent.html) is an event where no other IPerfEvent is still running at the point of this event being created and it's _parent_ property is not null or undefined. Since v2.4.0 | boolean<br />Defaults to false
52
52
  | idLength | [Optional] Identifies the default length used to generate new random session and user id's. Defaults to 22, previous default value was 5 (v2.4.2 or less), if you need to keep the previous maximum length you should set this value to 5. | number<br />Default: 22
53
53
  | disableEventTimings | [Optional] Disables additional internal event timings that are added during processing of events, the timings are not sent as part telemetry items to the server. | boolean<br/>Default: false
@@ -1,12 +1,12 @@
1
1
  /*!
2
- * 1DS JS SDK Core, 4.0.2-nightly3.2309-04
2
+ * 1DS JS SDK Core, 4.0.2
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  * (Microsoft Internal Only)
5
5
  */
6
6
  (function (global, factory) {
7
7
  var undef = "undefined";
8
- var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_0_2_nightly3_2309_04", msMod="__ms$mod__";
9
- var mods={}, modDetail=mods[modName]={}, ver="4.0.2-nightly3.2309-04";
8
+ var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_0_2", msMod="__ms$mod__";
9
+ var mods={}, modDetail=mods[modName]={}, ver="4.0.2";
10
10
  // Versioned namespace "oneDS4"
11
11
  var exportNs=global, nsKey="oneDS4", exportNs=exportNs[nsKey]=(exportNs[nsKey]||{});
12
12
  // Global namespace "oneDS"
@@ -2122,7 +2122,7 @@ function newId(maxLength) {
2122
2122
  return result;
2123
2123
  }
2124
2124
 
2125
- var version = '3.0.3-nightly3.2309-04';
2125
+ var version = '3.0.3';
2126
2126
  var instanceName = "." + newId(6);
2127
2127
  var _dataUid = 0;
2128
2128
  function _canAcceptData(target) {
@@ -5610,7 +5610,7 @@ var _DYN_RM_FIELD_SANITIZER = "rmFieldSanitizer";
5610
5610
  var _DYN_CAN_HANDLE = "canHandle";
5611
5611
 
5612
5612
  var _a;
5613
- var Version = '4.0.2-nightly3.2309-04';
5613
+ var Version = '4.0.2';
5614
5614
  var FullVersionString = "1DS-Web-JS-" + Version;
5615
5615
  var ObjHasOwnProperty = ObjProto$1.hasOwnProperty;
5616
5616
  var strDisabledPropertyName = "Microsoft_ApplicationInsights_BypassAjaxInstrumentation";
@@ -6344,4 +6344,4 @@ exports.toISOString = toISOString;
6344
6344
  exports.useXDomainRequest = useXDomainRequest;
6345
6345
 
6346
6346
  }));
6347
- //# sourceMappingURL=ms.core-4.0.2-nightly3.2309-04.gbl.js.map
6347
+ //# sourceMappingURL=ms.core-4.0.2.gbl.js.map