@microsoft/applicationinsights-dependencies-js 3.4.0-nightlybeta3.2504-20 → 3.4.0-nightlybeta3.2505-12
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 +42 -17
- 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 +44 -19
- 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 +44 -19
- 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 +42 -17
- 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 +3 -3
- package/types/applicationinsights-dependencies-js.d.ts +1 -1
- package/types/applicationinsights-dependencies-js.namespaced.d.ts +4 -34
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.4.0-nightlybeta3.
|
|
3
|
+
"version": "3.4.0-nightlybeta3.2505-12",
|
|
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,8 +58,8 @@
|
|
|
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.4.0-nightlybeta3.
|
|
62
|
-
"@microsoft/applicationinsights-common": "3.4.0-nightlybeta3.
|
|
61
|
+
"@microsoft/applicationinsights-core-js": "3.4.0-nightlybeta3.2505-12",
|
|
62
|
+
"@microsoft/applicationinsights-common": "3.4.0-nightlybeta3.2505-12",
|
|
63
63
|
"@nevware21/ts-utils": ">= 0.11.8 < 2.x",
|
|
64
64
|
"@nevware21/ts-async": ">= 0.5.4 < 2.x"
|
|
65
65
|
},
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights XHR dependencies plugin, 3.4.0-nightlybeta3.
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.4.0-nightlybeta3.2505-12
|
|
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.4.0-nightlybeta3.
|
|
2
|
+
* Microsoft Application Insights XHR dependencies plugin, 3.4.0-nightlybeta3.2505-12
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -347,7 +347,9 @@ declare namespace ApplicationInsights {
|
|
|
347
347
|
DefaultThrottleMsgKey = 109,
|
|
348
348
|
CdnDeprecation = 110,
|
|
349
349
|
SdkLdrUpdate = 111,
|
|
350
|
-
InitPromiseException = 112
|
|
350
|
+
InitPromiseException = 112,
|
|
351
|
+
StatsBeatManagerException = 113,
|
|
352
|
+
StatsBeatException = 114
|
|
351
353
|
}
|
|
352
354
|
|
|
353
355
|
const enum eLoggingSeverity {
|
|
@@ -467,7 +469,6 @@ declare namespace ApplicationInsights {
|
|
|
467
469
|
*/
|
|
468
470
|
addTelemetryInitializer(telemetryInitializer: TelemetryInitializerFunction): ITelemetryInitializerHandler;
|
|
469
471
|
pollInternalLogs?(eventName?: string): ITimerHandler;
|
|
470
|
-
getStatsBeat?(statsBeatConfig?: IStatsBeatConfig): IStatsBeat;
|
|
471
472
|
stopPollingInternalLogs?(): void;
|
|
472
473
|
/**
|
|
473
474
|
* Return a new instance of the IProcessTelemetryContext for processing events
|
|
@@ -1247,11 +1248,6 @@ declare namespace ApplicationInsights {
|
|
|
1247
1248
|
* @since 3.3.2
|
|
1248
1249
|
*/
|
|
1249
1250
|
expCfg?: IExceptionConfig;
|
|
1250
|
-
/**
|
|
1251
|
-
* [Optional] Internal SDK configuration for developers
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
|
-
_sdk?: IInternalSdkConfiguration;
|
|
1255
1251
|
}
|
|
1256
1252
|
|
|
1257
1253
|
interface ICookieMgr {
|
|
@@ -1726,18 +1722,6 @@ declare namespace ApplicationInsights {
|
|
|
1726
1722
|
createOneDSPayload?: (evts: ITelemetryItem[]) => IPayloadData;
|
|
1727
1723
|
}
|
|
1728
1724
|
|
|
1729
|
-
/**
|
|
1730
|
-
* Internal SDK configuration options
|
|
1731
|
-
* @internal
|
|
1732
|
-
*/
|
|
1733
|
-
interface IInternalSdkConfiguration {
|
|
1734
|
-
/**
|
|
1735
|
-
* [Optional] Enable Internal StatsBeat
|
|
1736
|
-
* @internal
|
|
1737
|
-
*/
|
|
1738
|
-
stats?: boolean;
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
1725
|
/**
|
|
1742
1726
|
* An alternate interface which provides automatic removal during unloading of the component
|
|
1743
1727
|
*/
|
|
@@ -2329,20 +2313,6 @@ declare namespace ApplicationInsights {
|
|
|
2329
2313
|
response?: Response | string;
|
|
2330
2314
|
}
|
|
2331
2315
|
|
|
2332
|
-
interface IStatsBeat {
|
|
2333
|
-
initialize(core: IAppInsightsCore, statsBeatConfig: IStatsBeatConfig): void;
|
|
2334
|
-
isInitialized(): boolean;
|
|
2335
|
-
count(status: number, payloadData: IPayloadData, endpoint: string): void;
|
|
2336
|
-
countException(endpoint: string, exceptionType: string): void;
|
|
2337
|
-
getEndpoint(): string;
|
|
2338
|
-
}
|
|
2339
|
-
|
|
2340
|
-
interface IStatsBeatConfig {
|
|
2341
|
-
ikey: string;
|
|
2342
|
-
endpoint: string;
|
|
2343
|
-
version?: string;
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
2316
|
/**
|
|
2347
2317
|
* Identifies a simple interface to allow you to override the storage mechanism used
|
|
2348
2318
|
* to track unsent and unacknowledged events. When provided it must provide both
|