@microsoft/applicationinsights-core-js 2.8.3-nightly.2205-03 → 2.8.4-nightly.2205-06
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/applicationinsights-core-js.integrity.json +9 -9
- package/browser/applicationinsights-core-js.js +4 -3
- package/browser/applicationinsights-core-js.js.map +1 -1
- package/browser/applicationinsights-core-js.min.js +2 -2
- package/browser/applicationinsights-core-js.min.js.map +1 -1
- package/dist/applicationinsights-core-js.api.json +22 -1
- package/dist/applicationinsights-core-js.api.md +2 -0
- package/dist/applicationinsights-core-js.d.ts +3 -2
- package/dist/applicationinsights-core-js.js +4 -3
- package/dist/applicationinsights-core-js.js.map +1 -1
- package/dist/applicationinsights-core-js.min.js +2 -2
- package/dist/applicationinsights-core-js.min.js.map +1 -1
- package/dist/applicationinsights-core-js.rollup.d.ts +3 -2
- package/dist-esm/JavaScriptSDK/AppInsightsCore.js +1 -1
- package/dist-esm/JavaScriptSDK/BaseCore.js +1 -1
- package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +1 -1
- package/dist-esm/JavaScriptSDK/ChannelController.js +1 -1
- package/dist-esm/JavaScriptSDK/Constants.js +1 -1
- package/dist-esm/JavaScriptSDK/CookieMgr.js +1 -1
- package/dist-esm/JavaScriptSDK/CoreUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/DataCacheHelper.js +2 -2
- package/dist-esm/JavaScriptSDK/DataCacheHelper.js.map +1 -1
- package/dist-esm/JavaScriptSDK/DbgExtensionUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/DiagnosticLogger.js +1 -1
- package/dist-esm/JavaScriptSDK/EnvUtils.js +1 -1
- package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
- package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
- package/dist-esm/JavaScriptSDK/InstrumentHooks.js +1 -1
- package/dist-esm/JavaScriptSDK/InternalConstants.js +1 -1
- package/dist-esm/JavaScriptSDK/NotificationManager.js +1 -1
- package/dist-esm/JavaScriptSDK/PerfManager.js +1 -1
- package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js +1 -1
- package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +1 -1
- package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +3 -2
- package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js.map +1 -1
- package/dist-esm/JavaScriptSDK.Enums/SendRequestReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/TelemetryUnloadReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/TelemetryUpdateReason.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IAppInsightsCore.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IChannelControls.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IConfiguration.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ICookieMgr.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IDbgExtension.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IDiagnosticLogger.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IInstrumentHooks.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/INotificationListener.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/INotificationManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IPerfEvent.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IPerfManager.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IProcessTelemetryContext.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryInitializers.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryItem.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPlugin.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryPluginChain.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUnloadState.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/ITelemetryUpdateState.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
- package/dist-esm/applicationinsights-core-js.js +1 -1
- package/package.json +1 -1
- package/src/JavaScriptSDK/DataCacheHelper.ts +1 -1
- package/src/JavaScriptSDK.Enums/LoggingEnums.ts +5 -2
- package/types/JavaScriptSDK.Enums/LoggingEnums.d.ts +2 -1
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.23.
|
|
4
|
+
"toolVersion": "7.23.2",
|
|
5
5
|
"schemaVersion": 1005,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -1083,6 +1083,27 @@
|
|
|
1083
1083
|
"endIndex": 2
|
|
1084
1084
|
}
|
|
1085
1085
|
},
|
|
1086
|
+
{
|
|
1087
|
+
"kind": "EnumMember",
|
|
1088
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_eInternalMessageId.InstrumentationKeyDeprecation:member",
|
|
1089
|
+
"docComment": "",
|
|
1090
|
+
"excerptTokens": [
|
|
1091
|
+
{
|
|
1092
|
+
"kind": "Content",
|
|
1093
|
+
"text": "InstrumentationKeyDeprecation = "
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"kind": "Content",
|
|
1097
|
+
"text": "106"
|
|
1098
|
+
}
|
|
1099
|
+
],
|
|
1100
|
+
"releaseTag": "Public",
|
|
1101
|
+
"name": "InstrumentationKeyDeprecation",
|
|
1102
|
+
"initializerTokenRange": {
|
|
1103
|
+
"startIndex": 1,
|
|
1104
|
+
"endIndex": 2
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1086
1107
|
{
|
|
1087
1108
|
"kind": "EnumMember",
|
|
1088
1109
|
"canonicalReference": "@microsoft/applicationinsights-core-js!_eInternalMessageId.InvalidBackendResponse:member",
|
|
@@ -300,6 +300,8 @@ export const enum _eInternalMessageId {
|
|
|
300
300
|
// (undocumented)
|
|
301
301
|
InMemoryStorageBufferFull = 105,
|
|
302
302
|
// (undocumented)
|
|
303
|
+
InstrumentationKeyDeprecation = 106,
|
|
304
|
+
// (undocumented)
|
|
303
305
|
InvalidBackendResponse = 43,
|
|
304
306
|
// (undocumented)
|
|
305
307
|
InvalidContentBlob = 102,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights Core Javascript SDK, 2.8.
|
|
2
|
+
* Microsoft Application Insights Core Javascript SDK, 2.8.4-nightly.2205-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -618,7 +618,8 @@ declare namespace ApplicationInsights {
|
|
|
618
618
|
InvalidContentBlob = 102,
|
|
619
619
|
TrackPageActionEventFailed = 103,
|
|
620
620
|
FailedAddingCustomDefinedRequestContext = 104,
|
|
621
|
-
InMemoryStorageBufferFull = 105
|
|
621
|
+
InMemoryStorageBufferFull = 105,
|
|
622
|
+
InstrumentationKeyDeprecation = 106
|
|
622
623
|
}
|
|
623
624
|
|
|
624
625
|
const enum eLoggingSeverity {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-06
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1584,7 +1584,7 @@
|
|
|
1584
1584
|
}
|
|
1585
1585
|
|
|
1586
1586
|
var _objDefineProperty = ObjDefineProperty;
|
|
1587
|
-
var version = "2.8.
|
|
1587
|
+
var version = "2.8.4-nightly.2205-06";
|
|
1588
1588
|
var instanceName = "." + newId(6);
|
|
1589
1589
|
var _dataUid = 0;
|
|
1590
1590
|
function _createAccessor(target, prop, value) {
|
|
@@ -3872,7 +3872,8 @@
|
|
|
3872
3872
|
InvalidContentBlob: 102 ,
|
|
3873
3873
|
TrackPageActionEventFailed: 103 ,
|
|
3874
3874
|
FailedAddingCustomDefinedRequestContext: 104 ,
|
|
3875
|
-
InMemoryStorageBufferFull: 105
|
|
3875
|
+
InMemoryStorageBufferFull: 105 ,
|
|
3876
|
+
InstrumentationKeyDeprecation: 106
|
|
3876
3877
|
});
|
|
3877
3878
|
|
|
3878
3879
|
var aiInstrumentHooks = "_aiHooks";
|