@microsoft/applicationinsights-core-js 2.8.4-nightly.2205-04 → 2.8.4-nightly.2205-08
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 +2 -2
- package/src/JavaScriptSDK/DataCacheHelper.ts +1 -1
- package/src/JavaScriptSDK.Enums/LoggingEnums.ts +5 -2
- package/tsconfig.json +1 -2
- package/types/JavaScriptSDK.Enums/LoggingEnums.d.ts +2 -1
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights Core Javascript SDK, 2.8.4-nightly.2205-
|
|
2
|
+
* Microsoft Application Insights Core Javascript SDK, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -624,7 +624,8 @@ export declare const enum _eInternalMessageId {
|
|
|
624
624
|
InvalidContentBlob = 102,
|
|
625
625
|
TrackPageActionEventFailed = 103,
|
|
626
626
|
FailedAddingCustomDefinedRequestContext = 104,
|
|
627
|
-
InMemoryStorageBufferFull = 105
|
|
627
|
+
InMemoryStorageBufferFull = 105,
|
|
628
|
+
InstrumentationKeyDeprecation = 106
|
|
628
629
|
}
|
|
629
630
|
|
|
630
631
|
export declare const enum eLoggingSeverity {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import { __extendsFn as __extends } from "@microsoft/applicationinsights-shims";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import { dumpObj, getDocument, getLocation, getNavigator, isIE } from "./EnvUtils";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -8,7 +8,7 @@ import { ObjDefineProperty } from "@microsoft/applicationinsights-shims";
|
|
|
8
8
|
import { normalizeJsName } from "./HelperFuncs";
|
|
9
9
|
import { newId } from "./RandomHelper";
|
|
10
10
|
var _objDefineProperty = ObjDefineProperty;
|
|
11
|
-
var version = "2.8.4-nightly.2205-
|
|
11
|
+
var version = "2.8.4-nightly.2205-08";
|
|
12
12
|
var instanceName = "." + newId(6);
|
|
13
13
|
var _dataUid = 0;
|
|
14
14
|
function _createAccessor(target, prop, value) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DataCacheHelper.js.map","sources":["DataCacheHelper.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { ObjDefineProperty } from \"@microsoft/applicationinsights-shims\";\r\nimport { normalizeJsName } from \"./HelperFuncs\";\r\nimport { newId } from \"./RandomHelper\";\r\nvar _objDefineProperty = ObjDefineProperty;\r\nvar version = \"2.8.4-nightly.2205-
|
|
1
|
+
{"version":3,"file":"DataCacheHelper.js.map","sources":["DataCacheHelper.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { ObjDefineProperty } from \"@microsoft/applicationinsights-shims\";\r\nimport { normalizeJsName } from \"./HelperFuncs\";\r\nimport { newId } from \"./RandomHelper\";\r\nvar _objDefineProperty = ObjDefineProperty;\r\nvar version = \"2.8.4-nightly.2205-08\";\r\nvar instanceName = \".\" + newId(6);\r\nvar _dataUid = 0;\r\nfunction _createAccessor(target, prop, value) {\r\n if (_objDefineProperty) {\r\n try {\r\n _objDefineProperty(target, prop, {\r\n value: value,\r\n enumerable: false,\r\n configurable: true\r\n });\r\n return true;\r\n }\r\n catch (e) {\r\n // IE8 Defines a defineProperty on Object but it's only supported for DOM elements so it will throw\r\n // We will just ignore this here.\r\n }\r\n }\r\n return false;\r\n}\r\n// Accepts only:\r\n// - Node\r\n// - Node.ELEMENT_NODE\r\n// - Node.DOCUMENT_NODE\r\n// - Object\r\n// - Any\r\nfunction _canAcceptData(target) {\r\n return target.nodeType === 1 || target.nodeType === 9 || !(+target.nodeType);\r\n}\r\nfunction _getCache(data, target) {\r\n var theCache = target[data.id];\r\n if (!theCache) {\r\n theCache = {};\r\n try {\r\n if (_canAcceptData(target)) {\r\n if (!_createAccessor(target, data.id, theCache)) {\r\n // Environment doesn't support accessor, so just use direct assignment\r\n target[data.id] = theCache;\r\n }\r\n }\r\n }\r\n catch (e) {\r\n // Not all environments allow extending all objects, so just ignore the cache in those cases\r\n }\r\n }\r\n return theCache;\r\n}\r\nexport function createUniqueNamespace(name, includeVersion) {\r\n if (includeVersion === void 0) { includeVersion = false; }\r\n return normalizeJsName(name + (_dataUid++) + (includeVersion ? \".\" + version : \"\") + instanceName);\r\n}\r\nexport function createElmNodeData(name) {\r\n var data = {\r\n id: createUniqueNamespace(\"_aiData-\" + (name || \"\") + \".\" + version),\r\n accept: function (target) {\r\n return _canAcceptData(target);\r\n },\r\n get: function (target, name, defValue, addDefault) {\r\n var theCache = target[data.id];\r\n if (!theCache) {\r\n if (addDefault) {\r\n // Side effect is adds the cache\r\n theCache = _getCache(data, target);\r\n theCache[normalizeJsName(name)] = defValue;\r\n }\r\n return defValue;\r\n }\r\n return theCache[normalizeJsName(name)];\r\n },\r\n kill: function (target, name) {\r\n if (target && target[name]) {\r\n try {\r\n delete target[name];\r\n }\r\n catch (e) {\r\n // Just cleaning up, so if this fails -- ignore\r\n }\r\n }\r\n }\r\n };\r\n return data;\r\n}\r\n//# sourceMappingURL=DataCacheHelper.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import dynamicProto from "@microsoft/dynamicproto-js";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
|
|
@@ -96,6 +96,7 @@ export var _InternalMessageId = createEnumStyle({
|
|
|
96
96
|
InvalidContentBlob: 102 /* InvalidContentBlob */,
|
|
97
97
|
TrackPageActionEventFailed: 103 /* TrackPageActionEventFailed */,
|
|
98
98
|
FailedAddingCustomDefinedRequestContext: 104 /* FailedAddingCustomDefinedRequestContext */,
|
|
99
|
-
InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull
|
|
99
|
+
InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull */,
|
|
100
|
+
InstrumentationKeyDeprecation: 106 /* InstrumentationKeyDeprecation */
|
|
100
101
|
});
|
|
101
102
|
//# sourceMappingURL=LoggingEnums.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoggingEnums.js.map","sources":["LoggingEnums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\nexport var LoggingSeverity = createEnumStyle({\r\n CRITICAL: 1 /* CRITICAL */,\r\n WARNING: 2 /* WARNING */\r\n});\r\n/**\r\n * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered\r\n */\r\nexport var _InternalMessageId = createEnumStyle({\r\n // Non user actionable\r\n BrowserDoesNotSupportLocalStorage: 0 /* BrowserDoesNotSupportLocalStorage */,\r\n BrowserCannotReadLocalStorage: 1 /* BrowserCannotReadLocalStorage */,\r\n BrowserCannotReadSessionStorage: 2 /* BrowserCannotReadSessionStorage */,\r\n BrowserCannotWriteLocalStorage: 3 /* BrowserCannotWriteLocalStorage */,\r\n BrowserCannotWriteSessionStorage: 4 /* BrowserCannotWriteSessionStorage */,\r\n BrowserFailedRemovalFromLocalStorage: 5 /* BrowserFailedRemovalFromLocalStorage */,\r\n BrowserFailedRemovalFromSessionStorage: 6 /* BrowserFailedRemovalFromSessionStorage */,\r\n CannotSendEmptyTelemetry: 7 /* CannotSendEmptyTelemetry */,\r\n ClientPerformanceMathError: 8 /* ClientPerformanceMathError */,\r\n ErrorParsingAISessionCookie: 9 /* ErrorParsingAISessionCookie */,\r\n ErrorPVCalc: 10 /* ErrorPVCalc */,\r\n ExceptionWhileLoggingError: 11 /* ExceptionWhileLoggingError */,\r\n FailedAddingTelemetryToBuffer: 12 /* FailedAddingTelemetryToBuffer */,\r\n FailedMonitorAjaxAbort: 13 /* FailedMonitorAjaxAbort */,\r\n FailedMonitorAjaxDur: 14 /* FailedMonitorAjaxDur */,\r\n FailedMonitorAjaxOpen: 15 /* FailedMonitorAjaxOpen */,\r\n FailedMonitorAjaxRSC: 16 /* FailedMonitorAjaxRSC */,\r\n FailedMonitorAjaxSend: 17 /* FailedMonitorAjaxSend */,\r\n FailedMonitorAjaxGetCorrelationHeader: 18 /* FailedMonitorAjaxGetCorrelationHeader */,\r\n FailedToAddHandlerForOnBeforeUnload: 19 /* FailedToAddHandlerForOnBeforeUnload */,\r\n FailedToSendQueuedTelemetry: 20 /* FailedToSendQueuedTelemetry */,\r\n FailedToReportDataLoss: 21 /* FailedToReportDataLoss */,\r\n FlushFailed: 22 /* FlushFailed */,\r\n MessageLimitPerPVExceeded: 23 /* MessageLimitPerPVExceeded */,\r\n MissingRequiredFieldSpecification: 24 /* MissingRequiredFieldSpecification */,\r\n NavigationTimingNotSupported: 25 /* NavigationTimingNotSupported */,\r\n OnError: 26 /* OnError */,\r\n SessionRenewalDateIsZero: 27 /* SessionRenewalDateIsZero */,\r\n SenderNotInitialized: 28 /* SenderNotInitialized */,\r\n StartTrackEventFailed: 29 /* StartTrackEventFailed */,\r\n StopTrackEventFailed: 30 /* StopTrackEventFailed */,\r\n StartTrackFailed: 31 /* StartTrackFailed */,\r\n StopTrackFailed: 32 /* StopTrackFailed */,\r\n TelemetrySampledAndNotSent: 33 /* TelemetrySampledAndNotSent */,\r\n TrackEventFailed: 34 /* TrackEventFailed */,\r\n TrackExceptionFailed: 35 /* TrackExceptionFailed */,\r\n TrackMetricFailed: 36 /* TrackMetricFailed */,\r\n TrackPVFailed: 37 /* TrackPVFailed */,\r\n TrackPVFailedCalc: 38 /* TrackPVFailedCalc */,\r\n TrackTraceFailed: 39 /* TrackTraceFailed */,\r\n TransmissionFailed: 40 /* TransmissionFailed */,\r\n FailedToSetStorageBuffer: 41 /* FailedToSetStorageBuffer */,\r\n FailedToRestoreStorageBuffer: 42 /* FailedToRestoreStorageBuffer */,\r\n InvalidBackendResponse: 43 /* InvalidBackendResponse */,\r\n FailedToFixDepricatedValues: 44 /* FailedToFixDepricatedValues */,\r\n InvalidDurationValue: 45 /* InvalidDurationValue */,\r\n TelemetryEnvelopeInvalid: 46 /* TelemetryEnvelopeInvalid */,\r\n CreateEnvelopeError: 47 /* CreateEnvelopeError */,\r\n // User actionable\r\n CannotSerializeObject: 48 /* CannotSerializeObject */,\r\n CannotSerializeObjectNonSerializable: 49 /* CannotSerializeObjectNonSerializable */,\r\n CircularReferenceDetected: 50 /* CircularReferenceDetected */,\r\n ClearAuthContextFailed: 51 /* ClearAuthContextFailed */,\r\n ExceptionTruncated: 52 /* ExceptionTruncated */,\r\n IllegalCharsInName: 53 /* IllegalCharsInName */,\r\n ItemNotInArray: 54 /* ItemNotInArray */,\r\n MaxAjaxPerPVExceeded: 55 /* MaxAjaxPerPVExceeded */,\r\n MessageTruncated: 56 /* MessageTruncated */,\r\n NameTooLong: 57 /* NameTooLong */,\r\n SampleRateOutOfRange: 58 /* SampleRateOutOfRange */,\r\n SetAuthContextFailed: 59 /* SetAuthContextFailed */,\r\n SetAuthContextFailedAccountName: 60 /* SetAuthContextFailedAccountName */,\r\n StringValueTooLong: 61 /* StringValueTooLong */,\r\n StartCalledMoreThanOnce: 62 /* StartCalledMoreThanOnce */,\r\n StopCalledWithoutStart: 63 /* StopCalledWithoutStart */,\r\n TelemetryInitializerFailed: 64 /* TelemetryInitializerFailed */,\r\n TrackArgumentsNotSpecified: 65 /* TrackArgumentsNotSpecified */,\r\n UrlTooLong: 66 /* UrlTooLong */,\r\n SessionStorageBufferFull: 67 /* SessionStorageBufferFull */,\r\n CannotAccessCookie: 68 /* CannotAccessCookie */,\r\n IdTooLong: 69 /* IdTooLong */,\r\n InvalidEvent: 70 /* InvalidEvent */,\r\n FailedMonitorAjaxSetRequestHeader: 71 /* FailedMonitorAjaxSetRequestHeader */,\r\n SendBrowserInfoOnUserInit: 72 /* SendBrowserInfoOnUserInit */,\r\n PluginException: 73 /* PluginException */,\r\n NotificationException: 74 /* NotificationException */,\r\n SnippetScriptLoadFailure: 99 /* SnippetScriptLoadFailure */,\r\n InvalidInstrumentationKey: 100 /* InvalidInstrumentationKey */,\r\n CannotParseAiBlobValue: 101 /* CannotParseAiBlobValue */,\r\n InvalidContentBlob: 102 /* InvalidContentBlob */,\r\n TrackPageActionEventFailed: 103 /* TrackPageActionEventFailed */,\r\n FailedAddingCustomDefinedRequestContext: 104 /* FailedAddingCustomDefinedRequestContext */,\r\n InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull */\r\n});\r\n//# sourceMappingURL=LoggingEnums.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
|
1
|
+
{"version":3,"file":"LoggingEnums.js.map","sources":["LoggingEnums.js"],"sourcesContent":["// Copyright (c) Microsoft Corporation. All rights reserved.\r\n// Licensed under the MIT License.\r\nimport { createEnumStyle } from \"../JavaScriptSDK.Enums/EnumHelperFuncs\";\r\nexport var LoggingSeverity = createEnumStyle({\r\n CRITICAL: 1 /* CRITICAL */,\r\n WARNING: 2 /* WARNING */\r\n});\r\n/**\r\n * Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered\r\n */\r\nexport var _InternalMessageId = createEnumStyle({\r\n // Non user actionable\r\n BrowserDoesNotSupportLocalStorage: 0 /* BrowserDoesNotSupportLocalStorage */,\r\n BrowserCannotReadLocalStorage: 1 /* BrowserCannotReadLocalStorage */,\r\n BrowserCannotReadSessionStorage: 2 /* BrowserCannotReadSessionStorage */,\r\n BrowserCannotWriteLocalStorage: 3 /* BrowserCannotWriteLocalStorage */,\r\n BrowserCannotWriteSessionStorage: 4 /* BrowserCannotWriteSessionStorage */,\r\n BrowserFailedRemovalFromLocalStorage: 5 /* BrowserFailedRemovalFromLocalStorage */,\r\n BrowserFailedRemovalFromSessionStorage: 6 /* BrowserFailedRemovalFromSessionStorage */,\r\n CannotSendEmptyTelemetry: 7 /* CannotSendEmptyTelemetry */,\r\n ClientPerformanceMathError: 8 /* ClientPerformanceMathError */,\r\n ErrorParsingAISessionCookie: 9 /* ErrorParsingAISessionCookie */,\r\n ErrorPVCalc: 10 /* ErrorPVCalc */,\r\n ExceptionWhileLoggingError: 11 /* ExceptionWhileLoggingError */,\r\n FailedAddingTelemetryToBuffer: 12 /* FailedAddingTelemetryToBuffer */,\r\n FailedMonitorAjaxAbort: 13 /* FailedMonitorAjaxAbort */,\r\n FailedMonitorAjaxDur: 14 /* FailedMonitorAjaxDur */,\r\n FailedMonitorAjaxOpen: 15 /* FailedMonitorAjaxOpen */,\r\n FailedMonitorAjaxRSC: 16 /* FailedMonitorAjaxRSC */,\r\n FailedMonitorAjaxSend: 17 /* FailedMonitorAjaxSend */,\r\n FailedMonitorAjaxGetCorrelationHeader: 18 /* FailedMonitorAjaxGetCorrelationHeader */,\r\n FailedToAddHandlerForOnBeforeUnload: 19 /* FailedToAddHandlerForOnBeforeUnload */,\r\n FailedToSendQueuedTelemetry: 20 /* FailedToSendQueuedTelemetry */,\r\n FailedToReportDataLoss: 21 /* FailedToReportDataLoss */,\r\n FlushFailed: 22 /* FlushFailed */,\r\n MessageLimitPerPVExceeded: 23 /* MessageLimitPerPVExceeded */,\r\n MissingRequiredFieldSpecification: 24 /* MissingRequiredFieldSpecification */,\r\n NavigationTimingNotSupported: 25 /* NavigationTimingNotSupported */,\r\n OnError: 26 /* OnError */,\r\n SessionRenewalDateIsZero: 27 /* SessionRenewalDateIsZero */,\r\n SenderNotInitialized: 28 /* SenderNotInitialized */,\r\n StartTrackEventFailed: 29 /* StartTrackEventFailed */,\r\n StopTrackEventFailed: 30 /* StopTrackEventFailed */,\r\n StartTrackFailed: 31 /* StartTrackFailed */,\r\n StopTrackFailed: 32 /* StopTrackFailed */,\r\n TelemetrySampledAndNotSent: 33 /* TelemetrySampledAndNotSent */,\r\n TrackEventFailed: 34 /* TrackEventFailed */,\r\n TrackExceptionFailed: 35 /* TrackExceptionFailed */,\r\n TrackMetricFailed: 36 /* TrackMetricFailed */,\r\n TrackPVFailed: 37 /* TrackPVFailed */,\r\n TrackPVFailedCalc: 38 /* TrackPVFailedCalc */,\r\n TrackTraceFailed: 39 /* TrackTraceFailed */,\r\n TransmissionFailed: 40 /* TransmissionFailed */,\r\n FailedToSetStorageBuffer: 41 /* FailedToSetStorageBuffer */,\r\n FailedToRestoreStorageBuffer: 42 /* FailedToRestoreStorageBuffer */,\r\n InvalidBackendResponse: 43 /* InvalidBackendResponse */,\r\n FailedToFixDepricatedValues: 44 /* FailedToFixDepricatedValues */,\r\n InvalidDurationValue: 45 /* InvalidDurationValue */,\r\n TelemetryEnvelopeInvalid: 46 /* TelemetryEnvelopeInvalid */,\r\n CreateEnvelopeError: 47 /* CreateEnvelopeError */,\r\n // User actionable\r\n CannotSerializeObject: 48 /* CannotSerializeObject */,\r\n CannotSerializeObjectNonSerializable: 49 /* CannotSerializeObjectNonSerializable */,\r\n CircularReferenceDetected: 50 /* CircularReferenceDetected */,\r\n ClearAuthContextFailed: 51 /* ClearAuthContextFailed */,\r\n ExceptionTruncated: 52 /* ExceptionTruncated */,\r\n IllegalCharsInName: 53 /* IllegalCharsInName */,\r\n ItemNotInArray: 54 /* ItemNotInArray */,\r\n MaxAjaxPerPVExceeded: 55 /* MaxAjaxPerPVExceeded */,\r\n MessageTruncated: 56 /* MessageTruncated */,\r\n NameTooLong: 57 /* NameTooLong */,\r\n SampleRateOutOfRange: 58 /* SampleRateOutOfRange */,\r\n SetAuthContextFailed: 59 /* SetAuthContextFailed */,\r\n SetAuthContextFailedAccountName: 60 /* SetAuthContextFailedAccountName */,\r\n StringValueTooLong: 61 /* StringValueTooLong */,\r\n StartCalledMoreThanOnce: 62 /* StartCalledMoreThanOnce */,\r\n StopCalledWithoutStart: 63 /* StopCalledWithoutStart */,\r\n TelemetryInitializerFailed: 64 /* TelemetryInitializerFailed */,\r\n TrackArgumentsNotSpecified: 65 /* TrackArgumentsNotSpecified */,\r\n UrlTooLong: 66 /* UrlTooLong */,\r\n SessionStorageBufferFull: 67 /* SessionStorageBufferFull */,\r\n CannotAccessCookie: 68 /* CannotAccessCookie */,\r\n IdTooLong: 69 /* IdTooLong */,\r\n InvalidEvent: 70 /* InvalidEvent */,\r\n FailedMonitorAjaxSetRequestHeader: 71 /* FailedMonitorAjaxSetRequestHeader */,\r\n SendBrowserInfoOnUserInit: 72 /* SendBrowserInfoOnUserInit */,\r\n PluginException: 73 /* PluginException */,\r\n NotificationException: 74 /* NotificationException */,\r\n SnippetScriptLoadFailure: 99 /* SnippetScriptLoadFailure */,\r\n InvalidInstrumentationKey: 100 /* InvalidInstrumentationKey */,\r\n CannotParseAiBlobValue: 101 /* CannotParseAiBlobValue */,\r\n InvalidContentBlob: 102 /* InvalidContentBlob */,\r\n TrackPageActionEventFailed: 103 /* TrackPageActionEventFailed */,\r\n FailedAddingCustomDefinedRequestContext: 104 /* FailedAddingCustomDefinedRequestContext */,\r\n InMemoryStorageBufferFull: 105 /* InMemoryStorageBufferFull */,\r\n InstrumentationKeyDeprecation: 106 /* InstrumentationKeyDeprecation */\r\n});\r\n//# sourceMappingURL=LoggingEnums.js.map"],"names":[],"mappings":";;;;AAA4D;AAC1B;AAClC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.4-nightly.2205-08
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
export { MinChannelPriorty } from "./JavaScriptSDK.Interfaces/IChannelControls";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/applicationinsights-core-js",
|
|
3
3
|
"author": "Microsoft Application Insights Team",
|
|
4
|
-
"version": "2.8.4-nightly.2205-
|
|
4
|
+
"version": "2.8.4-nightly.2205-08",
|
|
5
5
|
"description": "Microsoft Application Insights Core Javascript SDK",
|
|
6
6
|
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
|
|
7
7
|
"keywords": [
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
|
|
40
40
|
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
|
|
41
41
|
"@microsoft/api-extractor": "^7.18.1",
|
|
42
|
-
"grunt": "^1.
|
|
42
|
+
"grunt": "^1.5.3",
|
|
43
43
|
"grunt-cli": "^1.4.3",
|
|
44
44
|
"grunt-contrib-qunit": "^5.0.1",
|
|
45
45
|
"@nevware21/grunt-ts-plugin": "^0.4.3",
|
|
@@ -105,7 +105,8 @@ export const enum _eInternalMessageId {
|
|
|
105
105
|
InvalidContentBlob = 102,
|
|
106
106
|
TrackPageActionEventFailed = 103,
|
|
107
107
|
FailedAddingCustomDefinedRequestContext = 104,
|
|
108
|
-
InMemoryStorageBufferFull = 105
|
|
108
|
+
InMemoryStorageBufferFull = 105,
|
|
109
|
+
InstrumentationKeyDeprecation = 106
|
|
109
110
|
}
|
|
110
111
|
|
|
111
112
|
/**
|
|
@@ -196,6 +197,8 @@ export const _InternalMessageId = createEnumStyle<typeof _eInternalMessageId>({
|
|
|
196
197
|
InvalidContentBlob: _eInternalMessageId.InvalidContentBlob,
|
|
197
198
|
TrackPageActionEventFailed: _eInternalMessageId.TrackPageActionEventFailed,
|
|
198
199
|
FailedAddingCustomDefinedRequestContext: _eInternalMessageId.FailedAddingCustomDefinedRequestContext,
|
|
199
|
-
InMemoryStorageBufferFull: _eInternalMessageId.InMemoryStorageBufferFull
|
|
200
|
+
InMemoryStorageBufferFull: _eInternalMessageId.InMemoryStorageBufferFull,
|
|
201
|
+
InstrumentationKeyDeprecation: _eInternalMessageId.InstrumentationKeyDeprecation
|
|
202
|
+
|
|
200
203
|
});
|
|
201
204
|
export type _InternalMessageId = number | _eInternalMessageId;
|
package/tsconfig.json
CHANGED
|
@@ -9,9 +9,8 @@
|
|
|
9
9
|
"forceConsistentCasingInFileNames": true,
|
|
10
10
|
"importHelpers": true,
|
|
11
11
|
"noEmitHelpers": true,
|
|
12
|
-
"skipLibCheck":
|
|
12
|
+
"skipLibCheck": false,
|
|
13
13
|
"alwaysStrict": true,
|
|
14
|
-
"skipLibCheck": true,
|
|
15
14
|
"skipDefaultLibCheck": true,
|
|
16
15
|
"declaration": true,
|
|
17
16
|
"declarationDir": "shared/AppInsightsCore/types",
|
|
@@ -92,7 +92,8 @@ export declare const enum _eInternalMessageId {
|
|
|
92
92
|
InvalidContentBlob = 102,
|
|
93
93
|
TrackPageActionEventFailed = 103,
|
|
94
94
|
FailedAddingCustomDefinedRequestContext = 104,
|
|
95
|
-
InMemoryStorageBufferFull = 105
|
|
95
|
+
InMemoryStorageBufferFull = 105,
|
|
96
|
+
InstrumentationKeyDeprecation = 106
|
|
96
97
|
}
|
|
97
98
|
/**
|
|
98
99
|
* Internal message ID. Please create a new one for every conceptually different message. Please keep alphabetically ordered
|