@microsoft/1ds-core-js 4.0.2-nightly3.2309-06 → 4.0.3-nightly3.2309-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.
- package/README.md +1 -1
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.gbl.js → ms.core-4.0.3-nightly3.2309-07.gbl.js} +6 -6
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.gbl.js.map → ms.core-4.0.3-nightly3.2309-07.gbl.js.map} +1 -1
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.gbl.min.js → ms.core-4.0.3-nightly3.2309-07.gbl.min.js} +3 -3
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.gbl.min.js.map → ms.core-4.0.3-nightly3.2309-07.gbl.min.js.map} +1 -1
- package/bundle/es5/ms.core-4.0.3-nightly3.2309-07.integrity.json +46 -0
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.js → ms.core-4.0.3-nightly3.2309-07.js} +6 -6
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.js.map → ms.core-4.0.3-nightly3.2309-07.js.map} +1 -1
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.min.js → ms.core-4.0.3-nightly3.2309-07.min.js} +3 -3
- package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.min.js.map → ms.core-4.0.3-nightly3.2309-07.min.js.map} +1 -1
- package/bundle/es5/ms.core.gbl.js +5 -5
- package/bundle/es5/ms.core.gbl.js.map +1 -1
- package/bundle/es5/ms.core.gbl.min.js +2 -2
- package/bundle/es5/ms.core.gbl.min.js.map +1 -1
- package/bundle/es5/ms.core.integrity.json +17 -17
- package/bundle/es5/ms.core.js +5 -5
- package/bundle/es5/ms.core.js.map +1 -1
- package/bundle/es5/ms.core.min.js +2 -2
- package/bundle/es5/ms.core.min.js.map +1 -1
- package/dist/es5/ms.core.js +3 -3
- package/dist/es5/ms.core.js.map +1 -1
- package/dist/es5/ms.core.min.js +2 -2
- package/dist/es5/ms.core.min.js.map +1 -1
- package/dist-es5/AppInsightsCore.js +1 -1
- package/dist-es5/BaseCore.js +1 -1
- package/dist-es5/DataModels.js +1 -1
- package/dist-es5/Enums.js +1 -1
- package/dist-es5/Index.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/Utils.js +2 -2
- package/dist-es5/Utils.js.map +1 -1
- package/dist-es5/ValueSanitizer.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/package.json +2 -2
- package/types/1ds-core-js.d.ts +2 -2
- package/types/1ds-core-js.namespaced.d.ts +2 -2
- package/bundle/es5/ms.core-4.0.2-nightly3.2309-06.integrity.json +0 -46
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/
|
|
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 <default>).<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
|
package/bundle/es5/{ms.core-4.0.2-nightly3.2309-06.gbl.js → ms.core-4.0.3-nightly3.2309-07.gbl.js}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* 1DS JS SDK Core, 4.0.
|
|
2
|
+
* 1DS JS SDK Core, 4.0.3-nightly3.2309-07
|
|
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 = "
|
|
9
|
-
var mods={}, modDetail=mods[modName]={}, ver="4.0.
|
|
8
|
+
var nsKey, key, nm, theExports = {}, modName = "es5_ms_core_4_0_3_nightly3_2309_07", msMod="__ms$mod__";
|
|
9
|
+
var mods={}, modDetail=mods[modName]={}, ver="4.0.3-nightly3.2309-07";
|
|
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.
|
|
2125
|
+
var version = '3.0.4-nightly3.2309-07';
|
|
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.
|
|
5613
|
+
var Version = '4.0.3-nightly3.2309-07';
|
|
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.
|
|
6347
|
+
//# sourceMappingURL=ms.core-4.0.3-nightly3.2309-07.gbl.js.map
|