@microsoft/applicationinsights-dependencies-js 3.3.5-nightly3.2501-07 → 3.3.5-nightly3.2502-02
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/es5/applicationinsights-dependencies-js.cjs.js +5 -4
- package/browser/es5/applicationinsights-dependencies-js.cjs.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.cjs.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.cjs.min.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.gbl.js +7 -6
- package/browser/es5/applicationinsights-dependencies-js.gbl.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.gbl.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.gbl.min.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.integrity.json +25 -25
- package/browser/es5/applicationinsights-dependencies-js.js +7 -6
- package/browser/es5/applicationinsights-dependencies-js.js.map +1 -1
- package/browser/es5/applicationinsights-dependencies-js.min.js +2 -2
- package/browser/es5/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist/es5/applicationinsights-dependencies-js.js +5 -4
- package/dist/es5/applicationinsights-dependencies-js.js.map +1 -1
- package/dist/es5/applicationinsights-dependencies-js.min.js +2 -2
- package/dist/es5/applicationinsights-dependencies-js.min.js.map +1 -1
- package/dist-es5/DependencyInitializer.js +1 -1
- package/dist-es5/DependencyListener.js +1 -1
- package/dist-es5/InternalConstants.js +1 -1
- package/dist-es5/__DynamicConstants.js +1 -1
- package/dist-es5/ajax.js +1 -1
- package/dist-es5/ajaxRecord.js +1 -1
- package/dist-es5/ajaxUtils.js +1 -1
- package/dist-es5/applicationinsights-dependencies-js.js +1 -1
- package/package.json +5 -5
- package/types/applicationinsights-dependencies-js.d.ts +1 -1
- package/types/applicationinsights-dependencies-js.namespaced.d.ts +6 -6
package/dist-es5/ajax.js
CHANGED
package/dist-es5/ajaxRecord.js
CHANGED
package/dist-es5/ajaxUtils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-dependencies-js",
|
|
3
|
-
"version": "3.3.5-nightly3.
|
|
3
|
+
"version": "3.3.5-nightly3.2502-02",
|
|
4
4
|
"description": "Microsoft Application Insights XHR dependencies plugin",
|
|
5
5
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
6
6
|
"author": "Microsoft Application Insights Team",
|
|
@@ -58,10 +58,10 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
60
60
|
"@microsoft/applicationinsights-shims": "3.0.1",
|
|
61
|
-
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.
|
|
62
|
-
"@microsoft/applicationinsights-common": "3.3.5-nightly3.
|
|
63
|
-
"@nevware21/ts-utils": ">= 0.11.
|
|
64
|
-
"@nevware21/ts-async": ">= 0.5.
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.3.5-nightly3.2502-02",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.3.5-nightly3.2502-02",
|
|
63
|
+
"@nevware21/ts-utils": ">= 0.11.6 < 2.x",
|
|
64
|
+
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
65
65
|
},
|
|
66
66
|
"license": "MIT",
|
|
67
67
|
"publishConfig": {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.2502-02
|
|
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
|
-
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.3.5-nightly3.2502-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1160,8 +1160,8 @@ declare namespace ApplicationInsights {
|
|
|
1160
1160
|
*/
|
|
1161
1161
|
enablePerfMgr?: boolean;
|
|
1162
1162
|
/**
|
|
1163
|
-
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and
|
|
1164
|
-
* is enabled, this enables you to override the default creation of a PerfManager() without needing to
|
|
1163
|
+
* [Optional] Callback function that will be called to create a the IPerfManager instance when required and `enablePerfMgr`
|
|
1164
|
+
* is enabled, this enables you to override the default creation of a PerfManager() without needing to `setPerfMgr()`
|
|
1165
1165
|
* after initialization.
|
|
1166
1166
|
*/
|
|
1167
1167
|
createPerfMgr?: (core: IAppInsightsCore, notificationManager: INotificationManager) => IPerfManager;
|
|
@@ -1506,7 +1506,7 @@ declare namespace ApplicationInsights {
|
|
|
1506
1506
|
throwInternal(severity: LoggingSeverity, msgId: _InternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
|
|
1507
1507
|
/**
|
|
1508
1508
|
* This will write a debug message to the console if possible
|
|
1509
|
-
* @param message -
|
|
1509
|
+
* @param message - The debug message
|
|
1510
1510
|
*/
|
|
1511
1511
|
debugToConsole?(message: string): void;
|
|
1512
1512
|
/**
|
|
@@ -1654,7 +1654,7 @@ declare namespace ApplicationInsights {
|
|
|
1654
1654
|
/**
|
|
1655
1655
|
* Identifies configuration override values when given feature is enabled
|
|
1656
1656
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1657
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1657
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1658
1658
|
* Default: undefined
|
|
1659
1659
|
*/
|
|
1660
1660
|
onCfg?: {
|
|
@@ -1663,7 +1663,7 @@ declare namespace ApplicationInsights {
|
|
|
1663
1663
|
/**
|
|
1664
1664
|
* Identifies configuration override values when given feature is disabled
|
|
1665
1665
|
* NOTE: should use flat string for fields, for example, if you want to set value for extensionConfig.Ananlytics.disableAjaxTrackig in configurations,
|
|
1666
|
-
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: {["extensionConfig.Analytics.disableAjaxTrackig"]:1}
|
|
1666
|
+
* you should use "extensionConfig.Ananlytics.disableAjaxTrackig" as field name: \{["extensionConfig.Analytics.disableAjaxTrackig"]:1\}
|
|
1667
1667
|
* Default: undefined
|
|
1668
1668
|
*/
|
|
1669
1669
|
offCfg?: {
|