@microsoft/applicationinsights-common 2.7.0-beta.1 → 2.7.1-nightly.202110-04
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-common.integrity.json +9 -9
- package/browser/applicationinsights-common.js +54 -48
- package/browser/applicationinsights-common.js.map +1 -1
- package/browser/applicationinsights-common.min.js +2 -2
- package/browser/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.api.json +282 -82
- package/dist/applicationinsights-common.api.md +14 -4
- package/dist/applicationinsights-common.d.ts +88 -146
- package/dist/applicationinsights-common.js +54 -48
- package/dist/applicationinsights-common.js.map +1 -1
- package/dist/applicationinsights-common.min.js +2 -2
- package/dist/applicationinsights-common.min.js.map +1 -1
- package/dist/applicationinsights-common.rollup.d.ts +88 -146
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +2 -1
- package/dist-esm/Constants.js.map +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -2
- package/dist-esm/Enums.js.map +1 -1
- package/dist-esm/HelperFuncs.js +2 -6
- package/dist-esm/HelperFuncs.js.map +1 -1
- package/dist-esm/Interfaces/ConnectionString.js +1 -1
- package/dist-esm/Interfaces/Context/IApplication.js +1 -1
- package/dist-esm/Interfaces/Context/IDevice.js +1 -1
- package/dist-esm/Interfaces/Context/IInternal.js +1 -1
- package/dist-esm/Interfaces/Context/ILocation.js +1 -1
- package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
- package/dist-esm/Interfaces/Context/ISample.js +1 -1
- package/dist-esm/Interfaces/Context/ISession.js +1 -1
- package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
- package/dist-esm/Interfaces/Context/IUser.js +1 -1
- package/dist-esm/Interfaces/Context/IWeb.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Base.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Data.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Domain.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/Envelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/EventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/ExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/MessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/MetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/PageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/RemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/Contracts/Generated/StackFrame.js +1 -1
- package/dist-esm/Interfaces/IAppInsights.js +1 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
- package/dist-esm/Interfaces/IConfig.js +1 -1
- package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
- package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
- package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
- package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
- package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPartC.js +1 -1
- package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -2
- package/dist-esm/Interfaces/IPropertiesPlugin.js.map +1 -1
- package/dist-esm/Interfaces/IRequestContext.js +1 -2
- package/dist-esm/Interfaces/IRequestContext.js.map +1 -1
- package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
- package/dist-esm/Interfaces/PartAExtensions.js +1 -1
- package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
- package/dist-esm/RequestResponseHeaders.js +1 -1
- package/dist-esm/StorageHelperFuncs.js +1 -1
- package/dist-esm/Telemetry/Common/Base.js +1 -1
- package/dist-esm/Telemetry/Common/Data.js +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -3
- package/dist-esm/Telemetry/Common/DataSanitizer.js.map +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +1 -1
- package/dist-esm/Telemetry/Event.js +1 -1
- package/dist-esm/Telemetry/Exception.js +16 -6
- package/dist-esm/Telemetry/Exception.js.map +1 -1
- package/dist-esm/Telemetry/Metric.js +1 -1
- package/dist-esm/Telemetry/PageView.js +1 -1
- package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
- package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
- package/dist-esm/Telemetry/Trace.js +1 -1
- package/dist-esm/TelemetryItemCreator.js +8 -3
- package/dist-esm/TelemetryItemCreator.js.map +1 -1
- package/dist-esm/UrlHelperFuncs.js +2 -2
- package/dist-esm/UrlHelperFuncs.js.map +1 -1
- package/dist-esm/Util.js +5 -6
- package/dist-esm/Util.js.map +1 -1
- package/dist-esm/applicationinsights-common.js +4 -3
- package/dist-esm/applicationinsights-common.js.map +1 -1
- package/package.json +57 -57
- package/src/Constants.ts +3 -2
- package/src/Enums.ts +2 -2
- package/src/HelperFuncs.ts +1 -6
- package/src/Interfaces/Context/ISample.ts +4 -0
- package/src/Interfaces/Context/ITelemetryTrace.ts +2 -2
- package/src/Interfaces/IConfig.ts +69 -149
- package/src/Interfaces/ICorrelationConfig.ts +3 -3
- package/src/Interfaces/IDependencyTelemetry.ts +1 -0
- package/src/Interfaces/IEventTelemetry.ts +7 -0
- package/src/Interfaces/IMetricTelemetry.ts +7 -0
- package/src/Interfaces/IPageViewTelemetry.ts +5 -0
- package/src/Interfaces/IPropertiesPlugin.ts +1 -1
- package/src/Interfaces/IRequestContext.ts +1 -1
- package/src/Interfaces/ITraceTelemetry.ts +7 -0
- package/src/Interfaces/Telemetry/ISerializable.ts +1 -1
- package/src/Telemetry/Common/DataSanitizer.ts +2 -2
- package/src/Telemetry/Exception.ts +16 -8
- package/src/Telemetry/RemoteDependencyData.ts +1 -1
- package/src/TelemetryItemCreator.ts +8 -2
- package/src/UrlHelperFuncs.ts +2 -2
- package/src/Util.ts +10 -10
- package/src/applicationinsights-common.ts +7 -7
- package/types/Constants.d.ts +1 -0
- package/types/HelperFuncs.d.ts +0 -1
- package/types/Interfaces/Context/ISample.d.ts +2 -0
- package/types/Interfaces/Context/ITelemetryTrace.d.ts +2 -2
- package/types/Interfaces/IConfig.d.ts +59 -142
- package/types/Interfaces/IDependencyTelemetry.d.ts +1 -0
- package/types/Interfaces/IEventTelemetry.d.ts +6 -0
- package/types/Interfaces/IMetricTelemetry.d.ts +6 -0
- package/types/Interfaces/IPageViewTelemetry.d.ts +4 -0
- package/types/Interfaces/ITraceTelemetry.d.ts +6 -0
- package/types/applicationinsights-common.d.ts +2 -1
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "applicationinsights-common",
|
|
3
|
-
"version": "2.7.
|
|
3
|
+
"version": "2.7.1-nightly.202110-04",
|
|
4
4
|
"ext": {
|
|
5
5
|
"@js": {
|
|
6
6
|
"file": "applicationinsights-common.js",
|
|
7
7
|
"type": "text/javascript; charset=utf-8",
|
|
8
|
-
"integrity": "sha256-
|
|
8
|
+
"integrity": "sha256-p08vrtdW9K68LjSRe/0N9BGmj5CcKu0v1Oi+cv8M9PQ= sha384-IjSZpho5nt2/oXU7hDBYByWTOcGKX0AXo06upapqtlpb1jd5VatfmpNZ40oPVnDy sha512-9BV451MrdkZgtDl6wINkXhDoWSxY6Z4qOp2EWY7VlrNumLmbkSbX59a6g5AyXOGrdmS0LDn8mbNCHMmPkFNTLw==",
|
|
9
9
|
"hashes": {
|
|
10
|
-
"sha256": "
|
|
11
|
-
"sha384": "
|
|
12
|
-
"sha512": "
|
|
10
|
+
"sha256": "p08vrtdW9K68LjSRe/0N9BGmj5CcKu0v1Oi+cv8M9PQ=",
|
|
11
|
+
"sha384": "IjSZpho5nt2/oXU7hDBYByWTOcGKX0AXo06upapqtlpb1jd5VatfmpNZ40oPVnDy",
|
|
12
|
+
"sha512": "9BV451MrdkZgtDl6wINkXhDoWSxY6Z4qOp2EWY7VlrNumLmbkSbX59a6g5AyXOGrdmS0LDn8mbNCHMmPkFNTLw=="
|
|
13
13
|
}
|
|
14
14
|
},
|
|
15
15
|
"@min.js": {
|
|
16
16
|
"file": "applicationinsights-common.min.js",
|
|
17
17
|
"type": "text/javascript; charset=utf-8",
|
|
18
|
-
"integrity": "sha256-
|
|
18
|
+
"integrity": "sha256-3qMottZ5sr0ADU0E9J7XXOY5BMShmT6ZBb828HvtrD8= sha384-6ksQVCHaKdYXXs0A/YADNScs979Zoh3rJZ9F+rktJM66Z4V2AqsY1m6SlwvgZE79 sha512-UHJOhwC9JpizB/o402O6+XRO/YsPSO0Ii11gNagkf4GbAtVt6qvvozb49AWqjoz7y5q8s6DSsqpXy/rNWr1zeA==",
|
|
19
19
|
"hashes": {
|
|
20
|
-
"sha256": "
|
|
21
|
-
"sha384": "
|
|
22
|
-
"sha512": "
|
|
20
|
+
"sha256": "3qMottZ5sr0ADU0E9J7XXOY5BMShmT6ZBb828HvtrD8=",
|
|
21
|
+
"sha384": "6ksQVCHaKdYXXs0A/YADNScs979Zoh3rJZ9F+rktJM66Z4V2AqsY1m6SlwvgZE79",
|
|
22
|
+
"sha512": "UHJOhwC9JpizB/o402O6+XRO/YsPSO0Ii11gNagkf4GbAtVt6qvvozb49AWqjoz7y5q8s6DSsqpXy/rNWr1zeA=="
|
|
23
23
|
}
|
|
24
24
|
}
|
|
25
25
|
}
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Common, 2.7.
|
|
2
|
+
* Application Insights JavaScript SDK - Common, 2.7.1-nightly.202110-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
6
6
|
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
|
7
7
|
typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
|
8
8
|
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global.Microsoft = global.Microsoft || {}, global.Microsoft.ApplicationInsights = global.Microsoft.ApplicationInsights || {})));
|
|
9
|
-
}(this, (function (exports) { 'use strict';
|
|
9
|
+
})(this, (function (exports) { 'use strict';
|
|
10
10
|
|
|
11
11
|
var strShimFunction = "function";
|
|
12
12
|
var strShimObject = "object";
|
|
@@ -182,8 +182,6 @@
|
|
|
182
182
|
var strOnPrefix = "on";
|
|
183
183
|
var strAttachEvent = "attachEvent";
|
|
184
184
|
var strAddEventHelper = "addEventListener";
|
|
185
|
-
var strDetachEvent = "detachEvent";
|
|
186
|
-
var strRemoveEventListener = "removeEventListener";
|
|
187
185
|
var _objDefineProperty = ObjDefineProperty;
|
|
188
186
|
function objToString(obj) {
|
|
189
187
|
return ObjProto.toString.call(obj);
|
|
@@ -228,21 +226,6 @@
|
|
|
228
226
|
}
|
|
229
227
|
return result;
|
|
230
228
|
}
|
|
231
|
-
function detachEvent(obj, eventNameWithoutOn, handlerRef, useCapture) {
|
|
232
|
-
if (useCapture === void 0) { useCapture = false; }
|
|
233
|
-
if (!isNullOrUndefined(obj)) {
|
|
234
|
-
try {
|
|
235
|
-
if (!isNullOrUndefined(obj[strRemoveEventListener])) {
|
|
236
|
-
obj[strRemoveEventListener](eventNameWithoutOn, handlerRef, useCapture);
|
|
237
|
-
}
|
|
238
|
-
else if (!isNullOrUndefined(obj[strDetachEvent])) {
|
|
239
|
-
obj[strDetachEvent](strOnPrefix + eventNameWithoutOn, handlerRef);
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
catch (e) {
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
}
|
|
246
229
|
function objForEachKey(target, callbackfn) {
|
|
247
230
|
if (target) {
|
|
248
231
|
for (var prop in target) {
|
|
@@ -317,33 +300,45 @@
|
|
|
317
300
|
}
|
|
318
301
|
function arrForEach(arr, callbackfn, thisArg) {
|
|
319
302
|
var len = arr.length;
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
if (
|
|
323
|
-
|
|
303
|
+
try {
|
|
304
|
+
for (var idx = 0; idx < len; idx++) {
|
|
305
|
+
if (idx in arr) {
|
|
306
|
+
if (callbackfn.call(thisArg || arr, arr[idx], idx, arr) === -1) {
|
|
307
|
+
break;
|
|
308
|
+
}
|
|
324
309
|
}
|
|
325
310
|
}
|
|
326
311
|
}
|
|
312
|
+
catch (e) {
|
|
313
|
+
}
|
|
327
314
|
}
|
|
328
315
|
function arrIndexOf(arr, searchElement, fromIndex) {
|
|
329
316
|
var len = arr.length;
|
|
330
317
|
var from = fromIndex || 0;
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
318
|
+
try {
|
|
319
|
+
for (var lp = Math.max(from >= 0 ? from : len - Math.abs(from), 0); lp < len; lp++) {
|
|
320
|
+
if (lp in arr && arr[lp] === searchElement) {
|
|
321
|
+
return lp;
|
|
322
|
+
}
|
|
334
323
|
}
|
|
335
324
|
}
|
|
325
|
+
catch (e) {
|
|
326
|
+
}
|
|
336
327
|
return -1;
|
|
337
328
|
}
|
|
338
329
|
function arrMap(arr, callbackfn, thisArg) {
|
|
339
330
|
var len = arr.length;
|
|
340
331
|
var _this = thisArg || arr;
|
|
341
332
|
var results = new Array(len);
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
333
|
+
try {
|
|
334
|
+
for (var lp = 0; lp < len; lp++) {
|
|
335
|
+
if (lp in arr) {
|
|
336
|
+
results[lp] = callbackfn.call(_this, arr[lp], arr);
|
|
337
|
+
}
|
|
345
338
|
}
|
|
346
339
|
}
|
|
340
|
+
catch (e) {
|
|
341
|
+
}
|
|
347
342
|
return results;
|
|
348
343
|
}
|
|
349
344
|
function arrReduce(arr, callbackfn, initialValue) {
|
|
@@ -479,6 +474,7 @@
|
|
|
479
474
|
var _isTrident = null;
|
|
480
475
|
var _navUserAgentCheck = null;
|
|
481
476
|
var _enableMocks = false;
|
|
477
|
+
var _beaconsSupported = null;
|
|
482
478
|
function getGlobalInst(name) {
|
|
483
479
|
var gbl = getGlobal();
|
|
484
480
|
if (gbl && gbl[name]) {
|
|
@@ -584,6 +580,12 @@
|
|
|
584
580
|
}
|
|
585
581
|
return objectTypeDump + propertyValueDump;
|
|
586
582
|
}
|
|
583
|
+
function isBeaconsSupported() {
|
|
584
|
+
if (_beaconsSupported === null) {
|
|
585
|
+
_beaconsSupported = hasNavigator() && Boolean(getNavigator().sendBeacon);
|
|
586
|
+
}
|
|
587
|
+
return _beaconsSupported;
|
|
588
|
+
}
|
|
587
589
|
|
|
588
590
|
var strToGMTString = "toGMTString";
|
|
589
591
|
var strToUTCString = "toUTCString";
|
|
@@ -888,7 +890,7 @@
|
|
|
888
890
|
}
|
|
889
891
|
var doc = getDocument();
|
|
890
892
|
if (doc) {
|
|
891
|
-
result =
|
|
893
|
+
result = attachEvent(doc, eventName, callback) || result;
|
|
892
894
|
}
|
|
893
895
|
return result;
|
|
894
896
|
}
|
|
@@ -980,12 +982,6 @@
|
|
|
980
982
|
generateW3CId: generateW3CId
|
|
981
983
|
};
|
|
982
984
|
var GuidRegex = /[xy]/g;
|
|
983
|
-
var EventHelper = {
|
|
984
|
-
Attach: attachEvent,
|
|
985
|
-
AttachEvent: attachEvent,
|
|
986
|
-
Detach: detachEvent,
|
|
987
|
-
DetachEvent: detachEvent
|
|
988
|
-
};
|
|
989
985
|
function _legacyCookieMgr(config, logger) {
|
|
990
986
|
var cookieMgr = _gblCookieMgr(config, logger);
|
|
991
987
|
var legacyCanUseCookies = CoreUtils._canUseCookies;
|
|
@@ -1211,10 +1207,6 @@
|
|
|
1211
1207
|
hour = hour.length < 2 ? "0" + hour : hour;
|
|
1212
1208
|
return (days > 0 ? days + "." : "") + hour + ":" + min + ":" + sec + "." + ms;
|
|
1213
1209
|
}
|
|
1214
|
-
function isBeaconApiSupported() {
|
|
1215
|
-
var nav = getNavigator();
|
|
1216
|
-
return ('sendBeacon' in nav && nav.sendBeacon);
|
|
1217
|
-
}
|
|
1218
1210
|
function getExtensionByName(extensions, identifier) {
|
|
1219
1211
|
var extension = null;
|
|
1220
1212
|
arrForEach(extensions, function (value) {
|
|
@@ -1235,6 +1227,7 @@
|
|
|
1235
1227
|
var HttpMethod = "http.method";
|
|
1236
1228
|
var DEFAULT_BREEZE_ENDPOINT = "https://dc.services.visualstudio.com";
|
|
1237
1229
|
var strNotSpecified = "not_specified";
|
|
1230
|
+
var strIkey = "iKey";
|
|
1238
1231
|
|
|
1239
1232
|
var StorageType;
|
|
1240
1233
|
(function (StorageType) {
|
|
@@ -1508,7 +1501,7 @@
|
|
|
1508
1501
|
dump: dumpObj,
|
|
1509
1502
|
getExceptionName: getExceptionName,
|
|
1510
1503
|
addEventHandler: attachEvent,
|
|
1511
|
-
IsBeaconApiSupported:
|
|
1504
|
+
IsBeaconApiSupported: isBeaconsSupported,
|
|
1512
1505
|
getExtension: getExtensionByName
|
|
1513
1506
|
};
|
|
1514
1507
|
var UrlHelper = {
|
|
@@ -1806,14 +1799,22 @@
|
|
|
1806
1799
|
return evtMessage || "";
|
|
1807
1800
|
}
|
|
1808
1801
|
function _isExceptionDetailsInternal(value) {
|
|
1809
|
-
|
|
1810
|
-
|
|
1802
|
+
try {
|
|
1803
|
+
if (isObject(value)) {
|
|
1804
|
+
return "hasFullStack" in value && "typeName" in value;
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
catch (e) {
|
|
1811
1808
|
}
|
|
1812
1809
|
return false;
|
|
1813
1810
|
}
|
|
1814
1811
|
function _isExceptionInternal(value) {
|
|
1815
|
-
|
|
1816
|
-
|
|
1812
|
+
try {
|
|
1813
|
+
if (isObject(value)) {
|
|
1814
|
+
return ("ver" in value && "exceptions" in value && "properties" in value);
|
|
1815
|
+
}
|
|
1816
|
+
}
|
|
1817
|
+
catch (e) {
|
|
1817
1818
|
}
|
|
1818
1819
|
return false;
|
|
1819
1820
|
}
|
|
@@ -2588,10 +2589,15 @@
|
|
|
2588
2589
|
isNullOrUndefined(envelopeName)) {
|
|
2589
2590
|
throw Error("Input doesn't contain all required fields");
|
|
2590
2591
|
}
|
|
2592
|
+
var iKey = "";
|
|
2593
|
+
if (item[strIkey]) {
|
|
2594
|
+
iKey = item[strIkey];
|
|
2595
|
+
delete item[strIkey];
|
|
2596
|
+
}
|
|
2591
2597
|
var telemetryItem = {
|
|
2592
2598
|
name: envelopeName,
|
|
2593
2599
|
time: toISOString(new Date()),
|
|
2594
|
-
iKey:
|
|
2600
|
+
iKey: iKey,
|
|
2595
2601
|
ext: systemProperties ? systemProperties : {},
|
|
2596
2602
|
tags: [],
|
|
2597
2603
|
data: {},
|
|
@@ -2671,7 +2677,7 @@
|
|
|
2671
2677
|
exports.dateTimeUtilsNow = dateTimeUtilsNow;
|
|
2672
2678
|
exports.dsPadNumber = dsPadNumber;
|
|
2673
2679
|
exports.getExtensionByName = getExtensionByName;
|
|
2674
|
-
exports.isBeaconApiSupported =
|
|
2680
|
+
exports.isBeaconApiSupported = isBeaconsSupported;
|
|
2675
2681
|
exports.isCrossOriginError = isCrossOriginError;
|
|
2676
2682
|
exports.isInternalApplicationInsightsEndpoint = isInternalApplicationInsightsEndpoint;
|
|
2677
2683
|
exports.msToTimeSpan = msToTimeSpan;
|
|
@@ -2697,5 +2703,5 @@
|
|
|
2697
2703
|
|
|
2698
2704
|
(function(obj, prop, descriptor) { /* ai_es3_polyfil defineProperty */ var func = Object["defineProperty"]; if (func) { try { return func(obj, prop, descriptor); } catch(e) { /* IE8 defines defineProperty, but will throw */ } } if (descriptor && typeof descriptor.value !== undefined) { obj[prop] = descriptor.value; } return obj; })(exports, '__esModule', { value: true });
|
|
2699
2705
|
|
|
2700
|
-
}))
|
|
2706
|
+
}));
|
|
2701
2707
|
//# sourceMappingURL=applicationinsights-common.js.map
|