@microsoft/applicationinsights-core-js 2.8.17 → 2.8.18-nightly.2402-07
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 +2 -2
- 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 +128 -31
- package/dist/applicationinsights-core-js.d.ts +1 -1
- package/dist/applicationinsights-core-js.js +2 -2
- 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 +1 -1
- 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/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/W3cTraceParent.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 +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/IDistributedTraceContext.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/ITraceParent.js +1 -1
- package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-core-js.js +1 -1
- package/package.json +74 -74
- 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.
|
|
4
|
+
"toolVersion": "7.40.0",
|
|
5
5
|
"schemaVersion": 1011,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -18629,17 +18629,29 @@
|
|
|
18629
18629
|
]
|
|
18630
18630
|
},
|
|
18631
18631
|
{
|
|
18632
|
-
"kind": "
|
|
18633
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!isArray:
|
|
18632
|
+
"kind": "Function",
|
|
18633
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isArray:function(1)",
|
|
18634
18634
|
"docComment": "/**\n * Check if an object is of type Array with optional generic T, the generic type is not validated and exists to help with TypeScript validation only.\n */\n",
|
|
18635
18635
|
"excerptTokens": [
|
|
18636
18636
|
{
|
|
18637
18637
|
"kind": "Content",
|
|
18638
|
-
"text": "isArray: "
|
|
18638
|
+
"text": "isArray: <T = "
|
|
18639
18639
|
},
|
|
18640
18640
|
{
|
|
18641
18641
|
"kind": "Content",
|
|
18642
|
-
"text": "
|
|
18642
|
+
"text": "any"
|
|
18643
|
+
},
|
|
18644
|
+
{
|
|
18645
|
+
"kind": "Content",
|
|
18646
|
+
"text": ">(obj: "
|
|
18647
|
+
},
|
|
18648
|
+
{
|
|
18649
|
+
"kind": "Content",
|
|
18650
|
+
"text": "any"
|
|
18651
|
+
},
|
|
18652
|
+
{
|
|
18653
|
+
"kind": "Content",
|
|
18654
|
+
"text": ") => "
|
|
18643
18655
|
},
|
|
18644
18656
|
{
|
|
18645
18657
|
"kind": "Reference",
|
|
@@ -18661,13 +18673,36 @@
|
|
|
18661
18673
|
}
|
|
18662
18674
|
],
|
|
18663
18675
|
"fileUrlPath": "types/JavaScriptSDK/HelperFuncs.d.ts",
|
|
18664
|
-
"
|
|
18676
|
+
"returnTypeTokenRange": {
|
|
18677
|
+
"startIndex": 5,
|
|
18678
|
+
"endIndex": 9
|
|
18679
|
+
},
|
|
18665
18680
|
"releaseTag": "Public",
|
|
18666
|
-
"
|
|
18667
|
-
"
|
|
18668
|
-
|
|
18669
|
-
|
|
18670
|
-
|
|
18681
|
+
"overloadIndex": 1,
|
|
18682
|
+
"parameters": [
|
|
18683
|
+
{
|
|
18684
|
+
"parameterName": "obj",
|
|
18685
|
+
"parameterTypeTokenRange": {
|
|
18686
|
+
"startIndex": 3,
|
|
18687
|
+
"endIndex": 4
|
|
18688
|
+
},
|
|
18689
|
+
"isOptional": false
|
|
18690
|
+
}
|
|
18691
|
+
],
|
|
18692
|
+
"typeParameters": [
|
|
18693
|
+
{
|
|
18694
|
+
"typeParameterName": "T",
|
|
18695
|
+
"constraintTokenRange": {
|
|
18696
|
+
"startIndex": 0,
|
|
18697
|
+
"endIndex": 0
|
|
18698
|
+
},
|
|
18699
|
+
"defaultTypeTokenRange": {
|
|
18700
|
+
"startIndex": 1,
|
|
18701
|
+
"endIndex": 2
|
|
18702
|
+
}
|
|
18703
|
+
}
|
|
18704
|
+
],
|
|
18705
|
+
"name": "isArray"
|
|
18671
18706
|
},
|
|
18672
18707
|
{
|
|
18673
18708
|
"kind": "Function",
|
|
@@ -22407,27 +22442,58 @@
|
|
|
22407
22442
|
"name": "objForEachKey"
|
|
22408
22443
|
},
|
|
22409
22444
|
{
|
|
22410
|
-
"kind": "
|
|
22411
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!objFreeze:
|
|
22445
|
+
"kind": "Function",
|
|
22446
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!objFreeze:function(1)",
|
|
22412
22447
|
"docComment": "",
|
|
22413
22448
|
"excerptTokens": [
|
|
22414
22449
|
{
|
|
22415
22450
|
"kind": "Content",
|
|
22416
|
-
"text": "objFreeze: "
|
|
22451
|
+
"text": "objFreeze: <T>(value: "
|
|
22417
22452
|
},
|
|
22418
22453
|
{
|
|
22419
22454
|
"kind": "Content",
|
|
22420
|
-
"text": "
|
|
22455
|
+
"text": "T"
|
|
22456
|
+
},
|
|
22457
|
+
{
|
|
22458
|
+
"kind": "Content",
|
|
22459
|
+
"text": ") => "
|
|
22460
|
+
},
|
|
22461
|
+
{
|
|
22462
|
+
"kind": "Content",
|
|
22463
|
+
"text": "T"
|
|
22421
22464
|
}
|
|
22422
22465
|
],
|
|
22423
22466
|
"fileUrlPath": "types/JavaScriptSDK/HelperFuncs.d.ts",
|
|
22424
|
-
"
|
|
22467
|
+
"returnTypeTokenRange": {
|
|
22468
|
+
"startIndex": 3,
|
|
22469
|
+
"endIndex": 4
|
|
22470
|
+
},
|
|
22425
22471
|
"releaseTag": "Public",
|
|
22426
|
-
"
|
|
22427
|
-
"
|
|
22428
|
-
|
|
22429
|
-
|
|
22430
|
-
|
|
22472
|
+
"overloadIndex": 1,
|
|
22473
|
+
"parameters": [
|
|
22474
|
+
{
|
|
22475
|
+
"parameterName": "value",
|
|
22476
|
+
"parameterTypeTokenRange": {
|
|
22477
|
+
"startIndex": 1,
|
|
22478
|
+
"endIndex": 2
|
|
22479
|
+
},
|
|
22480
|
+
"isOptional": false
|
|
22481
|
+
}
|
|
22482
|
+
],
|
|
22483
|
+
"typeParameters": [
|
|
22484
|
+
{
|
|
22485
|
+
"typeParameterName": "T",
|
|
22486
|
+
"constraintTokenRange": {
|
|
22487
|
+
"startIndex": 0,
|
|
22488
|
+
"endIndex": 0
|
|
22489
|
+
},
|
|
22490
|
+
"defaultTypeTokenRange": {
|
|
22491
|
+
"startIndex": 0,
|
|
22492
|
+
"endIndex": 0
|
|
22493
|
+
}
|
|
22494
|
+
}
|
|
22495
|
+
],
|
|
22496
|
+
"name": "objFreeze"
|
|
22431
22497
|
},
|
|
22432
22498
|
{
|
|
22433
22499
|
"kind": "Function",
|
|
@@ -22475,27 +22541,58 @@
|
|
|
22475
22541
|
"name": "objKeys"
|
|
22476
22542
|
},
|
|
22477
22543
|
{
|
|
22478
|
-
"kind": "
|
|
22479
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!objSeal:
|
|
22544
|
+
"kind": "Function",
|
|
22545
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!objSeal:function(1)",
|
|
22480
22546
|
"docComment": "",
|
|
22481
22547
|
"excerptTokens": [
|
|
22482
22548
|
{
|
|
22483
22549
|
"kind": "Content",
|
|
22484
|
-
"text": "objSeal: "
|
|
22550
|
+
"text": "objSeal: <T>(value: "
|
|
22551
|
+
},
|
|
22552
|
+
{
|
|
22553
|
+
"kind": "Content",
|
|
22554
|
+
"text": "T"
|
|
22555
|
+
},
|
|
22556
|
+
{
|
|
22557
|
+
"kind": "Content",
|
|
22558
|
+
"text": ") => "
|
|
22485
22559
|
},
|
|
22486
22560
|
{
|
|
22487
22561
|
"kind": "Content",
|
|
22488
|
-
"text": "
|
|
22562
|
+
"text": "T"
|
|
22489
22563
|
}
|
|
22490
22564
|
],
|
|
22491
22565
|
"fileUrlPath": "types/JavaScriptSDK/HelperFuncs.d.ts",
|
|
22492
|
-
"
|
|
22566
|
+
"returnTypeTokenRange": {
|
|
22567
|
+
"startIndex": 3,
|
|
22568
|
+
"endIndex": 4
|
|
22569
|
+
},
|
|
22493
22570
|
"releaseTag": "Public",
|
|
22494
|
-
"
|
|
22495
|
-
"
|
|
22496
|
-
|
|
22497
|
-
|
|
22498
|
-
|
|
22571
|
+
"overloadIndex": 1,
|
|
22572
|
+
"parameters": [
|
|
22573
|
+
{
|
|
22574
|
+
"parameterName": "value",
|
|
22575
|
+
"parameterTypeTokenRange": {
|
|
22576
|
+
"startIndex": 1,
|
|
22577
|
+
"endIndex": 2
|
|
22578
|
+
},
|
|
22579
|
+
"isOptional": false
|
|
22580
|
+
}
|
|
22581
|
+
],
|
|
22582
|
+
"typeParameters": [
|
|
22583
|
+
{
|
|
22584
|
+
"typeParameterName": "T",
|
|
22585
|
+
"constraintTokenRange": {
|
|
22586
|
+
"startIndex": 0,
|
|
22587
|
+
"endIndex": 0
|
|
22588
|
+
},
|
|
22589
|
+
"defaultTypeTokenRange": {
|
|
22590
|
+
"startIndex": 0,
|
|
22591
|
+
"endIndex": 0
|
|
22592
|
+
}
|
|
22593
|
+
}
|
|
22594
|
+
],
|
|
22595
|
+
"name": "objSeal"
|
|
22499
22596
|
},
|
|
22500
22597
|
{
|
|
22501
22598
|
"kind": "Function",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Core, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Core, 2.8.18-nightly.2402-07
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1737,7 +1737,7 @@
|
|
|
1737
1737
|
}
|
|
1738
1738
|
|
|
1739
1739
|
var _objDefineProperty = ObjDefineProperty;
|
|
1740
|
-
var version =
|
|
1740
|
+
var version = "2.8.18-nightly.2402-07";
|
|
1741
1741
|
var instanceName = "." + newId(6);
|
|
1742
1742
|
var _dataUid = 0;
|
|
1743
1743
|
function _createAccessor(target, prop, value) {
|