@microsoft/applicationinsights-core-js 2.8.4-nightly.2205-07 → 2.8.4-nightly.2205-10
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 +2008 -1811
- 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 +1302 -199
- package/dist/applicationinsights-core-js.api.md +54 -0
- package/dist/applicationinsights-core-js.d.ts +174 -1
- package/dist/applicationinsights-core-js.js +2008 -1811
- 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 +174 -1
- package/dist-esm/JavaScriptSDK/AppInsightsCore.js +2 -2
- package/dist-esm/JavaScriptSDK/AppInsightsCore.js.map +1 -1
- package/dist-esm/JavaScriptSDK/BaseCore.js +25 -12
- package/dist-esm/JavaScriptSDK/BaseCore.js.map +1 -1
- package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js +3 -3
- package/dist-esm/JavaScriptSDK/BaseTelemetryPlugin.js.map +1 -1
- package/dist-esm/JavaScriptSDK/ChannelController.js +3 -3
- package/dist-esm/JavaScriptSDK/ChannelController.js.map +1 -1
- package/dist-esm/JavaScriptSDK/Constants.js +1 -1
- package/dist-esm/JavaScriptSDK/CookieMgr.js +2 -2
- package/dist-esm/JavaScriptSDK/CookieMgr.js.map +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 +6 -6
- package/dist-esm/JavaScriptSDK/DiagnosticLogger.js.map +1 -1
- package/dist-esm/JavaScriptSDK/EnvUtils.js +40 -1
- package/dist-esm/JavaScriptSDK/EnvUtils.js.map +1 -1
- package/dist-esm/JavaScriptSDK/EventHelpers.js +1 -1
- package/dist-esm/JavaScriptSDK/HelperFuncs.js +1 -1
- package/dist-esm/JavaScriptSDK/InstrumentHooks.js +6 -6
- package/dist-esm/JavaScriptSDK/InstrumentHooks.js.map +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 +6 -6
- package/dist-esm/JavaScriptSDK/ProcessTelemetryContext.js.map +1 -1
- package/dist-esm/JavaScriptSDK/RandomHelper.js +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryHelpers.js +54 -6
- package/dist-esm/JavaScriptSDK/TelemetryHelpers.js.map +1 -1
- package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js +2 -2
- package/dist-esm/JavaScriptSDK/TelemetryInitializerPlugin.js.map +1 -1
- package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js +2 -2
- package/dist-esm/JavaScriptSDK/UnloadHandlerContainer.js.map +1 -1
- package/dist-esm/JavaScriptSDK/W3cTraceParent.js +172 -0
- package/dist-esm/JavaScriptSDK/W3cTraceParent.js.map +1 -0
- package/dist-esm/JavaScriptSDK.Enums/EnumHelperFuncs.js +1 -1
- package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js +7 -7
- package/dist-esm/JavaScriptSDK.Enums/EventsDiscardedReason.js.map +1 -1
- package/dist-esm/JavaScriptSDK.Enums/LoggingEnums.js +86 -86
- 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/IDistributedTraceContext.js +8 -0
- package/dist-esm/JavaScriptSDK.Interfaces/IDistributedTraceContext.js.map +1 -0
- 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 +8 -0
- package/dist-esm/JavaScriptSDK.Interfaces/ITraceParent.js.map +1 -0
- package/dist-esm/JavaScriptSDK.Interfaces/IUnloadableComponent.js +1 -1
- package/dist-esm/applicationinsights-core-js.js +3 -2
- package/dist-esm/applicationinsights-core-js.js.map +1 -1
- package/package.json +2 -2
- package/src/JavaScriptSDK/BaseCore.ts +32 -1
- package/src/JavaScriptSDK/DataCacheHelper.ts +1 -1
- package/src/JavaScriptSDK/EnvUtils.ts +45 -0
- package/src/JavaScriptSDK/TelemetryHelpers.ts +57 -5
- package/src/JavaScriptSDK/W3cTraceParent.ts +196 -0
- package/src/JavaScriptSDK.Interfaces/IAppInsightsCore.ts +12 -0
- package/src/JavaScriptSDK.Interfaces/IDistributedTraceContext.ts +54 -0
- package/src/JavaScriptSDK.Interfaces/ITraceParent.ts +38 -0
- package/tsconfig.json +1 -2
- package/types/JavaScriptSDK/BaseCore.d.ts +10 -0
- package/types/JavaScriptSDK/EnvUtils.d.ts +10 -0
- package/types/JavaScriptSDK/TelemetryHelpers.d.ts +7 -0
- package/types/JavaScriptSDK/W3cTraceParent.d.ts +59 -0
- package/types/JavaScriptSDK.Interfaces/IAppInsightsCore.d.ts +10 -0
- package/types/JavaScriptSDK.Interfaces/IDistributedTraceContext.d.ts +43 -0
- package/types/JavaScriptSDK.Interfaces/ITraceParent.d.ts +32 -0
- package/types/applicationinsights-core-js.d.ts +4 -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.
|
|
4
|
+
"toolVersion": "7.24.2",
|
|
5
5
|
"schemaVersion": 1005,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -4591,6 +4591,57 @@
|
|
|
4591
4591
|
"parameters": [],
|
|
4592
4592
|
"name": "getProcessTelContext"
|
|
4593
4593
|
},
|
|
4594
|
+
{
|
|
4595
|
+
"kind": "Method",
|
|
4596
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore#getTraceCtx:member(1)",
|
|
4597
|
+
"docComment": "/**\n * Gets the current distributed trace context for this instance if available\n *\n * @param createNew - Optional flag to create a new instance if one doesn't currently exist, defaults to true\n */\n",
|
|
4598
|
+
"excerptTokens": [
|
|
4599
|
+
{
|
|
4600
|
+
"kind": "Content",
|
|
4601
|
+
"text": "getTraceCtx(createNew?: "
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"kind": "Content",
|
|
4605
|
+
"text": "boolean"
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"kind": "Content",
|
|
4609
|
+
"text": "): "
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"kind": "Reference",
|
|
4613
|
+
"text": "IDistributedTraceContext",
|
|
4614
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
|
|
4615
|
+
},
|
|
4616
|
+
{
|
|
4617
|
+
"kind": "Content",
|
|
4618
|
+
"text": " | null"
|
|
4619
|
+
},
|
|
4620
|
+
{
|
|
4621
|
+
"kind": "Content",
|
|
4622
|
+
"text": ";"
|
|
4623
|
+
}
|
|
4624
|
+
],
|
|
4625
|
+
"isOptional": false,
|
|
4626
|
+
"isStatic": false,
|
|
4627
|
+
"returnTypeTokenRange": {
|
|
4628
|
+
"startIndex": 3,
|
|
4629
|
+
"endIndex": 5
|
|
4630
|
+
},
|
|
4631
|
+
"releaseTag": "Public",
|
|
4632
|
+
"overloadIndex": 1,
|
|
4633
|
+
"parameters": [
|
|
4634
|
+
{
|
|
4635
|
+
"parameterName": "createNew",
|
|
4636
|
+
"parameterTypeTokenRange": {
|
|
4637
|
+
"startIndex": 1,
|
|
4638
|
+
"endIndex": 2
|
|
4639
|
+
},
|
|
4640
|
+
"isOptional": true
|
|
4641
|
+
}
|
|
4642
|
+
],
|
|
4643
|
+
"name": "getTraceCtx"
|
|
4644
|
+
},
|
|
4594
4645
|
{
|
|
4595
4646
|
"kind": "Method",
|
|
4596
4647
|
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore#getTransmissionControls:member(1)",
|
|
@@ -4998,6 +5049,53 @@
|
|
|
4998
5049
|
],
|
|
4999
5050
|
"name": "setPerfMgr"
|
|
5000
5051
|
},
|
|
5052
|
+
{
|
|
5053
|
+
"kind": "Method",
|
|
5054
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore#setTraceCtx:member(1)",
|
|
5055
|
+
"docComment": "/**\n * Sets the current distributed trace context for this instance if available\n */\n",
|
|
5056
|
+
"excerptTokens": [
|
|
5057
|
+
{
|
|
5058
|
+
"kind": "Content",
|
|
5059
|
+
"text": "setTraceCtx(newTracectx: "
|
|
5060
|
+
},
|
|
5061
|
+
{
|
|
5062
|
+
"kind": "Reference",
|
|
5063
|
+
"text": "IDistributedTraceContext",
|
|
5064
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
|
|
5065
|
+
},
|
|
5066
|
+
{
|
|
5067
|
+
"kind": "Content",
|
|
5068
|
+
"text": "): "
|
|
5069
|
+
},
|
|
5070
|
+
{
|
|
5071
|
+
"kind": "Content",
|
|
5072
|
+
"text": "void"
|
|
5073
|
+
},
|
|
5074
|
+
{
|
|
5075
|
+
"kind": "Content",
|
|
5076
|
+
"text": ";"
|
|
5077
|
+
}
|
|
5078
|
+
],
|
|
5079
|
+
"isOptional": false,
|
|
5080
|
+
"isStatic": false,
|
|
5081
|
+
"returnTypeTokenRange": {
|
|
5082
|
+
"startIndex": 3,
|
|
5083
|
+
"endIndex": 4
|
|
5084
|
+
},
|
|
5085
|
+
"releaseTag": "Public",
|
|
5086
|
+
"overloadIndex": 1,
|
|
5087
|
+
"parameters": [
|
|
5088
|
+
{
|
|
5089
|
+
"parameterName": "newTracectx",
|
|
5090
|
+
"parameterTypeTokenRange": {
|
|
5091
|
+
"startIndex": 1,
|
|
5092
|
+
"endIndex": 2
|
|
5093
|
+
},
|
|
5094
|
+
"isOptional": false
|
|
5095
|
+
}
|
|
5096
|
+
],
|
|
5097
|
+
"name": "setTraceCtx"
|
|
5098
|
+
},
|
|
5001
5099
|
{
|
|
5002
5100
|
"kind": "Method",
|
|
5003
5101
|
"canonicalReference": "@microsoft/applicationinsights-core-js!BaseCore#stopPollingInternalLogs:member(1)",
|
|
@@ -6470,6 +6568,99 @@
|
|
|
6470
6568
|
],
|
|
6471
6569
|
"name": "createProcessTelemetryContext"
|
|
6472
6570
|
},
|
|
6571
|
+
{
|
|
6572
|
+
"kind": "Function",
|
|
6573
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!createTraceParent:function(1)",
|
|
6574
|
+
"docComment": "/**\n * Create a new ITraceParent instance using the provided values.\n *\n * @param traceId - The traceId to use, when invalid a new random W3C id will be generated.\n *\n * @param spanId - The parent/span id to use, a new random value will be generated if it is invalid.\n *\n * @param flags - The traceFlags to use, defaults to zero (0) if not supplied or invalid\n *\n * @param version - The version to used, defaults to version \"01\" if not supplied or invalid.\n *\n * @returns \n */\n",
|
|
6575
|
+
"excerptTokens": [
|
|
6576
|
+
{
|
|
6577
|
+
"kind": "Content",
|
|
6578
|
+
"text": "export declare function createTraceParent(traceId?: "
|
|
6579
|
+
},
|
|
6580
|
+
{
|
|
6581
|
+
"kind": "Content",
|
|
6582
|
+
"text": "string"
|
|
6583
|
+
},
|
|
6584
|
+
{
|
|
6585
|
+
"kind": "Content",
|
|
6586
|
+
"text": ", spanId?: "
|
|
6587
|
+
},
|
|
6588
|
+
{
|
|
6589
|
+
"kind": "Content",
|
|
6590
|
+
"text": "string"
|
|
6591
|
+
},
|
|
6592
|
+
{
|
|
6593
|
+
"kind": "Content",
|
|
6594
|
+
"text": ", flags?: "
|
|
6595
|
+
},
|
|
6596
|
+
{
|
|
6597
|
+
"kind": "Content",
|
|
6598
|
+
"text": "number"
|
|
6599
|
+
},
|
|
6600
|
+
{
|
|
6601
|
+
"kind": "Content",
|
|
6602
|
+
"text": ", version?: "
|
|
6603
|
+
},
|
|
6604
|
+
{
|
|
6605
|
+
"kind": "Content",
|
|
6606
|
+
"text": "string"
|
|
6607
|
+
},
|
|
6608
|
+
{
|
|
6609
|
+
"kind": "Content",
|
|
6610
|
+
"text": "): "
|
|
6611
|
+
},
|
|
6612
|
+
{
|
|
6613
|
+
"kind": "Reference",
|
|
6614
|
+
"text": "ITraceParent",
|
|
6615
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
6616
|
+
},
|
|
6617
|
+
{
|
|
6618
|
+
"kind": "Content",
|
|
6619
|
+
"text": ";"
|
|
6620
|
+
}
|
|
6621
|
+
],
|
|
6622
|
+
"returnTypeTokenRange": {
|
|
6623
|
+
"startIndex": 9,
|
|
6624
|
+
"endIndex": 10
|
|
6625
|
+
},
|
|
6626
|
+
"releaseTag": "Public",
|
|
6627
|
+
"overloadIndex": 1,
|
|
6628
|
+
"parameters": [
|
|
6629
|
+
{
|
|
6630
|
+
"parameterName": "traceId",
|
|
6631
|
+
"parameterTypeTokenRange": {
|
|
6632
|
+
"startIndex": 1,
|
|
6633
|
+
"endIndex": 2
|
|
6634
|
+
},
|
|
6635
|
+
"isOptional": true
|
|
6636
|
+
},
|
|
6637
|
+
{
|
|
6638
|
+
"parameterName": "spanId",
|
|
6639
|
+
"parameterTypeTokenRange": {
|
|
6640
|
+
"startIndex": 3,
|
|
6641
|
+
"endIndex": 4
|
|
6642
|
+
},
|
|
6643
|
+
"isOptional": true
|
|
6644
|
+
},
|
|
6645
|
+
{
|
|
6646
|
+
"parameterName": "flags",
|
|
6647
|
+
"parameterTypeTokenRange": {
|
|
6648
|
+
"startIndex": 5,
|
|
6649
|
+
"endIndex": 6
|
|
6650
|
+
},
|
|
6651
|
+
"isOptional": true
|
|
6652
|
+
},
|
|
6653
|
+
{
|
|
6654
|
+
"parameterName": "version",
|
|
6655
|
+
"parameterTypeTokenRange": {
|
|
6656
|
+
"startIndex": 7,
|
|
6657
|
+
"endIndex": 8
|
|
6658
|
+
},
|
|
6659
|
+
"isOptional": true
|
|
6660
|
+
}
|
|
6661
|
+
],
|
|
6662
|
+
"name": "createTraceParent"
|
|
6663
|
+
},
|
|
6473
6664
|
{
|
|
6474
6665
|
"kind": "Function",
|
|
6475
6666
|
"canonicalReference": "@microsoft/applicationinsights-core-js!createUniqueNamespace:function(1)",
|
|
@@ -8287,12 +8478,12 @@
|
|
|
8287
8478
|
},
|
|
8288
8479
|
{
|
|
8289
8480
|
"kind": "Function",
|
|
8290
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
8291
|
-
"docComment": "/**\n *
|
|
8481
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!findMetaTag:function(1)",
|
|
8482
|
+
"docComment": "/**\n * Helper function to fetch the named meta-tag from the page.\n *\n * @param name - \n */\n",
|
|
8292
8483
|
"excerptTokens": [
|
|
8293
8484
|
{
|
|
8294
8485
|
"kind": "Content",
|
|
8295
|
-
"text": "export declare function
|
|
8486
|
+
"text": "export declare function findMetaTag(name: "
|
|
8296
8487
|
},
|
|
8297
8488
|
{
|
|
8298
8489
|
"kind": "Content",
|
|
@@ -8300,35 +8491,11 @@
|
|
|
8300
8491
|
},
|
|
8301
8492
|
{
|
|
8302
8493
|
"kind": "Content",
|
|
8303
|
-
"text": "
|
|
8304
|
-
}
|
|
8305
|
-
],
|
|
8306
|
-
"returnTypeTokenRange": {
|
|
8307
|
-
"startIndex": 1,
|
|
8308
|
-
"endIndex": 2
|
|
8309
|
-
},
|
|
8310
|
-
"releaseTag": "Public",
|
|
8311
|
-
"overloadIndex": 1,
|
|
8312
|
-
"parameters": [],
|
|
8313
|
-
"name": "generateW3CId"
|
|
8314
|
-
},
|
|
8315
|
-
{
|
|
8316
|
-
"kind": "Function",
|
|
8317
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!getConsole:function(1)",
|
|
8318
|
-
"docComment": "/**\n * Returns the global console object\n */\n",
|
|
8319
|
-
"excerptTokens": [
|
|
8320
|
-
{
|
|
8321
|
-
"kind": "Content",
|
|
8322
|
-
"text": "export declare function getConsole(): "
|
|
8323
|
-
},
|
|
8324
|
-
{
|
|
8325
|
-
"kind": "Reference",
|
|
8326
|
-
"text": "Console",
|
|
8327
|
-
"canonicalReference": "!Console:interface"
|
|
8494
|
+
"text": "): "
|
|
8328
8495
|
},
|
|
8329
8496
|
{
|
|
8330
8497
|
"kind": "Content",
|
|
8331
|
-
"text": "
|
|
8498
|
+
"text": "any"
|
|
8332
8499
|
},
|
|
8333
8500
|
{
|
|
8334
8501
|
"kind": "Content",
|
|
@@ -8336,31 +8503,31 @@
|
|
|
8336
8503
|
}
|
|
8337
8504
|
],
|
|
8338
8505
|
"returnTypeTokenRange": {
|
|
8339
|
-
"startIndex":
|
|
8340
|
-
"endIndex":
|
|
8506
|
+
"startIndex": 3,
|
|
8507
|
+
"endIndex": 4
|
|
8341
8508
|
},
|
|
8342
8509
|
"releaseTag": "Public",
|
|
8343
8510
|
"overloadIndex": 1,
|
|
8344
|
-
"parameters": [
|
|
8345
|
-
|
|
8511
|
+
"parameters": [
|
|
8512
|
+
{
|
|
8513
|
+
"parameterName": "name",
|
|
8514
|
+
"parameterTypeTokenRange": {
|
|
8515
|
+
"startIndex": 1,
|
|
8516
|
+
"endIndex": 2
|
|
8517
|
+
},
|
|
8518
|
+
"isOptional": false
|
|
8519
|
+
}
|
|
8520
|
+
],
|
|
8521
|
+
"name": "findMetaTag"
|
|
8346
8522
|
},
|
|
8347
8523
|
{
|
|
8348
8524
|
"kind": "Function",
|
|
8349
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
8350
|
-
"docComment": "/**\n *
|
|
8525
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!findNamedServerTiming:function(1)",
|
|
8526
|
+
"docComment": "/**\n * Helper function to fetch the named server timing value from the page response (first navigation event).\n *\n * @param name - \n */\n",
|
|
8351
8527
|
"excerptTokens": [
|
|
8352
8528
|
{
|
|
8353
8529
|
"kind": "Content",
|
|
8354
|
-
"text": "export declare function
|
|
8355
|
-
},
|
|
8356
|
-
{
|
|
8357
|
-
"kind": "Reference",
|
|
8358
|
-
"text": "IDiagnosticLogger",
|
|
8359
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
8360
|
-
},
|
|
8361
|
-
{
|
|
8362
|
-
"kind": "Content",
|
|
8363
|
-
"text": ", name: "
|
|
8530
|
+
"text": "export declare function findNamedServerTiming(name: "
|
|
8364
8531
|
},
|
|
8365
8532
|
{
|
|
8366
8533
|
"kind": "Content",
|
|
@@ -8372,7 +8539,7 @@
|
|
|
8372
8539
|
},
|
|
8373
8540
|
{
|
|
8374
8541
|
"kind": "Content",
|
|
8375
|
-
"text": "
|
|
8542
|
+
"text": "any"
|
|
8376
8543
|
},
|
|
8377
8544
|
{
|
|
8378
8545
|
"kind": "Content",
|
|
@@ -8380,48 +8547,36 @@
|
|
|
8380
8547
|
}
|
|
8381
8548
|
],
|
|
8382
8549
|
"returnTypeTokenRange": {
|
|
8383
|
-
"startIndex":
|
|
8384
|
-
"endIndex":
|
|
8550
|
+
"startIndex": 3,
|
|
8551
|
+
"endIndex": 4
|
|
8385
8552
|
},
|
|
8386
8553
|
"releaseTag": "Public",
|
|
8387
8554
|
"overloadIndex": 1,
|
|
8388
8555
|
"parameters": [
|
|
8389
8556
|
{
|
|
8390
|
-
"parameterName": "
|
|
8557
|
+
"parameterName": "name",
|
|
8391
8558
|
"parameterTypeTokenRange": {
|
|
8392
8559
|
"startIndex": 1,
|
|
8393
8560
|
"endIndex": 2
|
|
8394
8561
|
},
|
|
8395
8562
|
"isOptional": false
|
|
8396
|
-
},
|
|
8397
|
-
{
|
|
8398
|
-
"parameterName": "name",
|
|
8399
|
-
"parameterTypeTokenRange": {
|
|
8400
|
-
"startIndex": 3,
|
|
8401
|
-
"endIndex": 4
|
|
8402
|
-
},
|
|
8403
|
-
"isOptional": false
|
|
8404
8563
|
}
|
|
8405
8564
|
],
|
|
8406
|
-
"name": "
|
|
8565
|
+
"name": "findNamedServerTiming"
|
|
8407
8566
|
},
|
|
8408
8567
|
{
|
|
8409
8568
|
"kind": "Function",
|
|
8410
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
8411
|
-
"docComment": "/**\n *
|
|
8569
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!findW3cTraceParent:function(1)",
|
|
8570
|
+
"docComment": "/**\n * Helper function to fetch the passed traceparent from the page, looking for it as a meta-tag or a Server-Timing header.\n *\n * @returns \n */\n",
|
|
8412
8571
|
"excerptTokens": [
|
|
8413
8572
|
{
|
|
8414
8573
|
"kind": "Content",
|
|
8415
|
-
"text": "export declare function
|
|
8574
|
+
"text": "export declare function findW3cTraceParent(): "
|
|
8416
8575
|
},
|
|
8417
8576
|
{
|
|
8418
8577
|
"kind": "Reference",
|
|
8419
|
-
"text": "
|
|
8420
|
-
"canonicalReference": "!
|
|
8421
|
-
},
|
|
8422
|
-
{
|
|
8423
|
-
"kind": "Content",
|
|
8424
|
-
"text": " | null"
|
|
8578
|
+
"text": "ITraceParent",
|
|
8579
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
8425
8580
|
},
|
|
8426
8581
|
{
|
|
8427
8582
|
"kind": "Content",
|
|
@@ -8430,26 +8585,223 @@
|
|
|
8430
8585
|
],
|
|
8431
8586
|
"returnTypeTokenRange": {
|
|
8432
8587
|
"startIndex": 1,
|
|
8433
|
-
"endIndex":
|
|
8588
|
+
"endIndex": 2
|
|
8434
8589
|
},
|
|
8435
8590
|
"releaseTag": "Public",
|
|
8436
8591
|
"overloadIndex": 1,
|
|
8437
8592
|
"parameters": [],
|
|
8438
|
-
"name": "
|
|
8593
|
+
"name": "findW3cTraceParent"
|
|
8439
8594
|
},
|
|
8440
8595
|
{
|
|
8441
8596
|
"kind": "Function",
|
|
8442
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
8443
|
-
"docComment": "",
|
|
8597
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!formatTraceParent:function(1)",
|
|
8598
|
+
"docComment": "/**\n * Format the ITraceParent value as a string using the supported and know version formats. So even if the passed traceParent is a later version the string value returned from this function will convert it to only the known version formats. This currently only supports version \"00\" and invalid \"ff\"\n *\n * @param value - The parsed traceParent value\n *\n * @returns \n */\n",
|
|
8444
8599
|
"excerptTokens": [
|
|
8445
8600
|
{
|
|
8446
8601
|
"kind": "Content",
|
|
8447
|
-
"text": "export declare function
|
|
8602
|
+
"text": "export declare function formatTraceParent(value: "
|
|
8448
8603
|
},
|
|
8449
8604
|
{
|
|
8450
8605
|
"kind": "Reference",
|
|
8451
|
-
"text": "
|
|
8452
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
8606
|
+
"text": "ITraceParent",
|
|
8607
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
8608
|
+
},
|
|
8609
|
+
{
|
|
8610
|
+
"kind": "Content",
|
|
8611
|
+
"text": "): "
|
|
8612
|
+
},
|
|
8613
|
+
{
|
|
8614
|
+
"kind": "Content",
|
|
8615
|
+
"text": "string"
|
|
8616
|
+
},
|
|
8617
|
+
{
|
|
8618
|
+
"kind": "Content",
|
|
8619
|
+
"text": ";"
|
|
8620
|
+
}
|
|
8621
|
+
],
|
|
8622
|
+
"returnTypeTokenRange": {
|
|
8623
|
+
"startIndex": 3,
|
|
8624
|
+
"endIndex": 4
|
|
8625
|
+
},
|
|
8626
|
+
"releaseTag": "Public",
|
|
8627
|
+
"overloadIndex": 1,
|
|
8628
|
+
"parameters": [
|
|
8629
|
+
{
|
|
8630
|
+
"parameterName": "value",
|
|
8631
|
+
"parameterTypeTokenRange": {
|
|
8632
|
+
"startIndex": 1,
|
|
8633
|
+
"endIndex": 2
|
|
8634
|
+
},
|
|
8635
|
+
"isOptional": false
|
|
8636
|
+
}
|
|
8637
|
+
],
|
|
8638
|
+
"name": "formatTraceParent"
|
|
8639
|
+
},
|
|
8640
|
+
{
|
|
8641
|
+
"kind": "Function",
|
|
8642
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!generateW3CId:function(1)",
|
|
8643
|
+
"docComment": "/**\n * generate W3C trace id\n */\n",
|
|
8644
|
+
"excerptTokens": [
|
|
8645
|
+
{
|
|
8646
|
+
"kind": "Content",
|
|
8647
|
+
"text": "export declare function generateW3CId(): "
|
|
8648
|
+
},
|
|
8649
|
+
{
|
|
8650
|
+
"kind": "Content",
|
|
8651
|
+
"text": "string"
|
|
8652
|
+
},
|
|
8653
|
+
{
|
|
8654
|
+
"kind": "Content",
|
|
8655
|
+
"text": ";"
|
|
8656
|
+
}
|
|
8657
|
+
],
|
|
8658
|
+
"returnTypeTokenRange": {
|
|
8659
|
+
"startIndex": 1,
|
|
8660
|
+
"endIndex": 2
|
|
8661
|
+
},
|
|
8662
|
+
"releaseTag": "Public",
|
|
8663
|
+
"overloadIndex": 1,
|
|
8664
|
+
"parameters": [],
|
|
8665
|
+
"name": "generateW3CId"
|
|
8666
|
+
},
|
|
8667
|
+
{
|
|
8668
|
+
"kind": "Function",
|
|
8669
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!getConsole:function(1)",
|
|
8670
|
+
"docComment": "/**\n * Returns the global console object\n */\n",
|
|
8671
|
+
"excerptTokens": [
|
|
8672
|
+
{
|
|
8673
|
+
"kind": "Content",
|
|
8674
|
+
"text": "export declare function getConsole(): "
|
|
8675
|
+
},
|
|
8676
|
+
{
|
|
8677
|
+
"kind": "Reference",
|
|
8678
|
+
"text": "Console",
|
|
8679
|
+
"canonicalReference": "!Console:interface"
|
|
8680
|
+
},
|
|
8681
|
+
{
|
|
8682
|
+
"kind": "Content",
|
|
8683
|
+
"text": " | null"
|
|
8684
|
+
},
|
|
8685
|
+
{
|
|
8686
|
+
"kind": "Content",
|
|
8687
|
+
"text": ";"
|
|
8688
|
+
}
|
|
8689
|
+
],
|
|
8690
|
+
"returnTypeTokenRange": {
|
|
8691
|
+
"startIndex": 1,
|
|
8692
|
+
"endIndex": 3
|
|
8693
|
+
},
|
|
8694
|
+
"releaseTag": "Public",
|
|
8695
|
+
"overloadIndex": 1,
|
|
8696
|
+
"parameters": [],
|
|
8697
|
+
"name": "getConsole"
|
|
8698
|
+
},
|
|
8699
|
+
{
|
|
8700
|
+
"kind": "Function",
|
|
8701
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!getCookie:function(1)",
|
|
8702
|
+
"docComment": "/**\n * @deprecated\n *\n * - Use the core.getCookieMgr().get() helper method to access userId and sessionId cookie\n */\n",
|
|
8703
|
+
"excerptTokens": [
|
|
8704
|
+
{
|
|
8705
|
+
"kind": "Content",
|
|
8706
|
+
"text": "export declare function getCookie(logger: "
|
|
8707
|
+
},
|
|
8708
|
+
{
|
|
8709
|
+
"kind": "Reference",
|
|
8710
|
+
"text": "IDiagnosticLogger",
|
|
8711
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
8712
|
+
},
|
|
8713
|
+
{
|
|
8714
|
+
"kind": "Content",
|
|
8715
|
+
"text": ", name: "
|
|
8716
|
+
},
|
|
8717
|
+
{
|
|
8718
|
+
"kind": "Content",
|
|
8719
|
+
"text": "string"
|
|
8720
|
+
},
|
|
8721
|
+
{
|
|
8722
|
+
"kind": "Content",
|
|
8723
|
+
"text": "): "
|
|
8724
|
+
},
|
|
8725
|
+
{
|
|
8726
|
+
"kind": "Content",
|
|
8727
|
+
"text": "string"
|
|
8728
|
+
},
|
|
8729
|
+
{
|
|
8730
|
+
"kind": "Content",
|
|
8731
|
+
"text": ";"
|
|
8732
|
+
}
|
|
8733
|
+
],
|
|
8734
|
+
"returnTypeTokenRange": {
|
|
8735
|
+
"startIndex": 5,
|
|
8736
|
+
"endIndex": 6
|
|
8737
|
+
},
|
|
8738
|
+
"releaseTag": "Public",
|
|
8739
|
+
"overloadIndex": 1,
|
|
8740
|
+
"parameters": [
|
|
8741
|
+
{
|
|
8742
|
+
"parameterName": "logger",
|
|
8743
|
+
"parameterTypeTokenRange": {
|
|
8744
|
+
"startIndex": 1,
|
|
8745
|
+
"endIndex": 2
|
|
8746
|
+
},
|
|
8747
|
+
"isOptional": false
|
|
8748
|
+
},
|
|
8749
|
+
{
|
|
8750
|
+
"parameterName": "name",
|
|
8751
|
+
"parameterTypeTokenRange": {
|
|
8752
|
+
"startIndex": 3,
|
|
8753
|
+
"endIndex": 4
|
|
8754
|
+
},
|
|
8755
|
+
"isOptional": false
|
|
8756
|
+
}
|
|
8757
|
+
],
|
|
8758
|
+
"name": "getCookie"
|
|
8759
|
+
},
|
|
8760
|
+
{
|
|
8761
|
+
"kind": "Function",
|
|
8762
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!getCrypto:function(1)",
|
|
8763
|
+
"docComment": "/**\n * Returns the crypto object if it is present otherwise null. This helper is used to access the crypto object from the current global instance which could be window or globalThis for a web worker\n */\n",
|
|
8764
|
+
"excerptTokens": [
|
|
8765
|
+
{
|
|
8766
|
+
"kind": "Content",
|
|
8767
|
+
"text": "export declare function getCrypto(): "
|
|
8768
|
+
},
|
|
8769
|
+
{
|
|
8770
|
+
"kind": "Reference",
|
|
8771
|
+
"text": "Crypto",
|
|
8772
|
+
"canonicalReference": "!Crypto:interface"
|
|
8773
|
+
},
|
|
8774
|
+
{
|
|
8775
|
+
"kind": "Content",
|
|
8776
|
+
"text": " | null"
|
|
8777
|
+
},
|
|
8778
|
+
{
|
|
8779
|
+
"kind": "Content",
|
|
8780
|
+
"text": ";"
|
|
8781
|
+
}
|
|
8782
|
+
],
|
|
8783
|
+
"returnTypeTokenRange": {
|
|
8784
|
+
"startIndex": 1,
|
|
8785
|
+
"endIndex": 3
|
|
8786
|
+
},
|
|
8787
|
+
"releaseTag": "Public",
|
|
8788
|
+
"overloadIndex": 1,
|
|
8789
|
+
"parameters": [],
|
|
8790
|
+
"name": "getCrypto"
|
|
8791
|
+
},
|
|
8792
|
+
{
|
|
8793
|
+
"kind": "Function",
|
|
8794
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!getDebugExt:function(1)",
|
|
8795
|
+
"docComment": "",
|
|
8796
|
+
"excerptTokens": [
|
|
8797
|
+
{
|
|
8798
|
+
"kind": "Content",
|
|
8799
|
+
"text": "export declare function getDebugExt(config: "
|
|
8800
|
+
},
|
|
8801
|
+
{
|
|
8802
|
+
"kind": "Reference",
|
|
8803
|
+
"text": "IConfiguration",
|
|
8804
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IConfiguration:interface"
|
|
8453
8805
|
},
|
|
8454
8806
|
{
|
|
8455
8807
|
"kind": "Content",
|
|
@@ -9970,6 +10322,56 @@
|
|
|
9970
10322
|
"parameters": [],
|
|
9971
10323
|
"name": "getProcessTelContext"
|
|
9972
10324
|
},
|
|
10325
|
+
{
|
|
10326
|
+
"kind": "MethodSignature",
|
|
10327
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore#getTraceCtx:member(1)",
|
|
10328
|
+
"docComment": "/**\n * Gets the current distributed trace context for this instance if available\n *\n * @param createNew - Optional flag to create a new instance if one doesn't currently exist, defaults to true\n */\n",
|
|
10329
|
+
"excerptTokens": [
|
|
10330
|
+
{
|
|
10331
|
+
"kind": "Content",
|
|
10332
|
+
"text": "getTraceCtx(createNew?: "
|
|
10333
|
+
},
|
|
10334
|
+
{
|
|
10335
|
+
"kind": "Content",
|
|
10336
|
+
"text": "boolean"
|
|
10337
|
+
},
|
|
10338
|
+
{
|
|
10339
|
+
"kind": "Content",
|
|
10340
|
+
"text": "): "
|
|
10341
|
+
},
|
|
10342
|
+
{
|
|
10343
|
+
"kind": "Reference",
|
|
10344
|
+
"text": "IDistributedTraceContext",
|
|
10345
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
|
|
10346
|
+
},
|
|
10347
|
+
{
|
|
10348
|
+
"kind": "Content",
|
|
10349
|
+
"text": " | null"
|
|
10350
|
+
},
|
|
10351
|
+
{
|
|
10352
|
+
"kind": "Content",
|
|
10353
|
+
"text": ";"
|
|
10354
|
+
}
|
|
10355
|
+
],
|
|
10356
|
+
"isOptional": false,
|
|
10357
|
+
"returnTypeTokenRange": {
|
|
10358
|
+
"startIndex": 3,
|
|
10359
|
+
"endIndex": 5
|
|
10360
|
+
},
|
|
10361
|
+
"releaseTag": "Public",
|
|
10362
|
+
"overloadIndex": 1,
|
|
10363
|
+
"parameters": [
|
|
10364
|
+
{
|
|
10365
|
+
"parameterName": "createNew",
|
|
10366
|
+
"parameterTypeTokenRange": {
|
|
10367
|
+
"startIndex": 1,
|
|
10368
|
+
"endIndex": 2
|
|
10369
|
+
},
|
|
10370
|
+
"isOptional": true
|
|
10371
|
+
}
|
|
10372
|
+
],
|
|
10373
|
+
"name": "getTraceCtx"
|
|
10374
|
+
},
|
|
9973
10375
|
{
|
|
9974
10376
|
"kind": "MethodSignature",
|
|
9975
10377
|
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore#getTransmissionControls:member(1)",
|
|
@@ -10296,12 +10698,25 @@
|
|
|
10296
10698
|
},
|
|
10297
10699
|
{
|
|
10298
10700
|
"kind": "MethodSignature",
|
|
10299
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore#
|
|
10300
|
-
"docComment": "",
|
|
10701
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore#setTraceCtx:member(1)",
|
|
10702
|
+
"docComment": "/**\n * Sets the current distributed trace context for this instance if available\n */\n",
|
|
10301
10703
|
"excerptTokens": [
|
|
10302
10704
|
{
|
|
10303
10705
|
"kind": "Content",
|
|
10304
|
-
"text": "
|
|
10706
|
+
"text": "setTraceCtx(newTraceCtx: "
|
|
10707
|
+
},
|
|
10708
|
+
{
|
|
10709
|
+
"kind": "Reference",
|
|
10710
|
+
"text": "IDistributedTraceContext",
|
|
10711
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface"
|
|
10712
|
+
},
|
|
10713
|
+
{
|
|
10714
|
+
"kind": "Content",
|
|
10715
|
+
"text": " | null | undefined"
|
|
10716
|
+
},
|
|
10717
|
+
{
|
|
10718
|
+
"kind": "Content",
|
|
10719
|
+
"text": "): "
|
|
10305
10720
|
},
|
|
10306
10721
|
{
|
|
10307
10722
|
"kind": "Content",
|
|
@@ -10312,10 +10727,47 @@
|
|
|
10312
10727
|
"text": ";"
|
|
10313
10728
|
}
|
|
10314
10729
|
],
|
|
10315
|
-
"isOptional":
|
|
10730
|
+
"isOptional": false,
|
|
10316
10731
|
"returnTypeTokenRange": {
|
|
10317
|
-
"startIndex":
|
|
10318
|
-
"endIndex":
|
|
10732
|
+
"startIndex": 4,
|
|
10733
|
+
"endIndex": 5
|
|
10734
|
+
},
|
|
10735
|
+
"releaseTag": "Public",
|
|
10736
|
+
"overloadIndex": 1,
|
|
10737
|
+
"parameters": [
|
|
10738
|
+
{
|
|
10739
|
+
"parameterName": "newTraceCtx",
|
|
10740
|
+
"parameterTypeTokenRange": {
|
|
10741
|
+
"startIndex": 1,
|
|
10742
|
+
"endIndex": 3
|
|
10743
|
+
},
|
|
10744
|
+
"isOptional": false
|
|
10745
|
+
}
|
|
10746
|
+
],
|
|
10747
|
+
"name": "setTraceCtx"
|
|
10748
|
+
},
|
|
10749
|
+
{
|
|
10750
|
+
"kind": "MethodSignature",
|
|
10751
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IAppInsightsCore#stopPollingInternalLogs:member(1)",
|
|
10752
|
+
"docComment": "",
|
|
10753
|
+
"excerptTokens": [
|
|
10754
|
+
{
|
|
10755
|
+
"kind": "Content",
|
|
10756
|
+
"text": "stopPollingInternalLogs?(): "
|
|
10757
|
+
},
|
|
10758
|
+
{
|
|
10759
|
+
"kind": "Content",
|
|
10760
|
+
"text": "void"
|
|
10761
|
+
},
|
|
10762
|
+
{
|
|
10763
|
+
"kind": "Content",
|
|
10764
|
+
"text": ";"
|
|
10765
|
+
}
|
|
10766
|
+
],
|
|
10767
|
+
"isOptional": true,
|
|
10768
|
+
"returnTypeTokenRange": {
|
|
10769
|
+
"startIndex": 1,
|
|
10770
|
+
"endIndex": 2
|
|
10319
10771
|
},
|
|
10320
10772
|
"releaseTag": "Public",
|
|
10321
10773
|
"overloadIndex": 1,
|
|
@@ -13813,37 +14265,377 @@
|
|
|
13813
14265
|
},
|
|
13814
14266
|
{
|
|
13815
14267
|
"kind": "Content",
|
|
13816
|
-
"text": ", msgId: "
|
|
14268
|
+
"text": ", msgId: "
|
|
14269
|
+
},
|
|
14270
|
+
{
|
|
14271
|
+
"kind": "Reference",
|
|
14272
|
+
"text": "_InternalMessageId",
|
|
14273
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_InternalMessageId:type"
|
|
14274
|
+
},
|
|
14275
|
+
{
|
|
14276
|
+
"kind": "Content",
|
|
14277
|
+
"text": ", msg: "
|
|
14278
|
+
},
|
|
14279
|
+
{
|
|
14280
|
+
"kind": "Content",
|
|
14281
|
+
"text": "string"
|
|
14282
|
+
},
|
|
14283
|
+
{
|
|
14284
|
+
"kind": "Content",
|
|
14285
|
+
"text": ", properties?: "
|
|
14286
|
+
},
|
|
14287
|
+
{
|
|
14288
|
+
"kind": "Reference",
|
|
14289
|
+
"text": "Object",
|
|
14290
|
+
"canonicalReference": "!Object:interface"
|
|
14291
|
+
},
|
|
14292
|
+
{
|
|
14293
|
+
"kind": "Content",
|
|
14294
|
+
"text": ", isUserAct?: "
|
|
14295
|
+
},
|
|
14296
|
+
{
|
|
14297
|
+
"kind": "Content",
|
|
14298
|
+
"text": "boolean"
|
|
14299
|
+
},
|
|
14300
|
+
{
|
|
14301
|
+
"kind": "Content",
|
|
14302
|
+
"text": "): "
|
|
14303
|
+
},
|
|
14304
|
+
{
|
|
14305
|
+
"kind": "Content",
|
|
14306
|
+
"text": "void"
|
|
14307
|
+
},
|
|
14308
|
+
{
|
|
14309
|
+
"kind": "Content",
|
|
14310
|
+
"text": ";"
|
|
14311
|
+
}
|
|
14312
|
+
],
|
|
14313
|
+
"isOptional": false,
|
|
14314
|
+
"returnTypeTokenRange": {
|
|
14315
|
+
"startIndex": 11,
|
|
14316
|
+
"endIndex": 12
|
|
14317
|
+
},
|
|
14318
|
+
"releaseTag": "Public",
|
|
14319
|
+
"overloadIndex": 1,
|
|
14320
|
+
"parameters": [
|
|
14321
|
+
{
|
|
14322
|
+
"parameterName": "severity",
|
|
14323
|
+
"parameterTypeTokenRange": {
|
|
14324
|
+
"startIndex": 1,
|
|
14325
|
+
"endIndex": 2
|
|
14326
|
+
},
|
|
14327
|
+
"isOptional": false
|
|
14328
|
+
},
|
|
14329
|
+
{
|
|
14330
|
+
"parameterName": "msgId",
|
|
14331
|
+
"parameterTypeTokenRange": {
|
|
14332
|
+
"startIndex": 3,
|
|
14333
|
+
"endIndex": 4
|
|
14334
|
+
},
|
|
14335
|
+
"isOptional": false
|
|
14336
|
+
},
|
|
14337
|
+
{
|
|
14338
|
+
"parameterName": "msg",
|
|
14339
|
+
"parameterTypeTokenRange": {
|
|
14340
|
+
"startIndex": 5,
|
|
14341
|
+
"endIndex": 6
|
|
14342
|
+
},
|
|
14343
|
+
"isOptional": false
|
|
14344
|
+
},
|
|
14345
|
+
{
|
|
14346
|
+
"parameterName": "properties",
|
|
14347
|
+
"parameterTypeTokenRange": {
|
|
14348
|
+
"startIndex": 7,
|
|
14349
|
+
"endIndex": 8
|
|
14350
|
+
},
|
|
14351
|
+
"isOptional": true
|
|
14352
|
+
},
|
|
14353
|
+
{
|
|
14354
|
+
"parameterName": "isUserAct",
|
|
14355
|
+
"parameterTypeTokenRange": {
|
|
14356
|
+
"startIndex": 9,
|
|
14357
|
+
"endIndex": 10
|
|
14358
|
+
},
|
|
14359
|
+
"isOptional": true
|
|
14360
|
+
}
|
|
14361
|
+
],
|
|
14362
|
+
"name": "throwInternal"
|
|
14363
|
+
},
|
|
14364
|
+
{
|
|
14365
|
+
"kind": "MethodSignature",
|
|
14366
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger#warnToConsole:member(1)",
|
|
14367
|
+
"docComment": "/**\n * This will write a warning to the console if possible\n *\n * @param message - The warning message\n */\n",
|
|
14368
|
+
"excerptTokens": [
|
|
14369
|
+
{
|
|
14370
|
+
"kind": "Content",
|
|
14371
|
+
"text": "warnToConsole(message: "
|
|
14372
|
+
},
|
|
14373
|
+
{
|
|
14374
|
+
"kind": "Content",
|
|
14375
|
+
"text": "string"
|
|
14376
|
+
},
|
|
14377
|
+
{
|
|
14378
|
+
"kind": "Content",
|
|
14379
|
+
"text": "): "
|
|
14380
|
+
},
|
|
14381
|
+
{
|
|
14382
|
+
"kind": "Content",
|
|
14383
|
+
"text": "void"
|
|
14384
|
+
},
|
|
14385
|
+
{
|
|
14386
|
+
"kind": "Content",
|
|
14387
|
+
"text": ";"
|
|
14388
|
+
}
|
|
14389
|
+
],
|
|
14390
|
+
"isOptional": false,
|
|
14391
|
+
"returnTypeTokenRange": {
|
|
14392
|
+
"startIndex": 3,
|
|
14393
|
+
"endIndex": 4
|
|
14394
|
+
},
|
|
14395
|
+
"releaseTag": "Public",
|
|
14396
|
+
"overloadIndex": 1,
|
|
14397
|
+
"parameters": [
|
|
14398
|
+
{
|
|
14399
|
+
"parameterName": "message",
|
|
14400
|
+
"parameterTypeTokenRange": {
|
|
14401
|
+
"startIndex": 1,
|
|
14402
|
+
"endIndex": 2
|
|
14403
|
+
},
|
|
14404
|
+
"isOptional": false
|
|
14405
|
+
}
|
|
14406
|
+
],
|
|
14407
|
+
"name": "warnToConsole"
|
|
14408
|
+
}
|
|
14409
|
+
],
|
|
14410
|
+
"extendsTokenRanges": []
|
|
14411
|
+
},
|
|
14412
|
+
{
|
|
14413
|
+
"kind": "Interface",
|
|
14414
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext:interface",
|
|
14415
|
+
"docComment": "",
|
|
14416
|
+
"excerptTokens": [
|
|
14417
|
+
{
|
|
14418
|
+
"kind": "Content",
|
|
14419
|
+
"text": "export interface IDistributedTraceContext "
|
|
14420
|
+
}
|
|
14421
|
+
],
|
|
14422
|
+
"releaseTag": "Public",
|
|
14423
|
+
"name": "IDistributedTraceContext",
|
|
14424
|
+
"members": [
|
|
14425
|
+
{
|
|
14426
|
+
"kind": "MethodSignature",
|
|
14427
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#getName:member(1)",
|
|
14428
|
+
"docComment": "/**\n * Returns the current name of the page\n */\n",
|
|
14429
|
+
"excerptTokens": [
|
|
14430
|
+
{
|
|
14431
|
+
"kind": "Content",
|
|
14432
|
+
"text": "getName(): "
|
|
14433
|
+
},
|
|
14434
|
+
{
|
|
14435
|
+
"kind": "Content",
|
|
14436
|
+
"text": "string"
|
|
14437
|
+
},
|
|
14438
|
+
{
|
|
14439
|
+
"kind": "Content",
|
|
14440
|
+
"text": ";"
|
|
14441
|
+
}
|
|
14442
|
+
],
|
|
14443
|
+
"isOptional": false,
|
|
14444
|
+
"returnTypeTokenRange": {
|
|
14445
|
+
"startIndex": 1,
|
|
14446
|
+
"endIndex": 2
|
|
14447
|
+
},
|
|
14448
|
+
"releaseTag": "Public",
|
|
14449
|
+
"overloadIndex": 1,
|
|
14450
|
+
"parameters": [],
|
|
14451
|
+
"name": "getName"
|
|
14452
|
+
},
|
|
14453
|
+
{
|
|
14454
|
+
"kind": "MethodSignature",
|
|
14455
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#getSpanId:member(1)",
|
|
14456
|
+
"docComment": "/**\n * Self-generated 8-bytes identifier of the incoming request. Must be a hex representation of 8-byte array. Also know as the parentId, used to link requests together\n */\n",
|
|
14457
|
+
"excerptTokens": [
|
|
14458
|
+
{
|
|
14459
|
+
"kind": "Content",
|
|
14460
|
+
"text": "getSpanId(): "
|
|
14461
|
+
},
|
|
14462
|
+
{
|
|
14463
|
+
"kind": "Content",
|
|
14464
|
+
"text": "string"
|
|
14465
|
+
},
|
|
14466
|
+
{
|
|
14467
|
+
"kind": "Content",
|
|
14468
|
+
"text": ";"
|
|
14469
|
+
}
|
|
14470
|
+
],
|
|
14471
|
+
"isOptional": false,
|
|
14472
|
+
"returnTypeTokenRange": {
|
|
14473
|
+
"startIndex": 1,
|
|
14474
|
+
"endIndex": 2
|
|
14475
|
+
},
|
|
14476
|
+
"releaseTag": "Public",
|
|
14477
|
+
"overloadIndex": 1,
|
|
14478
|
+
"parameters": [],
|
|
14479
|
+
"name": "getSpanId"
|
|
14480
|
+
},
|
|
14481
|
+
{
|
|
14482
|
+
"kind": "MethodSignature",
|
|
14483
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#getTraceFlags:member(1)",
|
|
14484
|
+
"docComment": "/**\n * An integer representation of the W3C TraceContext trace-flags.\n */\n",
|
|
14485
|
+
"excerptTokens": [
|
|
14486
|
+
{
|
|
14487
|
+
"kind": "Content",
|
|
14488
|
+
"text": "getTraceFlags(): "
|
|
14489
|
+
},
|
|
14490
|
+
{
|
|
14491
|
+
"kind": "Content",
|
|
14492
|
+
"text": "number | undefined"
|
|
14493
|
+
},
|
|
14494
|
+
{
|
|
14495
|
+
"kind": "Content",
|
|
14496
|
+
"text": ";"
|
|
14497
|
+
}
|
|
14498
|
+
],
|
|
14499
|
+
"isOptional": false,
|
|
14500
|
+
"returnTypeTokenRange": {
|
|
14501
|
+
"startIndex": 1,
|
|
14502
|
+
"endIndex": 2
|
|
14503
|
+
},
|
|
14504
|
+
"releaseTag": "Public",
|
|
14505
|
+
"overloadIndex": 1,
|
|
14506
|
+
"parameters": [],
|
|
14507
|
+
"name": "getTraceFlags"
|
|
14508
|
+
},
|
|
14509
|
+
{
|
|
14510
|
+
"kind": "MethodSignature",
|
|
14511
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#getTraceId:member(1)",
|
|
14512
|
+
"docComment": "/**\n * Returns the unique identifier for a trace. All requests / spans from the same trace share the same traceId. Must be read from incoming headers or generated according to the W3C TraceContext specification, in a hex representation of 16-byte array. A.k.a. trace-id, TraceID or Distributed TraceID\n */\n",
|
|
14513
|
+
"excerptTokens": [
|
|
14514
|
+
{
|
|
14515
|
+
"kind": "Content",
|
|
14516
|
+
"text": "getTraceId(): "
|
|
14517
|
+
},
|
|
14518
|
+
{
|
|
14519
|
+
"kind": "Content",
|
|
14520
|
+
"text": "string"
|
|
14521
|
+
},
|
|
14522
|
+
{
|
|
14523
|
+
"kind": "Content",
|
|
14524
|
+
"text": ";"
|
|
14525
|
+
}
|
|
14526
|
+
],
|
|
14527
|
+
"isOptional": false,
|
|
14528
|
+
"returnTypeTokenRange": {
|
|
14529
|
+
"startIndex": 1,
|
|
14530
|
+
"endIndex": 2
|
|
14531
|
+
},
|
|
14532
|
+
"releaseTag": "Public",
|
|
14533
|
+
"overloadIndex": 1,
|
|
14534
|
+
"parameters": [],
|
|
14535
|
+
"name": "getTraceId"
|
|
14536
|
+
},
|
|
14537
|
+
{
|
|
14538
|
+
"kind": "MethodSignature",
|
|
14539
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#setName:member(1)",
|
|
14540
|
+
"docComment": "/**\n * Sets the current name of the page\n *\n * @param pageName - \n */\n",
|
|
14541
|
+
"excerptTokens": [
|
|
14542
|
+
{
|
|
14543
|
+
"kind": "Content",
|
|
14544
|
+
"text": "setName(pageName: "
|
|
14545
|
+
},
|
|
14546
|
+
{
|
|
14547
|
+
"kind": "Content",
|
|
14548
|
+
"text": "string"
|
|
14549
|
+
},
|
|
14550
|
+
{
|
|
14551
|
+
"kind": "Content",
|
|
14552
|
+
"text": "): "
|
|
14553
|
+
},
|
|
14554
|
+
{
|
|
14555
|
+
"kind": "Content",
|
|
14556
|
+
"text": "void"
|
|
14557
|
+
},
|
|
14558
|
+
{
|
|
14559
|
+
"kind": "Content",
|
|
14560
|
+
"text": ";"
|
|
14561
|
+
}
|
|
14562
|
+
],
|
|
14563
|
+
"isOptional": false,
|
|
14564
|
+
"returnTypeTokenRange": {
|
|
14565
|
+
"startIndex": 3,
|
|
14566
|
+
"endIndex": 4
|
|
14567
|
+
},
|
|
14568
|
+
"releaseTag": "Public",
|
|
14569
|
+
"overloadIndex": 1,
|
|
14570
|
+
"parameters": [
|
|
14571
|
+
{
|
|
14572
|
+
"parameterName": "pageName",
|
|
14573
|
+
"parameterTypeTokenRange": {
|
|
14574
|
+
"startIndex": 1,
|
|
14575
|
+
"endIndex": 2
|
|
14576
|
+
},
|
|
14577
|
+
"isOptional": false
|
|
14578
|
+
}
|
|
14579
|
+
],
|
|
14580
|
+
"name": "setName"
|
|
14581
|
+
},
|
|
14582
|
+
{
|
|
14583
|
+
"kind": "MethodSignature",
|
|
14584
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#setSpanId:member(1)",
|
|
14585
|
+
"docComment": "/**\n * Self-generated 8-bytes identifier of the incoming request. Must be a hex representation of 8-byte array. Also know as the parentId, used to link requests together https://www.w3.org/TR/trace-context/#parent-id\n */\n",
|
|
14586
|
+
"excerptTokens": [
|
|
14587
|
+
{
|
|
14588
|
+
"kind": "Content",
|
|
14589
|
+
"text": "setSpanId(newValue: "
|
|
13817
14590
|
},
|
|
13818
14591
|
{
|
|
13819
|
-
"kind": "
|
|
13820
|
-
"text": "
|
|
13821
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!_InternalMessageId:type"
|
|
14592
|
+
"kind": "Content",
|
|
14593
|
+
"text": "string"
|
|
13822
14594
|
},
|
|
13823
14595
|
{
|
|
13824
14596
|
"kind": "Content",
|
|
13825
|
-
"text": "
|
|
14597
|
+
"text": "): "
|
|
13826
14598
|
},
|
|
13827
14599
|
{
|
|
13828
14600
|
"kind": "Content",
|
|
13829
|
-
"text": "
|
|
14601
|
+
"text": "void"
|
|
13830
14602
|
},
|
|
13831
14603
|
{
|
|
13832
14604
|
"kind": "Content",
|
|
13833
|
-
"text": "
|
|
13834
|
-
}
|
|
14605
|
+
"text": ";"
|
|
14606
|
+
}
|
|
14607
|
+
],
|
|
14608
|
+
"isOptional": false,
|
|
14609
|
+
"returnTypeTokenRange": {
|
|
14610
|
+
"startIndex": 3,
|
|
14611
|
+
"endIndex": 4
|
|
14612
|
+
},
|
|
14613
|
+
"releaseTag": "Public",
|
|
14614
|
+
"overloadIndex": 1,
|
|
14615
|
+
"parameters": [
|
|
13835
14616
|
{
|
|
13836
|
-
"
|
|
13837
|
-
"
|
|
13838
|
-
|
|
13839
|
-
|
|
14617
|
+
"parameterName": "newValue",
|
|
14618
|
+
"parameterTypeTokenRange": {
|
|
14619
|
+
"startIndex": 1,
|
|
14620
|
+
"endIndex": 2
|
|
14621
|
+
},
|
|
14622
|
+
"isOptional": false
|
|
14623
|
+
}
|
|
14624
|
+
],
|
|
14625
|
+
"name": "setSpanId"
|
|
14626
|
+
},
|
|
14627
|
+
{
|
|
14628
|
+
"kind": "MethodSignature",
|
|
14629
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#setTraceFlags:member(1)",
|
|
14630
|
+
"docComment": "/**\n * https://www.w3.org/TR/trace-context/#trace-flags\n *\n * @param newValue - \n */\n",
|
|
14631
|
+
"excerptTokens": [
|
|
13840
14632
|
{
|
|
13841
14633
|
"kind": "Content",
|
|
13842
|
-
"text": "
|
|
14634
|
+
"text": "setTraceFlags(newValue?: "
|
|
13843
14635
|
},
|
|
13844
14636
|
{
|
|
13845
14637
|
"kind": "Content",
|
|
13846
|
-
"text": "
|
|
14638
|
+
"text": "number"
|
|
13847
14639
|
},
|
|
13848
14640
|
{
|
|
13849
14641
|
"kind": "Content",
|
|
@@ -13860,63 +14652,31 @@
|
|
|
13860
14652
|
],
|
|
13861
14653
|
"isOptional": false,
|
|
13862
14654
|
"returnTypeTokenRange": {
|
|
13863
|
-
"startIndex":
|
|
13864
|
-
"endIndex":
|
|
14655
|
+
"startIndex": 3,
|
|
14656
|
+
"endIndex": 4
|
|
13865
14657
|
},
|
|
13866
14658
|
"releaseTag": "Public",
|
|
13867
14659
|
"overloadIndex": 1,
|
|
13868
14660
|
"parameters": [
|
|
13869
14661
|
{
|
|
13870
|
-
"parameterName": "
|
|
14662
|
+
"parameterName": "newValue",
|
|
13871
14663
|
"parameterTypeTokenRange": {
|
|
13872
14664
|
"startIndex": 1,
|
|
13873
14665
|
"endIndex": 2
|
|
13874
14666
|
},
|
|
13875
|
-
"isOptional": false
|
|
13876
|
-
},
|
|
13877
|
-
{
|
|
13878
|
-
"parameterName": "msgId",
|
|
13879
|
-
"parameterTypeTokenRange": {
|
|
13880
|
-
"startIndex": 3,
|
|
13881
|
-
"endIndex": 4
|
|
13882
|
-
},
|
|
13883
|
-
"isOptional": false
|
|
13884
|
-
},
|
|
13885
|
-
{
|
|
13886
|
-
"parameterName": "msg",
|
|
13887
|
-
"parameterTypeTokenRange": {
|
|
13888
|
-
"startIndex": 5,
|
|
13889
|
-
"endIndex": 6
|
|
13890
|
-
},
|
|
13891
|
-
"isOptional": false
|
|
13892
|
-
},
|
|
13893
|
-
{
|
|
13894
|
-
"parameterName": "properties",
|
|
13895
|
-
"parameterTypeTokenRange": {
|
|
13896
|
-
"startIndex": 7,
|
|
13897
|
-
"endIndex": 8
|
|
13898
|
-
},
|
|
13899
|
-
"isOptional": true
|
|
13900
|
-
},
|
|
13901
|
-
{
|
|
13902
|
-
"parameterName": "isUserAct",
|
|
13903
|
-
"parameterTypeTokenRange": {
|
|
13904
|
-
"startIndex": 9,
|
|
13905
|
-
"endIndex": 10
|
|
13906
|
-
},
|
|
13907
14667
|
"isOptional": true
|
|
13908
14668
|
}
|
|
13909
14669
|
],
|
|
13910
|
-
"name": "
|
|
14670
|
+
"name": "setTraceFlags"
|
|
13911
14671
|
},
|
|
13912
14672
|
{
|
|
13913
14673
|
"kind": "MethodSignature",
|
|
13914
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
13915
|
-
"docComment": "/**\n *
|
|
14674
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDistributedTraceContext#setTraceId:member(1)",
|
|
14675
|
+
"docComment": "/**\n * Set the unique identifier for a trace. All requests / spans from the same trace share the same traceId. Must be conform to the W3C TraceContext specification, in a hex representation of 16-byte array. A.k.a. trace-id, TraceID or Distributed TraceID https://www.w3.org/TR/trace-context/#trace-id\n */\n",
|
|
13916
14676
|
"excerptTokens": [
|
|
13917
14677
|
{
|
|
13918
14678
|
"kind": "Content",
|
|
13919
|
-
"text": "
|
|
14679
|
+
"text": "setTraceId(newValue: "
|
|
13920
14680
|
},
|
|
13921
14681
|
{
|
|
13922
14682
|
"kind": "Content",
|
|
@@ -13944,7 +14704,7 @@
|
|
|
13944
14704
|
"overloadIndex": 1,
|
|
13945
14705
|
"parameters": [
|
|
13946
14706
|
{
|
|
13947
|
-
"parameterName": "
|
|
14707
|
+
"parameterName": "newValue",
|
|
13948
14708
|
"parameterTypeTokenRange": {
|
|
13949
14709
|
"startIndex": 1,
|
|
13950
14710
|
"endIndex": 2
|
|
@@ -13952,7 +14712,7 @@
|
|
|
13952
14712
|
"isOptional": false
|
|
13953
14713
|
}
|
|
13954
14714
|
],
|
|
13955
|
-
"name": "
|
|
14715
|
+
"name": "setTraceId"
|
|
13956
14716
|
}
|
|
13957
14717
|
],
|
|
13958
14718
|
"extendsTokenRanges": []
|
|
@@ -17793,16 +18553,198 @@
|
|
|
17793
18553
|
},
|
|
17794
18554
|
{
|
|
17795
18555
|
"kind": "Function",
|
|
17796
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!isSafari:function(1)",
|
|
18556
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isSafari:function(1)",
|
|
18557
|
+
"docComment": "",
|
|
18558
|
+
"excerptTokens": [
|
|
18559
|
+
{
|
|
18560
|
+
"kind": "Content",
|
|
18561
|
+
"text": "export declare function isSafari(userAgentStr?: "
|
|
18562
|
+
},
|
|
18563
|
+
{
|
|
18564
|
+
"kind": "Content",
|
|
18565
|
+
"text": "string"
|
|
18566
|
+
},
|
|
18567
|
+
{
|
|
18568
|
+
"kind": "Content",
|
|
18569
|
+
"text": "): "
|
|
18570
|
+
},
|
|
18571
|
+
{
|
|
18572
|
+
"kind": "Content",
|
|
18573
|
+
"text": "boolean"
|
|
18574
|
+
},
|
|
18575
|
+
{
|
|
18576
|
+
"kind": "Content",
|
|
18577
|
+
"text": ";"
|
|
18578
|
+
}
|
|
18579
|
+
],
|
|
18580
|
+
"returnTypeTokenRange": {
|
|
18581
|
+
"startIndex": 3,
|
|
18582
|
+
"endIndex": 4
|
|
18583
|
+
},
|
|
18584
|
+
"releaseTag": "Public",
|
|
18585
|
+
"overloadIndex": 1,
|
|
18586
|
+
"parameters": [
|
|
18587
|
+
{
|
|
18588
|
+
"parameterName": "userAgentStr",
|
|
18589
|
+
"parameterTypeTokenRange": {
|
|
18590
|
+
"startIndex": 1,
|
|
18591
|
+
"endIndex": 2
|
|
18592
|
+
},
|
|
18593
|
+
"isOptional": true
|
|
18594
|
+
}
|
|
18595
|
+
],
|
|
18596
|
+
"name": "isSafari"
|
|
18597
|
+
},
|
|
18598
|
+
{
|
|
18599
|
+
"kind": "Function",
|
|
18600
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isSampledFlag:function(1)",
|
|
18601
|
+
"docComment": "/**\n * Is the parsed traceParent indicating that the trace is currently sampled.\n *\n * @param value - The parsed traceParent value\n *\n * @returns \n */\n",
|
|
18602
|
+
"excerptTokens": [
|
|
18603
|
+
{
|
|
18604
|
+
"kind": "Content",
|
|
18605
|
+
"text": "export declare function isSampledFlag(value: "
|
|
18606
|
+
},
|
|
18607
|
+
{
|
|
18608
|
+
"kind": "Reference",
|
|
18609
|
+
"text": "ITraceParent",
|
|
18610
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
18611
|
+
},
|
|
18612
|
+
{
|
|
18613
|
+
"kind": "Content",
|
|
18614
|
+
"text": "): "
|
|
18615
|
+
},
|
|
18616
|
+
{
|
|
18617
|
+
"kind": "Content",
|
|
18618
|
+
"text": "boolean"
|
|
18619
|
+
},
|
|
18620
|
+
{
|
|
18621
|
+
"kind": "Content",
|
|
18622
|
+
"text": ";"
|
|
18623
|
+
}
|
|
18624
|
+
],
|
|
18625
|
+
"returnTypeTokenRange": {
|
|
18626
|
+
"startIndex": 3,
|
|
18627
|
+
"endIndex": 4
|
|
18628
|
+
},
|
|
18629
|
+
"releaseTag": "Public",
|
|
18630
|
+
"overloadIndex": 1,
|
|
18631
|
+
"parameters": [
|
|
18632
|
+
{
|
|
18633
|
+
"parameterName": "value",
|
|
18634
|
+
"parameterTypeTokenRange": {
|
|
18635
|
+
"startIndex": 1,
|
|
18636
|
+
"endIndex": 2
|
|
18637
|
+
},
|
|
18638
|
+
"isOptional": false
|
|
18639
|
+
}
|
|
18640
|
+
],
|
|
18641
|
+
"name": "isSampledFlag"
|
|
18642
|
+
},
|
|
18643
|
+
{
|
|
18644
|
+
"kind": "Function",
|
|
18645
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isString:function(1)",
|
|
18646
|
+
"docComment": "/**\n * Checks if the type of value is a string.\n *\n * @param value - Value to be checked. @return {boolean} True if the value is a string, false otherwise.\n */\n",
|
|
18647
|
+
"excerptTokens": [
|
|
18648
|
+
{
|
|
18649
|
+
"kind": "Content",
|
|
18650
|
+
"text": "export declare function isString(value: "
|
|
18651
|
+
},
|
|
18652
|
+
{
|
|
18653
|
+
"kind": "Content",
|
|
18654
|
+
"text": "any"
|
|
18655
|
+
},
|
|
18656
|
+
{
|
|
18657
|
+
"kind": "Content",
|
|
18658
|
+
"text": "): "
|
|
18659
|
+
},
|
|
18660
|
+
{
|
|
18661
|
+
"kind": "Reference",
|
|
18662
|
+
"text": "value",
|
|
18663
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!~value"
|
|
18664
|
+
},
|
|
18665
|
+
{
|
|
18666
|
+
"kind": "Content",
|
|
18667
|
+
"text": " is string"
|
|
18668
|
+
},
|
|
18669
|
+
{
|
|
18670
|
+
"kind": "Content",
|
|
18671
|
+
"text": ";"
|
|
18672
|
+
}
|
|
18673
|
+
],
|
|
18674
|
+
"returnTypeTokenRange": {
|
|
18675
|
+
"startIndex": 3,
|
|
18676
|
+
"endIndex": 5
|
|
18677
|
+
},
|
|
18678
|
+
"releaseTag": "Public",
|
|
18679
|
+
"overloadIndex": 1,
|
|
18680
|
+
"parameters": [
|
|
18681
|
+
{
|
|
18682
|
+
"parameterName": "value",
|
|
18683
|
+
"parameterTypeTokenRange": {
|
|
18684
|
+
"startIndex": 1,
|
|
18685
|
+
"endIndex": 2
|
|
18686
|
+
},
|
|
18687
|
+
"isOptional": false
|
|
18688
|
+
}
|
|
18689
|
+
],
|
|
18690
|
+
"name": "isString"
|
|
18691
|
+
},
|
|
18692
|
+
{
|
|
18693
|
+
"kind": "Function",
|
|
18694
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isSymbol:function(1)",
|
|
18695
|
+
"docComment": "/**\n * Checks if the type of value is a Symbol. This only returns a boolean as returning value is Symbol will cause issues for older TypeScript consumers\n *\n * @param value - Value to be checked. @return {boolean} True if the value is a Symbol, false otherwise.\n */\n",
|
|
18696
|
+
"excerptTokens": [
|
|
18697
|
+
{
|
|
18698
|
+
"kind": "Content",
|
|
18699
|
+
"text": "export declare function isSymbol(value: "
|
|
18700
|
+
},
|
|
18701
|
+
{
|
|
18702
|
+
"kind": "Content",
|
|
18703
|
+
"text": "any"
|
|
18704
|
+
},
|
|
18705
|
+
{
|
|
18706
|
+
"kind": "Content",
|
|
18707
|
+
"text": "): "
|
|
18708
|
+
},
|
|
18709
|
+
{
|
|
18710
|
+
"kind": "Content",
|
|
18711
|
+
"text": "boolean"
|
|
18712
|
+
},
|
|
18713
|
+
{
|
|
18714
|
+
"kind": "Content",
|
|
18715
|
+
"text": ";"
|
|
18716
|
+
}
|
|
18717
|
+
],
|
|
18718
|
+
"returnTypeTokenRange": {
|
|
18719
|
+
"startIndex": 3,
|
|
18720
|
+
"endIndex": 4
|
|
18721
|
+
},
|
|
18722
|
+
"releaseTag": "Public",
|
|
18723
|
+
"overloadIndex": 1,
|
|
18724
|
+
"parameters": [
|
|
18725
|
+
{
|
|
18726
|
+
"parameterName": "value",
|
|
18727
|
+
"parameterTypeTokenRange": {
|
|
18728
|
+
"startIndex": 1,
|
|
18729
|
+
"endIndex": 2
|
|
18730
|
+
},
|
|
18731
|
+
"isOptional": false
|
|
18732
|
+
}
|
|
18733
|
+
],
|
|
18734
|
+
"name": "isSymbol"
|
|
18735
|
+
},
|
|
18736
|
+
{
|
|
18737
|
+
"kind": "Function",
|
|
18738
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isTruthy:function(1)",
|
|
17797
18739
|
"docComment": "",
|
|
17798
18740
|
"excerptTokens": [
|
|
17799
18741
|
{
|
|
17800
18742
|
"kind": "Content",
|
|
17801
|
-
"text": "export declare function
|
|
18743
|
+
"text": "export declare function isTruthy(value: "
|
|
17802
18744
|
},
|
|
17803
18745
|
{
|
|
17804
18746
|
"kind": "Content",
|
|
17805
|
-
"text": "
|
|
18747
|
+
"text": "any"
|
|
17806
18748
|
},
|
|
17807
18749
|
{
|
|
17808
18750
|
"kind": "Content",
|
|
@@ -17825,24 +18767,24 @@
|
|
|
17825
18767
|
"overloadIndex": 1,
|
|
17826
18768
|
"parameters": [
|
|
17827
18769
|
{
|
|
17828
|
-
"parameterName": "
|
|
18770
|
+
"parameterName": "value",
|
|
17829
18771
|
"parameterTypeTokenRange": {
|
|
17830
18772
|
"startIndex": 1,
|
|
17831
18773
|
"endIndex": 2
|
|
17832
18774
|
},
|
|
17833
|
-
"isOptional":
|
|
18775
|
+
"isOptional": false
|
|
17834
18776
|
}
|
|
17835
18777
|
],
|
|
17836
|
-
"name": "
|
|
18778
|
+
"name": "isTruthy"
|
|
17837
18779
|
},
|
|
17838
18780
|
{
|
|
17839
18781
|
"kind": "Function",
|
|
17840
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
17841
|
-
"docComment": "
|
|
18782
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isTypeof:function(1)",
|
|
18783
|
+
"docComment": "",
|
|
17842
18784
|
"excerptTokens": [
|
|
17843
18785
|
{
|
|
17844
18786
|
"kind": "Content",
|
|
17845
|
-
"text": "export declare function
|
|
18787
|
+
"text": "export declare function isTypeof(value: "
|
|
17846
18788
|
},
|
|
17847
18789
|
{
|
|
17848
18790
|
"kind": "Content",
|
|
@@ -17850,16 +18792,19 @@
|
|
|
17850
18792
|
},
|
|
17851
18793
|
{
|
|
17852
18794
|
"kind": "Content",
|
|
17853
|
-
"text": "
|
|
18795
|
+
"text": ", theType: "
|
|
17854
18796
|
},
|
|
17855
18797
|
{
|
|
17856
|
-
"kind": "
|
|
17857
|
-
"text": "
|
|
17858
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!~value"
|
|
18798
|
+
"kind": "Content",
|
|
18799
|
+
"text": "string"
|
|
17859
18800
|
},
|
|
17860
18801
|
{
|
|
17861
18802
|
"kind": "Content",
|
|
17862
|
-
"text": "
|
|
18803
|
+
"text": "): "
|
|
18804
|
+
},
|
|
18805
|
+
{
|
|
18806
|
+
"kind": "Content",
|
|
18807
|
+
"text": "boolean"
|
|
17863
18808
|
},
|
|
17864
18809
|
{
|
|
17865
18810
|
"kind": "Content",
|
|
@@ -17867,8 +18812,8 @@
|
|
|
17867
18812
|
}
|
|
17868
18813
|
],
|
|
17869
18814
|
"returnTypeTokenRange": {
|
|
17870
|
-
"startIndex":
|
|
17871
|
-
"endIndex":
|
|
18815
|
+
"startIndex": 5,
|
|
18816
|
+
"endIndex": 6
|
|
17872
18817
|
},
|
|
17873
18818
|
"releaseTag": "Public",
|
|
17874
18819
|
"overloadIndex": 1,
|
|
@@ -17880,18 +18825,26 @@
|
|
|
17880
18825
|
"endIndex": 2
|
|
17881
18826
|
},
|
|
17882
18827
|
"isOptional": false
|
|
18828
|
+
},
|
|
18829
|
+
{
|
|
18830
|
+
"parameterName": "theType",
|
|
18831
|
+
"parameterTypeTokenRange": {
|
|
18832
|
+
"startIndex": 3,
|
|
18833
|
+
"endIndex": 4
|
|
18834
|
+
},
|
|
18835
|
+
"isOptional": false
|
|
17883
18836
|
}
|
|
17884
18837
|
],
|
|
17885
|
-
"name": "
|
|
18838
|
+
"name": "isTypeof"
|
|
17886
18839
|
},
|
|
17887
18840
|
{
|
|
17888
18841
|
"kind": "Function",
|
|
17889
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
17890
|
-
"docComment": "
|
|
18842
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isUndefined:function(1)",
|
|
18843
|
+
"docComment": "",
|
|
17891
18844
|
"excerptTokens": [
|
|
17892
18845
|
{
|
|
17893
18846
|
"kind": "Content",
|
|
17894
|
-
"text": "export declare function
|
|
18847
|
+
"text": "export declare function isUndefined(value: "
|
|
17895
18848
|
},
|
|
17896
18849
|
{
|
|
17897
18850
|
"kind": "Content",
|
|
@@ -17901,9 +18854,14 @@
|
|
|
17901
18854
|
"kind": "Content",
|
|
17902
18855
|
"text": "): "
|
|
17903
18856
|
},
|
|
18857
|
+
{
|
|
18858
|
+
"kind": "Reference",
|
|
18859
|
+
"text": "value",
|
|
18860
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!~value"
|
|
18861
|
+
},
|
|
17904
18862
|
{
|
|
17905
18863
|
"kind": "Content",
|
|
17906
|
-
"text": "
|
|
18864
|
+
"text": " is undefined"
|
|
17907
18865
|
},
|
|
17908
18866
|
{
|
|
17909
18867
|
"kind": "Content",
|
|
@@ -17912,7 +18870,7 @@
|
|
|
17912
18870
|
],
|
|
17913
18871
|
"returnTypeTokenRange": {
|
|
17914
18872
|
"startIndex": 3,
|
|
17915
|
-
"endIndex":
|
|
18873
|
+
"endIndex": 5
|
|
17916
18874
|
},
|
|
17917
18875
|
"releaseTag": "Public",
|
|
17918
18876
|
"overloadIndex": 1,
|
|
@@ -17926,20 +18884,20 @@
|
|
|
17926
18884
|
"isOptional": false
|
|
17927
18885
|
}
|
|
17928
18886
|
],
|
|
17929
|
-
"name": "
|
|
18887
|
+
"name": "isUndefined"
|
|
17930
18888
|
},
|
|
17931
18889
|
{
|
|
17932
18890
|
"kind": "Function",
|
|
17933
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
17934
|
-
"docComment": "",
|
|
18891
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isValidSpanId:function(1)",
|
|
18892
|
+
"docComment": "/**\n * Is the provided W3c span id (aka. parent id) a valid string representation, it must be a 16-character string of lowercase hexadecimal characters, for example, 00f067aa0ba902b7. If all characters are zero (0000000000000000) this is considered an invalid value.\n *\n * @param value - The W3c span id to be validated\n *\n * @returns true if valid otherwise false\n */\n",
|
|
17935
18893
|
"excerptTokens": [
|
|
17936
18894
|
{
|
|
17937
18895
|
"kind": "Content",
|
|
17938
|
-
"text": "export declare function
|
|
18896
|
+
"text": "export declare function isValidSpanId(value: "
|
|
17939
18897
|
},
|
|
17940
18898
|
{
|
|
17941
18899
|
"kind": "Content",
|
|
17942
|
-
"text": "
|
|
18900
|
+
"text": "string"
|
|
17943
18901
|
},
|
|
17944
18902
|
{
|
|
17945
18903
|
"kind": "Content",
|
|
@@ -17970,24 +18928,16 @@
|
|
|
17970
18928
|
"isOptional": false
|
|
17971
18929
|
}
|
|
17972
18930
|
],
|
|
17973
|
-
"name": "
|
|
18931
|
+
"name": "isValidSpanId"
|
|
17974
18932
|
},
|
|
17975
18933
|
{
|
|
17976
18934
|
"kind": "Function",
|
|
17977
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
17978
|
-
"docComment": "",
|
|
18935
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isValidTraceId:function(1)",
|
|
18936
|
+
"docComment": "/**\n * Is the provided W3c Trace Id a valid string representation, it must be a 32-character string of lowercase hexadecimal characters for example, 4bf92f3577b34da6a3ce929d0e0e4736. If all characters as zero (00000000000000000000000000000000) it will be considered an invalid value.\n *\n * @param value - The W3c trace Id to be validated\n *\n * @returns true if valid otherwise false\n */\n",
|
|
17979
18937
|
"excerptTokens": [
|
|
17980
18938
|
{
|
|
17981
18939
|
"kind": "Content",
|
|
17982
|
-
"text": "export declare function
|
|
17983
|
-
},
|
|
17984
|
-
{
|
|
17985
|
-
"kind": "Content",
|
|
17986
|
-
"text": "any"
|
|
17987
|
-
},
|
|
17988
|
-
{
|
|
17989
|
-
"kind": "Content",
|
|
17990
|
-
"text": ", theType: "
|
|
18940
|
+
"text": "export declare function isValidTraceId(value: "
|
|
17991
18941
|
},
|
|
17992
18942
|
{
|
|
17993
18943
|
"kind": "Content",
|
|
@@ -18007,8 +18957,8 @@
|
|
|
18007
18957
|
}
|
|
18008
18958
|
],
|
|
18009
18959
|
"returnTypeTokenRange": {
|
|
18010
|
-
"startIndex":
|
|
18011
|
-
"endIndex":
|
|
18960
|
+
"startIndex": 3,
|
|
18961
|
+
"endIndex": 4
|
|
18012
18962
|
},
|
|
18013
18963
|
"releaseTag": "Public",
|
|
18014
18964
|
"overloadIndex": 1,
|
|
@@ -18020,43 +18970,31 @@
|
|
|
18020
18970
|
"endIndex": 2
|
|
18021
18971
|
},
|
|
18022
18972
|
"isOptional": false
|
|
18023
|
-
},
|
|
18024
|
-
{
|
|
18025
|
-
"parameterName": "theType",
|
|
18026
|
-
"parameterTypeTokenRange": {
|
|
18027
|
-
"startIndex": 3,
|
|
18028
|
-
"endIndex": 4
|
|
18029
|
-
},
|
|
18030
|
-
"isOptional": false
|
|
18031
18973
|
}
|
|
18032
18974
|
],
|
|
18033
|
-
"name": "
|
|
18975
|
+
"name": "isValidTraceId"
|
|
18034
18976
|
},
|
|
18035
18977
|
{
|
|
18036
18978
|
"kind": "Function",
|
|
18037
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
18038
|
-
"docComment": "",
|
|
18979
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!isValidTraceParent:function(1)",
|
|
18980
|
+
"docComment": "/**\n * Validates that the provided ITraceParent instance conforms to the currently supported specifications\n *\n * @param value - \n *\n * @returns \n */\n",
|
|
18039
18981
|
"excerptTokens": [
|
|
18040
18982
|
{
|
|
18041
18983
|
"kind": "Content",
|
|
18042
|
-
"text": "export declare function
|
|
18984
|
+
"text": "export declare function isValidTraceParent(value: "
|
|
18043
18985
|
},
|
|
18044
18986
|
{
|
|
18045
|
-
"kind": "
|
|
18046
|
-
"text": "
|
|
18987
|
+
"kind": "Reference",
|
|
18988
|
+
"text": "ITraceParent",
|
|
18989
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
18047
18990
|
},
|
|
18048
18991
|
{
|
|
18049
18992
|
"kind": "Content",
|
|
18050
18993
|
"text": "): "
|
|
18051
18994
|
},
|
|
18052
|
-
{
|
|
18053
|
-
"kind": "Reference",
|
|
18054
|
-
"text": "value",
|
|
18055
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!~value"
|
|
18056
|
-
},
|
|
18057
18995
|
{
|
|
18058
18996
|
"kind": "Content",
|
|
18059
|
-
"text": "
|
|
18997
|
+
"text": "boolean"
|
|
18060
18998
|
},
|
|
18061
18999
|
{
|
|
18062
19000
|
"kind": "Content",
|
|
@@ -18065,7 +19003,7 @@
|
|
|
18065
19003
|
],
|
|
18066
19004
|
"returnTypeTokenRange": {
|
|
18067
19005
|
"startIndex": 3,
|
|
18068
|
-
"endIndex":
|
|
19006
|
+
"endIndex": 4
|
|
18069
19007
|
},
|
|
18070
19008
|
"releaseTag": "Public",
|
|
18071
19009
|
"overloadIndex": 1,
|
|
@@ -18079,7 +19017,7 @@
|
|
|
18079
19017
|
"isOptional": false
|
|
18080
19018
|
}
|
|
18081
19019
|
],
|
|
18082
|
-
"name": "
|
|
19020
|
+
"name": "isValidTraceParent"
|
|
18083
19021
|
},
|
|
18084
19022
|
{
|
|
18085
19023
|
"kind": "Function",
|
|
@@ -18933,6 +19871,126 @@
|
|
|
18933
19871
|
],
|
|
18934
19872
|
"extendsTokenRanges": []
|
|
18935
19873
|
},
|
|
19874
|
+
{
|
|
19875
|
+
"kind": "Interface",
|
|
19876
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface",
|
|
19877
|
+
"docComment": "/**\n * This interface represents the components of a W3C traceparent header\n */\n",
|
|
19878
|
+
"excerptTokens": [
|
|
19879
|
+
{
|
|
19880
|
+
"kind": "Content",
|
|
19881
|
+
"text": "export interface ITraceParent "
|
|
19882
|
+
}
|
|
19883
|
+
],
|
|
19884
|
+
"releaseTag": "Public",
|
|
19885
|
+
"name": "ITraceParent",
|
|
19886
|
+
"members": [
|
|
19887
|
+
{
|
|
19888
|
+
"kind": "PropertySignature",
|
|
19889
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent#spanId:member",
|
|
19890
|
+
"docComment": "/**\n * This is the ID of the current request as known by the caller (in some tracing systems, this is also known as the parent-id, where a span is the execution of a client request). It is represented as an 16-character string of lowercase hexadecimal characters, for example, 00f067aa0ba902b7. All bytes as zero (0000000000000000) is considered an invalid value.\n */\n",
|
|
19891
|
+
"excerptTokens": [
|
|
19892
|
+
{
|
|
19893
|
+
"kind": "Content",
|
|
19894
|
+
"text": "spanId: "
|
|
19895
|
+
},
|
|
19896
|
+
{
|
|
19897
|
+
"kind": "Content",
|
|
19898
|
+
"text": "string"
|
|
19899
|
+
},
|
|
19900
|
+
{
|
|
19901
|
+
"kind": "Content",
|
|
19902
|
+
"text": ";"
|
|
19903
|
+
}
|
|
19904
|
+
],
|
|
19905
|
+
"isOptional": false,
|
|
19906
|
+
"releaseTag": "Public",
|
|
19907
|
+
"name": "spanId",
|
|
19908
|
+
"propertyTypeTokenRange": {
|
|
19909
|
+
"startIndex": 1,
|
|
19910
|
+
"endIndex": 2
|
|
19911
|
+
}
|
|
19912
|
+
},
|
|
19913
|
+
{
|
|
19914
|
+
"kind": "PropertySignature",
|
|
19915
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent#traceFlags:member",
|
|
19916
|
+
"docComment": "/**\n * An 8-bit value of flags that controls tracing such as sampling, trace level, etc. These flags are recommendations given by the caller rather than strict rules to follow. As this is a bit field, you cannot interpret flags by decoding the hex value and looking at the resulting number. For example, a flag 00000001 could be encoded as 01 in hex, or 09 in hex if present with the flag 00001000. A common mistake in bit fields is forgetting to mask when interpreting flags.\n */\n",
|
|
19917
|
+
"excerptTokens": [
|
|
19918
|
+
{
|
|
19919
|
+
"kind": "Content",
|
|
19920
|
+
"text": "traceFlags: "
|
|
19921
|
+
},
|
|
19922
|
+
{
|
|
19923
|
+
"kind": "Content",
|
|
19924
|
+
"text": "number"
|
|
19925
|
+
},
|
|
19926
|
+
{
|
|
19927
|
+
"kind": "Content",
|
|
19928
|
+
"text": ";"
|
|
19929
|
+
}
|
|
19930
|
+
],
|
|
19931
|
+
"isOptional": false,
|
|
19932
|
+
"releaseTag": "Public",
|
|
19933
|
+
"name": "traceFlags",
|
|
19934
|
+
"propertyTypeTokenRange": {
|
|
19935
|
+
"startIndex": 1,
|
|
19936
|
+
"endIndex": 2
|
|
19937
|
+
}
|
|
19938
|
+
},
|
|
19939
|
+
{
|
|
19940
|
+
"kind": "PropertySignature",
|
|
19941
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent#traceId:member",
|
|
19942
|
+
"docComment": "/**\n * This is the ID of the whole trace forest and is used to uniquely identify a distributed trace through a system. It is represented as a 32-character string of lowercase hexadecimal characters, for example, 4bf92f3577b34da6a3ce929d0e0e4736. All characters as zero (00000000000000000000000000000000) is considered an invalid value.\n */\n",
|
|
19943
|
+
"excerptTokens": [
|
|
19944
|
+
{
|
|
19945
|
+
"kind": "Content",
|
|
19946
|
+
"text": "traceId: "
|
|
19947
|
+
},
|
|
19948
|
+
{
|
|
19949
|
+
"kind": "Content",
|
|
19950
|
+
"text": "string"
|
|
19951
|
+
},
|
|
19952
|
+
{
|
|
19953
|
+
"kind": "Content",
|
|
19954
|
+
"text": ";"
|
|
19955
|
+
}
|
|
19956
|
+
],
|
|
19957
|
+
"isOptional": false,
|
|
19958
|
+
"releaseTag": "Public",
|
|
19959
|
+
"name": "traceId",
|
|
19960
|
+
"propertyTypeTokenRange": {
|
|
19961
|
+
"startIndex": 1,
|
|
19962
|
+
"endIndex": 2
|
|
19963
|
+
}
|
|
19964
|
+
},
|
|
19965
|
+
{
|
|
19966
|
+
"kind": "PropertySignature",
|
|
19967
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent#version:member",
|
|
19968
|
+
"docComment": "/**\n * The version of the definition, this MUST be a string with a length of 2 and only contain lowercase hexadecimal characters. A value of 'ff' is considered to be an invalid version.\n */\n",
|
|
19969
|
+
"excerptTokens": [
|
|
19970
|
+
{
|
|
19971
|
+
"kind": "Content",
|
|
19972
|
+
"text": "version: "
|
|
19973
|
+
},
|
|
19974
|
+
{
|
|
19975
|
+
"kind": "Content",
|
|
19976
|
+
"text": "string"
|
|
19977
|
+
},
|
|
19978
|
+
{
|
|
19979
|
+
"kind": "Content",
|
|
19980
|
+
"text": ";"
|
|
19981
|
+
}
|
|
19982
|
+
],
|
|
19983
|
+
"isOptional": false,
|
|
19984
|
+
"releaseTag": "Public",
|
|
19985
|
+
"name": "version",
|
|
19986
|
+
"propertyTypeTokenRange": {
|
|
19987
|
+
"startIndex": 1,
|
|
19988
|
+
"endIndex": 2
|
|
19989
|
+
}
|
|
19990
|
+
}
|
|
19991
|
+
],
|
|
19992
|
+
"extendsTokenRanges": []
|
|
19993
|
+
},
|
|
18936
19994
|
{
|
|
18937
19995
|
"kind": "Interface",
|
|
18938
19996
|
"canonicalReference": "@microsoft/applicationinsights-core-js!IUnloadableComponent:interface",
|
|
@@ -20602,6 +21660,51 @@
|
|
|
20602
21660
|
],
|
|
20603
21661
|
"name": "optimizeObject"
|
|
20604
21662
|
},
|
|
21663
|
+
{
|
|
21664
|
+
"kind": "Function",
|
|
21665
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!parseTraceParent:function(1)",
|
|
21666
|
+
"docComment": "/**\n * Attempt to parse the provided string as a W3C TraceParent header value (https://www.w3.org/TR/trace-context/#traceparent-header)\n *\n * @param value - \n *\n * @returns \n */\n",
|
|
21667
|
+
"excerptTokens": [
|
|
21668
|
+
{
|
|
21669
|
+
"kind": "Content",
|
|
21670
|
+
"text": "export declare function parseTraceParent(value: "
|
|
21671
|
+
},
|
|
21672
|
+
{
|
|
21673
|
+
"kind": "Content",
|
|
21674
|
+
"text": "string"
|
|
21675
|
+
},
|
|
21676
|
+
{
|
|
21677
|
+
"kind": "Content",
|
|
21678
|
+
"text": "): "
|
|
21679
|
+
},
|
|
21680
|
+
{
|
|
21681
|
+
"kind": "Reference",
|
|
21682
|
+
"text": "ITraceParent",
|
|
21683
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITraceParent:interface"
|
|
21684
|
+
},
|
|
21685
|
+
{
|
|
21686
|
+
"kind": "Content",
|
|
21687
|
+
"text": ";"
|
|
21688
|
+
}
|
|
21689
|
+
],
|
|
21690
|
+
"returnTypeTokenRange": {
|
|
21691
|
+
"startIndex": 3,
|
|
21692
|
+
"endIndex": 4
|
|
21693
|
+
},
|
|
21694
|
+
"releaseTag": "Public",
|
|
21695
|
+
"overloadIndex": 1,
|
|
21696
|
+
"parameters": [
|
|
21697
|
+
{
|
|
21698
|
+
"parameterName": "value",
|
|
21699
|
+
"parameterTypeTokenRange": {
|
|
21700
|
+
"startIndex": 1,
|
|
21701
|
+
"endIndex": 2
|
|
21702
|
+
},
|
|
21703
|
+
"isOptional": false
|
|
21704
|
+
}
|
|
21705
|
+
],
|
|
21706
|
+
"name": "parseTraceParent"
|
|
21707
|
+
},
|
|
20605
21708
|
{
|
|
20606
21709
|
"kind": "Class",
|
|
20607
21710
|
"canonicalReference": "@microsoft/applicationinsights-core-js!PerfEvent:class",
|