@microsoft/applicationinsights-common 2.8.9-nightly.2210-03 → 2.8.9-nightly.2210-05
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 +46 -22
- 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 +127 -6
- package/dist/applicationinsights-common.d.ts +1 -1
- package/dist/applicationinsights-common.js +46 -22
- 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 +1 -1
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -1
- package/dist-esm/HelperFuncs.js +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/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
- package/dist-esm/Interfaces/Contracts/IData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
- package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/SeverityLevel.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 -1
- package/dist-esm/Interfaces/IRequestContext.js +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/Data.js +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +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 +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 +1 -1
- package/dist-esm/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-common.js +1 -1
- package/package.json +3 -3
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
5
|
-
"schemaVersion":
|
|
4
|
+
"toolVersion": "7.33.4",
|
|
5
|
+
"schemaVersion": 1010,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
8
8
|
"$schema": "https://developer.microsoft.com/json-schemas/tsdoc/v0/tsdoc.schema.json",
|
|
@@ -182,6 +182,7 @@
|
|
|
182
182
|
"text": "export interface IBase "
|
|
183
183
|
}
|
|
184
184
|
],
|
|
185
|
+
"fileUrlPath": "types/Interfaces/Contracts/IBase.d.ts",
|
|
185
186
|
"releaseTag": "Public",
|
|
186
187
|
"name": "AIBase",
|
|
187
188
|
"preserveMemberOrder": false,
|
|
@@ -235,6 +236,7 @@
|
|
|
235
236
|
"text": " "
|
|
236
237
|
}
|
|
237
238
|
],
|
|
239
|
+
"fileUrlPath": "types/Interfaces/Contracts/IData.d.ts",
|
|
238
240
|
"releaseTag": "Public",
|
|
239
241
|
"typeParameters": [
|
|
240
242
|
{
|
|
@@ -328,6 +330,7 @@
|
|
|
328
330
|
"text": "\"ApplicationInsightsAnalytics\""
|
|
329
331
|
}
|
|
330
332
|
],
|
|
333
|
+
"fileUrlPath": "types/applicationinsights-common.d.ts",
|
|
331
334
|
"initializerTokenRange": {
|
|
332
335
|
"startIndex": 1,
|
|
333
336
|
"endIndex": 2
|
|
@@ -354,6 +357,7 @@
|
|
|
354
357
|
"text": "\"AppInsightsChannelPlugin\""
|
|
355
358
|
}
|
|
356
359
|
],
|
|
360
|
+
"fileUrlPath": "types/applicationinsights-common.d.ts",
|
|
357
361
|
"initializerTokenRange": {
|
|
358
362
|
"startIndex": 1,
|
|
359
363
|
"endIndex": 2
|
|
@@ -376,6 +380,7 @@
|
|
|
376
380
|
"text": "export declare class ConfigurationManager "
|
|
377
381
|
}
|
|
378
382
|
],
|
|
383
|
+
"fileUrlPath": "types/Interfaces/IConfig.d.ts",
|
|
379
384
|
"releaseTag": "Public",
|
|
380
385
|
"name": "ConfigurationManager",
|
|
381
386
|
"preserveMemberOrder": false,
|
|
@@ -511,6 +516,7 @@
|
|
|
511
516
|
"text": ";\n}"
|
|
512
517
|
}
|
|
513
518
|
],
|
|
519
|
+
"fileUrlPath": "types/ConnectionStringParser.d.ts",
|
|
514
520
|
"isReadonly": true,
|
|
515
521
|
"releaseTag": "Public",
|
|
516
522
|
"name": "ConnectionStringParser",
|
|
@@ -538,6 +544,7 @@
|
|
|
538
544
|
"text": " "
|
|
539
545
|
}
|
|
540
546
|
],
|
|
547
|
+
"fileUrlPath": "types/Interfaces/Contracts/ContextTagKeys.d.ts",
|
|
541
548
|
"releaseTag": "Public",
|
|
542
549
|
"name": "ContextTagKeys",
|
|
543
550
|
"preserveMemberOrder": false,
|
|
@@ -579,6 +586,7 @@
|
|
|
579
586
|
"canonicalReference": "@microsoft/applicationinsights-common!ICorrelationIdHelper:interface"
|
|
580
587
|
}
|
|
581
588
|
],
|
|
589
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
582
590
|
"isReadonly": true,
|
|
583
591
|
"releaseTag": "Public",
|
|
584
592
|
"name": "CorrelationIdHelper",
|
|
@@ -624,6 +632,7 @@
|
|
|
624
632
|
"text": ";"
|
|
625
633
|
}
|
|
626
634
|
],
|
|
635
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
627
636
|
"returnTypeTokenRange": {
|
|
628
637
|
"startIndex": 5,
|
|
629
638
|
"endIndex": 6
|
|
@@ -677,6 +686,7 @@
|
|
|
677
686
|
"text": ";"
|
|
678
687
|
}
|
|
679
688
|
],
|
|
689
|
+
"fileUrlPath": "types/DomHelperFuncs.d.ts",
|
|
680
690
|
"returnTypeTokenRange": {
|
|
681
691
|
"startIndex": 3,
|
|
682
692
|
"endIndex": 4
|
|
@@ -763,6 +773,7 @@
|
|
|
763
773
|
"text": ";"
|
|
764
774
|
}
|
|
765
775
|
],
|
|
776
|
+
"fileUrlPath": "types/TelemetryItemCreator.d.ts",
|
|
766
777
|
"returnTypeTokenRange": {
|
|
767
778
|
"startIndex": 13,
|
|
768
779
|
"endIndex": 14
|
|
@@ -849,6 +860,7 @@
|
|
|
849
860
|
"canonicalReference": "@microsoft/applicationinsights-common!ContextTagKeys:class"
|
|
850
861
|
}
|
|
851
862
|
],
|
|
863
|
+
"fileUrlPath": "types/Interfaces/PartAExtensions.d.ts",
|
|
852
864
|
"isReadonly": false,
|
|
853
865
|
"releaseTag": "Public",
|
|
854
866
|
"name": "CtxTagKeys",
|
|
@@ -889,6 +901,7 @@
|
|
|
889
901
|
"text": " "
|
|
890
902
|
}
|
|
891
903
|
],
|
|
904
|
+
"fileUrlPath": "types/Telemetry/Common/Data.d.ts",
|
|
892
905
|
"releaseTag": "Public",
|
|
893
906
|
"typeParameters": [
|
|
894
907
|
{
|
|
@@ -1106,6 +1119,7 @@
|
|
|
1106
1119
|
"text": ";"
|
|
1107
1120
|
}
|
|
1108
1121
|
],
|
|
1122
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1109
1123
|
"returnTypeTokenRange": {
|
|
1110
1124
|
"startIndex": 5,
|
|
1111
1125
|
"endIndex": 6
|
|
@@ -1167,6 +1181,7 @@
|
|
|
1167
1181
|
"text": ";"
|
|
1168
1182
|
}
|
|
1169
1183
|
],
|
|
1184
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1170
1185
|
"returnTypeTokenRange": {
|
|
1171
1186
|
"startIndex": 5,
|
|
1172
1187
|
"endIndex": 6
|
|
@@ -1245,6 +1260,7 @@
|
|
|
1245
1260
|
"text": ";"
|
|
1246
1261
|
}
|
|
1247
1262
|
],
|
|
1263
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1248
1264
|
"returnTypeTokenRange": {
|
|
1249
1265
|
"startIndex": 9,
|
|
1250
1266
|
"endIndex": 10
|
|
@@ -1322,6 +1338,7 @@
|
|
|
1322
1338
|
"text": ";"
|
|
1323
1339
|
}
|
|
1324
1340
|
],
|
|
1341
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1325
1342
|
"returnTypeTokenRange": {
|
|
1326
1343
|
"startIndex": 5,
|
|
1327
1344
|
"endIndex": 6
|
|
@@ -1391,6 +1408,7 @@
|
|
|
1391
1408
|
"text": ";"
|
|
1392
1409
|
}
|
|
1393
1410
|
],
|
|
1411
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1394
1412
|
"returnTypeTokenRange": {
|
|
1395
1413
|
"startIndex": 7,
|
|
1396
1414
|
"endIndex": 8
|
|
@@ -1460,6 +1478,7 @@
|
|
|
1460
1478
|
"text": ";"
|
|
1461
1479
|
}
|
|
1462
1480
|
],
|
|
1481
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1463
1482
|
"returnTypeTokenRange": {
|
|
1464
1483
|
"startIndex": 5,
|
|
1465
1484
|
"endIndex": 6
|
|
@@ -1521,6 +1540,7 @@
|
|
|
1521
1540
|
"text": ";"
|
|
1522
1541
|
}
|
|
1523
1542
|
],
|
|
1543
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1524
1544
|
"returnTypeTokenRange": {
|
|
1525
1545
|
"startIndex": 5,
|
|
1526
1546
|
"endIndex": 6
|
|
@@ -1582,6 +1602,7 @@
|
|
|
1582
1602
|
"text": ";"
|
|
1583
1603
|
}
|
|
1584
1604
|
],
|
|
1605
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1585
1606
|
"returnTypeTokenRange": {
|
|
1586
1607
|
"startIndex": 5,
|
|
1587
1608
|
"endIndex": 6
|
|
@@ -1623,6 +1644,7 @@
|
|
|
1623
1644
|
"canonicalReference": "@microsoft/applicationinsights-common!IDataSanitizer:interface"
|
|
1624
1645
|
}
|
|
1625
1646
|
],
|
|
1647
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1626
1648
|
"isReadonly": true,
|
|
1627
1649
|
"releaseTag": "Public",
|
|
1628
1650
|
"name": "DataSanitizer",
|
|
@@ -1641,6 +1663,7 @@
|
|
|
1641
1663
|
"text": "export declare const enum DataSanitizerValues "
|
|
1642
1664
|
}
|
|
1643
1665
|
],
|
|
1666
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1644
1667
|
"releaseTag": "Public",
|
|
1645
1668
|
"name": "DataSanitizerValues",
|
|
1646
1669
|
"preserveMemberOrder": false,
|
|
@@ -1837,6 +1860,7 @@
|
|
|
1837
1860
|
"text": ";"
|
|
1838
1861
|
}
|
|
1839
1862
|
],
|
|
1863
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1840
1864
|
"returnTypeTokenRange": {
|
|
1841
1865
|
"startIndex": 7,
|
|
1842
1866
|
"endIndex": 8
|
|
@@ -1906,6 +1930,7 @@
|
|
|
1906
1930
|
"text": ";"
|
|
1907
1931
|
}
|
|
1908
1932
|
],
|
|
1933
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
1909
1934
|
"returnTypeTokenRange": {
|
|
1910
1935
|
"startIndex": 5,
|
|
1911
1936
|
"endIndex": 6
|
|
@@ -1947,6 +1972,7 @@
|
|
|
1947
1972
|
"canonicalReference": "@microsoft/applicationinsights-common!IDateTimeUtils:interface"
|
|
1948
1973
|
}
|
|
1949
1974
|
],
|
|
1975
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
1950
1976
|
"isReadonly": true,
|
|
1951
1977
|
"releaseTag": "Public",
|
|
1952
1978
|
"name": "DateTimeUtils",
|
|
@@ -1989,6 +2015,7 @@
|
|
|
1989
2015
|
"text": ";"
|
|
1990
2016
|
}
|
|
1991
2017
|
],
|
|
2018
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
1992
2019
|
"returnTypeTokenRange": {
|
|
1993
2020
|
"startIndex": 5,
|
|
1994
2021
|
"endIndex": 6
|
|
@@ -2033,6 +2060,7 @@
|
|
|
2033
2060
|
"text": ";"
|
|
2034
2061
|
}
|
|
2035
2062
|
],
|
|
2063
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
2036
2064
|
"returnTypeTokenRange": {
|
|
2037
2065
|
"startIndex": 1,
|
|
2038
2066
|
"endIndex": 2
|
|
@@ -2056,6 +2084,7 @@
|
|
|
2056
2084
|
"text": "\"https://dc.services.visualstudio.com\""
|
|
2057
2085
|
}
|
|
2058
2086
|
],
|
|
2087
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
2059
2088
|
"initializerTokenRange": {
|
|
2060
2089
|
"startIndex": 1,
|
|
2061
2090
|
"endIndex": 2
|
|
@@ -2082,6 +2111,7 @@
|
|
|
2082
2111
|
"text": "\"/v2/track\""
|
|
2083
2112
|
}
|
|
2084
2113
|
],
|
|
2114
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
2085
2115
|
"initializerTokenRange": {
|
|
2086
2116
|
"startIndex": 1,
|
|
2087
2117
|
"endIndex": 2
|
|
@@ -2108,6 +2138,7 @@
|
|
|
2108
2138
|
"text": "string"
|
|
2109
2139
|
}
|
|
2110
2140
|
],
|
|
2141
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
2111
2142
|
"isReadonly": true,
|
|
2112
2143
|
"releaseTag": "Public",
|
|
2113
2144
|
"name": "DisabledPropertyName",
|
|
@@ -2139,6 +2170,7 @@
|
|
|
2139
2170
|
"text": ";"
|
|
2140
2171
|
}
|
|
2141
2172
|
],
|
|
2173
|
+
"fileUrlPath": "types/Enums.d.ts",
|
|
2142
2174
|
"releaseTag": "Public",
|
|
2143
2175
|
"name": "DistributedTracingModes",
|
|
2144
2176
|
"typeTokenRange": {
|
|
@@ -2178,6 +2210,7 @@
|
|
|
2178
2210
|
"text": ">"
|
|
2179
2211
|
}
|
|
2180
2212
|
],
|
|
2213
|
+
"fileUrlPath": "types/Enums.d.ts",
|
|
2181
2214
|
"isReadonly": true,
|
|
2182
2215
|
"releaseTag": "Public",
|
|
2183
2216
|
"name": "DistributedTracingModes",
|
|
@@ -2212,6 +2245,7 @@
|
|
|
2212
2245
|
"text": ";"
|
|
2213
2246
|
}
|
|
2214
2247
|
],
|
|
2248
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
2215
2249
|
"returnTypeTokenRange": {
|
|
2216
2250
|
"startIndex": 3,
|
|
2217
2251
|
"endIndex": 4
|
|
@@ -2240,6 +2274,7 @@
|
|
|
2240
2274
|
"text": "export declare const enum eDistributedTracingModes "
|
|
2241
2275
|
}
|
|
2242
2276
|
],
|
|
2277
|
+
"fileUrlPath": "types/Enums.d.ts",
|
|
2243
2278
|
"releaseTag": "Public",
|
|
2244
2279
|
"name": "eDistributedTracingModes",
|
|
2245
2280
|
"preserveMemberOrder": false,
|
|
@@ -2328,6 +2363,7 @@
|
|
|
2328
2363
|
"text": " "
|
|
2329
2364
|
}
|
|
2330
2365
|
],
|
|
2366
|
+
"fileUrlPath": "types/Telemetry/Common/Envelope.d.ts",
|
|
2331
2367
|
"releaseTag": "Public",
|
|
2332
2368
|
"name": "Envelope",
|
|
2333
2369
|
"preserveMemberOrder": false,
|
|
@@ -2678,6 +2714,7 @@
|
|
|
2678
2714
|
"text": "export declare const enum eRequestHeaders "
|
|
2679
2715
|
}
|
|
2680
2716
|
],
|
|
2717
|
+
"fileUrlPath": "types/RequestResponseHeaders.d.ts",
|
|
2681
2718
|
"releaseTag": "Public",
|
|
2682
2719
|
"name": "eRequestHeaders",
|
|
2683
2720
|
"preserveMemberOrder": false,
|
|
@@ -2883,6 +2920,7 @@
|
|
|
2883
2920
|
"text": "export declare const enum eSeverityLevel "
|
|
2884
2921
|
}
|
|
2885
2922
|
],
|
|
2923
|
+
"fileUrlPath": "types/Interfaces/Contracts/SeverityLevel.d.ts",
|
|
2886
2924
|
"releaseTag": "Public",
|
|
2887
2925
|
"name": "eSeverityLevel",
|
|
2888
2926
|
"preserveMemberOrder": false,
|
|
@@ -3022,6 +3060,7 @@
|
|
|
3022
3060
|
"text": " "
|
|
3023
3061
|
}
|
|
3024
3062
|
],
|
|
3063
|
+
"fileUrlPath": "types/Telemetry/Event.d.ts",
|
|
3025
3064
|
"releaseTag": "Public",
|
|
3026
3065
|
"name": "Event_2",
|
|
3027
3066
|
"preserveMemberOrder": false,
|
|
@@ -3386,6 +3425,7 @@
|
|
|
3386
3425
|
"text": " "
|
|
3387
3426
|
}
|
|
3388
3427
|
],
|
|
3428
|
+
"fileUrlPath": "types/Telemetry/Exception.d.ts",
|
|
3389
3429
|
"releaseTag": "Public",
|
|
3390
3430
|
"name": "Exception",
|
|
3391
3431
|
"preserveMemberOrder": false,
|
|
@@ -4380,6 +4420,7 @@
|
|
|
4380
4420
|
"text": "{\n UserExt: string;\n DeviceExt: string;\n TraceExt: string;\n WebExt: string;\n AppExt: string;\n OSExt: string;\n SessionExt: string;\n SDKExt: string;\n}"
|
|
4381
4421
|
}
|
|
4382
4422
|
],
|
|
4423
|
+
"fileUrlPath": "types/Interfaces/PartAExtensions.d.ts",
|
|
4383
4424
|
"isReadonly": true,
|
|
4384
4425
|
"releaseTag": "Public",
|
|
4385
4426
|
"name": "Extensions",
|
|
@@ -4398,6 +4439,7 @@
|
|
|
4398
4439
|
"text": "export declare const enum FieldType "
|
|
4399
4440
|
}
|
|
4400
4441
|
],
|
|
4442
|
+
"fileUrlPath": "types/Enums.d.ts",
|
|
4401
4443
|
"releaseTag": "Public",
|
|
4402
4444
|
"name": "FieldType",
|
|
4403
4445
|
"preserveMemberOrder": false,
|
|
@@ -4532,6 +4574,7 @@
|
|
|
4532
4574
|
"text": ";"
|
|
4533
4575
|
}
|
|
4534
4576
|
],
|
|
4577
|
+
"fileUrlPath": "types/HelperFuncs.d.ts",
|
|
4535
4578
|
"returnTypeTokenRange": {
|
|
4536
4579
|
"startIndex": 6,
|
|
4537
4580
|
"endIndex": 8
|
|
@@ -4572,6 +4615,7 @@
|
|
|
4572
4615
|
"text": "\"http.method\""
|
|
4573
4616
|
}
|
|
4574
4617
|
],
|
|
4618
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
4575
4619
|
"initializerTokenRange": {
|
|
4576
4620
|
"startIndex": 1,
|
|
4577
4621
|
"endIndex": 2
|
|
@@ -4594,6 +4638,7 @@
|
|
|
4594
4638
|
"text": "export interface IAppInsights "
|
|
4595
4639
|
}
|
|
4596
4640
|
],
|
|
4641
|
+
"fileUrlPath": "types/Interfaces/IAppInsights.d.ts",
|
|
4597
4642
|
"releaseTag": "Public",
|
|
4598
4643
|
"name": "IAppInsights",
|
|
4599
4644
|
"preserveMemberOrder": false,
|
|
@@ -5359,6 +5404,7 @@
|
|
|
5359
5404
|
"text": "export interface IApplication "
|
|
5360
5405
|
}
|
|
5361
5406
|
],
|
|
5407
|
+
"fileUrlPath": "types/Interfaces/Context/IApplication.d.ts",
|
|
5362
5408
|
"releaseTag": "Public",
|
|
5363
5409
|
"name": "IApplication",
|
|
5364
5410
|
"preserveMemberOrder": false,
|
|
@@ -5430,6 +5476,7 @@
|
|
|
5430
5476
|
"text": "export interface IAutoExceptionTelemetry "
|
|
5431
5477
|
}
|
|
5432
5478
|
],
|
|
5479
|
+
"fileUrlPath": "types/Interfaces/IExceptionTelemetry.d.ts",
|
|
5433
5480
|
"releaseTag": "Public",
|
|
5434
5481
|
"name": "IAutoExceptionTelemetry",
|
|
5435
5482
|
"preserveMemberOrder": false,
|
|
@@ -5705,6 +5752,7 @@
|
|
|
5705
5752
|
"text": " "
|
|
5706
5753
|
}
|
|
5707
5754
|
],
|
|
5755
|
+
"fileUrlPath": "types/Interfaces/IChannelControlsAI.d.ts",
|
|
5708
5756
|
"releaseTag": "Public",
|
|
5709
5757
|
"name": "IChannelControlsAI",
|
|
5710
5758
|
"preserveMemberOrder": false,
|
|
@@ -5726,6 +5774,7 @@
|
|
|
5726
5774
|
"text": "export interface IConfig "
|
|
5727
5775
|
}
|
|
5728
5776
|
],
|
|
5777
|
+
"fileUrlPath": "types/Interfaces/IConfig.d.ts",
|
|
5729
5778
|
"releaseTag": "Public",
|
|
5730
5779
|
"name": "IConfig",
|
|
5731
5780
|
"preserveMemberOrder": false,
|
|
@@ -7419,6 +7468,7 @@
|
|
|
7419
7468
|
"text": "export interface IContextTagKeys "
|
|
7420
7469
|
}
|
|
7421
7470
|
],
|
|
7471
|
+
"fileUrlPath": "types/Interfaces/Contracts/ContextTagKeys.d.ts",
|
|
7422
7472
|
"releaseTag": "Public",
|
|
7423
7473
|
"name": "IContextTagKeys",
|
|
7424
7474
|
"preserveMemberOrder": false,
|
|
@@ -8975,6 +9025,7 @@
|
|
|
8975
9025
|
"text": "export interface ICorrelationConfig "
|
|
8976
9026
|
}
|
|
8977
9027
|
],
|
|
9028
|
+
"fileUrlPath": "types/Interfaces/ICorrelationConfig.d.ts",
|
|
8978
9029
|
"releaseTag": "Public",
|
|
8979
9030
|
"name": "ICorrelationConfig",
|
|
8980
9031
|
"preserveMemberOrder": false,
|
|
@@ -9561,6 +9612,7 @@
|
|
|
9561
9612
|
"text": "export interface ICorrelationIdHelper "
|
|
9562
9613
|
}
|
|
9563
9614
|
],
|
|
9615
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
9564
9616
|
"releaseTag": "Public",
|
|
9565
9617
|
"name": "ICorrelationIdHelper",
|
|
9566
9618
|
"preserveMemberOrder": false,
|
|
@@ -9789,6 +9841,7 @@
|
|
|
9789
9841
|
"text": "export interface IDataSanitizer "
|
|
9790
9842
|
}
|
|
9791
9843
|
],
|
|
9844
|
+
"fileUrlPath": "types/Telemetry/Common/DataSanitizer.d.ts",
|
|
9792
9845
|
"releaseTag": "Public",
|
|
9793
9846
|
"name": "IDataSanitizer",
|
|
9794
9847
|
"preserveMemberOrder": false,
|
|
@@ -10021,7 +10074,7 @@
|
|
|
10021
10074
|
{
|
|
10022
10075
|
"kind": "Reference",
|
|
10023
10076
|
"text": "_DYN_SANITIZE_EXCEPTION",
|
|
10024
|
-
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_EXCEPTION"
|
|
10077
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_EXCEPTION:var"
|
|
10025
10078
|
},
|
|
10026
10079
|
{
|
|
10027
10080
|
"kind": "Content",
|
|
@@ -10183,7 +10236,7 @@
|
|
|
10183
10236
|
{
|
|
10184
10237
|
"kind": "Reference",
|
|
10185
10238
|
"text": "_DYN_SANITIZE_KEY_AND_ADD2",
|
|
10186
|
-
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_KEY_AND_ADD2"
|
|
10239
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_KEY_AND_ADD2:var"
|
|
10187
10240
|
},
|
|
10188
10241
|
{
|
|
10189
10242
|
"kind": "Content",
|
|
@@ -10228,7 +10281,7 @@
|
|
|
10228
10281
|
{
|
|
10229
10282
|
"kind": "Reference",
|
|
10230
10283
|
"text": "_DYN_SANITIZE_MEASUREMENT3",
|
|
10231
|
-
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_MEASUREMENT3"
|
|
10284
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_MEASUREMENT3:var"
|
|
10232
10285
|
},
|
|
10233
10286
|
{
|
|
10234
10287
|
"kind": "Content",
|
|
@@ -10309,7 +10362,7 @@
|
|
|
10309
10362
|
{
|
|
10310
10363
|
"kind": "Reference",
|
|
10311
10364
|
"text": "_DYN_SANITIZE_PROPERTIES",
|
|
10312
|
-
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_PROPERTIES"
|
|
10365
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_PROPERTIES:var"
|
|
10313
10366
|
},
|
|
10314
10367
|
{
|
|
10315
10368
|
"kind": "Content",
|
|
@@ -10454,6 +10507,7 @@
|
|
|
10454
10507
|
"text": "export interface IDateTimeUtils "
|
|
10455
10508
|
}
|
|
10456
10509
|
],
|
|
10510
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
10457
10511
|
"releaseTag": "Public",
|
|
10458
10512
|
"name": "IDateTimeUtils",
|
|
10459
10513
|
"preserveMemberOrder": false,
|
|
@@ -10534,6 +10588,7 @@
|
|
|
10534
10588
|
"text": " "
|
|
10535
10589
|
}
|
|
10536
10590
|
],
|
|
10591
|
+
"fileUrlPath": "types/Interfaces/IDependencyTelemetry.d.ts",
|
|
10537
10592
|
"releaseTag": "Public",
|
|
10538
10593
|
"name": "IDependencyTelemetry",
|
|
10539
10594
|
"preserveMemberOrder": false,
|
|
@@ -10854,6 +10909,7 @@
|
|
|
10854
10909
|
"text": "export interface IDevice "
|
|
10855
10910
|
}
|
|
10856
10911
|
],
|
|
10912
|
+
"fileUrlPath": "types/Interfaces/Context/IDevice.d.ts",
|
|
10857
10913
|
"releaseTag": "Public",
|
|
10858
10914
|
"name": "IDevice",
|
|
10859
10915
|
"preserveMemberOrder": false,
|
|
@@ -11015,6 +11071,7 @@
|
|
|
11015
11071
|
"text": " "
|
|
11016
11072
|
}
|
|
11017
11073
|
],
|
|
11074
|
+
"fileUrlPath": "types/Interfaces/Telemetry/IEnvelope.d.ts",
|
|
11018
11075
|
"releaseTag": "Public",
|
|
11019
11076
|
"name": "IEnvelope",
|
|
11020
11077
|
"preserveMemberOrder": false,
|
|
@@ -11262,6 +11319,7 @@
|
|
|
11262
11319
|
"text": " "
|
|
11263
11320
|
}
|
|
11264
11321
|
],
|
|
11322
|
+
"fileUrlPath": "types/Interfaces/IEventTelemetry.d.ts",
|
|
11265
11323
|
"releaseTag": "Public",
|
|
11266
11324
|
"name": "IEventTelemetry",
|
|
11267
11325
|
"preserveMemberOrder": false,
|
|
@@ -11347,6 +11405,7 @@
|
|
|
11347
11405
|
"text": " "
|
|
11348
11406
|
}
|
|
11349
11407
|
],
|
|
11408
|
+
"fileUrlPath": "types/Interfaces/IExceptionTelemetry.d.ts",
|
|
11350
11409
|
"releaseTag": "Public",
|
|
11351
11410
|
"name": "IExceptionInternal",
|
|
11352
11411
|
"preserveMemberOrder": false,
|
|
@@ -11550,6 +11609,7 @@
|
|
|
11550
11609
|
"text": " "
|
|
11551
11610
|
}
|
|
11552
11611
|
],
|
|
11612
|
+
"fileUrlPath": "types/Interfaces/IExceptionTelemetry.d.ts",
|
|
11553
11613
|
"releaseTag": "Public",
|
|
11554
11614
|
"name": "IExceptionTelemetry",
|
|
11555
11615
|
"preserveMemberOrder": false,
|
|
@@ -11696,6 +11756,7 @@
|
|
|
11696
11756
|
"text": "export interface IInternal "
|
|
11697
11757
|
}
|
|
11698
11758
|
],
|
|
11759
|
+
"fileUrlPath": "types/Interfaces/Context/IInternal.d.ts",
|
|
11699
11760
|
"releaseTag": "Public",
|
|
11700
11761
|
"name": "IInternal",
|
|
11701
11762
|
"preserveMemberOrder": false,
|
|
@@ -11821,6 +11882,7 @@
|
|
|
11821
11882
|
"text": "export interface ILocation "
|
|
11822
11883
|
}
|
|
11823
11884
|
],
|
|
11885
|
+
"fileUrlPath": "types/Interfaces/Context/ILocation.d.ts",
|
|
11824
11886
|
"releaseTag": "Public",
|
|
11825
11887
|
"name": "ILocation",
|
|
11826
11888
|
"preserveMemberOrder": false,
|
|
@@ -11874,6 +11936,7 @@
|
|
|
11874
11936
|
"text": " "
|
|
11875
11937
|
}
|
|
11876
11938
|
],
|
|
11939
|
+
"fileUrlPath": "types/Interfaces/IMetricTelemetry.d.ts",
|
|
11877
11940
|
"releaseTag": "Public",
|
|
11878
11941
|
"name": "IMetricTelemetry",
|
|
11879
11942
|
"preserveMemberOrder": false,
|
|
@@ -12085,6 +12148,7 @@
|
|
|
12085
12148
|
"text": "export interface IOperatingSystem "
|
|
12086
12149
|
}
|
|
12087
12150
|
],
|
|
12151
|
+
"fileUrlPath": "types/Interfaces/Context/IOperatingSystem.d.ts",
|
|
12088
12152
|
"releaseTag": "Public",
|
|
12089
12153
|
"name": "IOperatingSystem",
|
|
12090
12154
|
"preserveMemberOrder": false,
|
|
@@ -12138,6 +12202,7 @@
|
|
|
12138
12202
|
"text": " "
|
|
12139
12203
|
}
|
|
12140
12204
|
],
|
|
12205
|
+
"fileUrlPath": "types/Interfaces/Contracts/IPageViewData.d.ts",
|
|
12141
12206
|
"releaseTag": "Public",
|
|
12142
12207
|
"name": "IPageViewData",
|
|
12143
12208
|
"preserveMemberOrder": false,
|
|
@@ -12250,6 +12315,7 @@
|
|
|
12250
12315
|
"text": " "
|
|
12251
12316
|
}
|
|
12252
12317
|
],
|
|
12318
|
+
"fileUrlPath": "types/Interfaces/IPageViewPerformanceTelemetry.d.ts",
|
|
12253
12319
|
"releaseTag": "Public",
|
|
12254
12320
|
"name": "IPageViewPerformanceTelemetry",
|
|
12255
12321
|
"preserveMemberOrder": false,
|
|
@@ -12497,6 +12563,7 @@
|
|
|
12497
12563
|
"text": " "
|
|
12498
12564
|
}
|
|
12499
12565
|
],
|
|
12566
|
+
"fileUrlPath": "types/Interfaces/IPageViewPerformanceTelemetry.d.ts",
|
|
12500
12567
|
"releaseTag": "Public",
|
|
12501
12568
|
"name": "IPageViewPerformanceTelemetryInternal",
|
|
12502
12569
|
"preserveMemberOrder": false,
|
|
@@ -12636,6 +12703,7 @@
|
|
|
12636
12703
|
"text": " "
|
|
12637
12704
|
}
|
|
12638
12705
|
],
|
|
12706
|
+
"fileUrlPath": "types/Interfaces/IPageViewTelemetry.d.ts",
|
|
12639
12707
|
"releaseTag": "Public",
|
|
12640
12708
|
"name": "IPageViewTelemetry",
|
|
12641
12709
|
"preserveMemberOrder": false,
|
|
@@ -12856,6 +12924,7 @@
|
|
|
12856
12924
|
"text": " "
|
|
12857
12925
|
}
|
|
12858
12926
|
],
|
|
12927
|
+
"fileUrlPath": "types/Interfaces/IPageViewTelemetry.d.ts",
|
|
12859
12928
|
"releaseTag": "Public",
|
|
12860
12929
|
"name": "IPageViewTelemetryInternal",
|
|
12861
12930
|
"preserveMemberOrder": false,
|
|
@@ -12932,6 +13001,7 @@
|
|
|
12932
13001
|
"text": "export interface IPropertiesPlugin "
|
|
12933
13002
|
}
|
|
12934
13003
|
],
|
|
13004
|
+
"fileUrlPath": "types/Interfaces/IPropertiesPlugin.d.ts",
|
|
12935
13005
|
"releaseTag": "Public",
|
|
12936
13006
|
"name": "IPropertiesPlugin",
|
|
12937
13007
|
"preserveMemberOrder": false,
|
|
@@ -12977,6 +13047,7 @@
|
|
|
12977
13047
|
"text": "export interface IRequestContext "
|
|
12978
13048
|
}
|
|
12979
13049
|
],
|
|
13050
|
+
"fileUrlPath": "types/Interfaces/IRequestContext.d.ts",
|
|
12980
13051
|
"releaseTag": "Public",
|
|
12981
13052
|
"name": "IRequestContext",
|
|
12982
13053
|
"preserveMemberOrder": false,
|
|
@@ -13109,6 +13180,7 @@
|
|
|
13109
13180
|
"text": "export interface IRequestHeaders "
|
|
13110
13181
|
}
|
|
13111
13182
|
],
|
|
13183
|
+
"fileUrlPath": "types/RequestResponseHeaders.d.ts",
|
|
13112
13184
|
"releaseTag": "Public",
|
|
13113
13185
|
"name": "IRequestHeaders",
|
|
13114
13186
|
"preserveMemberOrder": false,
|
|
@@ -13369,6 +13441,7 @@
|
|
|
13369
13441
|
"text": "export interface ISample "
|
|
13370
13442
|
}
|
|
13371
13443
|
],
|
|
13444
|
+
"fileUrlPath": "types/Interfaces/Context/ISample.d.ts",
|
|
13372
13445
|
"releaseTag": "Public",
|
|
13373
13446
|
"name": "ISample",
|
|
13374
13447
|
"preserveMemberOrder": false,
|
|
@@ -13522,6 +13595,7 @@
|
|
|
13522
13595
|
"text": ";"
|
|
13523
13596
|
}
|
|
13524
13597
|
],
|
|
13598
|
+
"fileUrlPath": "types/HelperFuncs.d.ts",
|
|
13525
13599
|
"returnTypeTokenRange": {
|
|
13526
13600
|
"startIndex": 14,
|
|
13527
13601
|
"endIndex": 15
|
|
@@ -13582,6 +13656,7 @@
|
|
|
13582
13656
|
"text": "export interface ISerializable "
|
|
13583
13657
|
}
|
|
13584
13658
|
],
|
|
13659
|
+
"fileUrlPath": "types/Interfaces/Telemetry/ISerializable.d.ts",
|
|
13585
13660
|
"releaseTag": "Public",
|
|
13586
13661
|
"name": "ISerializable",
|
|
13587
13662
|
"preserveMemberOrder": false,
|
|
@@ -13626,6 +13701,7 @@
|
|
|
13626
13701
|
"text": "export interface ISession "
|
|
13627
13702
|
}
|
|
13628
13703
|
],
|
|
13704
|
+
"fileUrlPath": "types/Interfaces/Context/ISession.d.ts",
|
|
13629
13705
|
"releaseTag": "Public",
|
|
13630
13706
|
"name": "ISession",
|
|
13631
13707
|
"preserveMemberOrder": false,
|
|
@@ -13740,6 +13816,7 @@
|
|
|
13740
13816
|
"text": ";"
|
|
13741
13817
|
}
|
|
13742
13818
|
],
|
|
13819
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
13743
13820
|
"returnTypeTokenRange": {
|
|
13744
13821
|
"startIndex": 3,
|
|
13745
13822
|
"endIndex": 4
|
|
@@ -13768,6 +13845,7 @@
|
|
|
13768
13845
|
"text": "export interface ITelemetryContext "
|
|
13769
13846
|
}
|
|
13770
13847
|
],
|
|
13848
|
+
"fileUrlPath": "types/Interfaces/ITelemetryContext.d.ts",
|
|
13771
13849
|
"releaseTag": "Public",
|
|
13772
13850
|
"name": "ITelemetryContext",
|
|
13773
13851
|
"preserveMemberOrder": false,
|
|
@@ -14091,6 +14169,7 @@
|
|
|
14091
14169
|
"text": "export interface ITelemetryTrace "
|
|
14092
14170
|
}
|
|
14093
14171
|
],
|
|
14172
|
+
"fileUrlPath": "types/Interfaces/Context/ITelemetryTrace.d.ts",
|
|
14094
14173
|
"releaseTag": "Public",
|
|
14095
14174
|
"name": "ITelemetryTrace",
|
|
14096
14175
|
"preserveMemberOrder": false,
|
|
@@ -14244,6 +14323,7 @@
|
|
|
14244
14323
|
"text": "export interface ITraceState "
|
|
14245
14324
|
}
|
|
14246
14325
|
],
|
|
14326
|
+
"fileUrlPath": "types/Interfaces/Context/ITelemetryTrace.d.ts",
|
|
14247
14327
|
"releaseTag": "Public",
|
|
14248
14328
|
"name": "ITraceState",
|
|
14249
14329
|
"preserveMemberOrder": false,
|
|
@@ -14269,6 +14349,7 @@
|
|
|
14269
14349
|
"text": " "
|
|
14270
14350
|
}
|
|
14271
14351
|
],
|
|
14352
|
+
"fileUrlPath": "types/Interfaces/ITraceTelemetry.d.ts",
|
|
14272
14353
|
"releaseTag": "Public",
|
|
14273
14354
|
"name": "ITraceTelemetry",
|
|
14274
14355
|
"preserveMemberOrder": false,
|
|
@@ -14373,6 +14454,7 @@
|
|
|
14373
14454
|
"text": "export interface IUrlHelper "
|
|
14374
14455
|
}
|
|
14375
14456
|
],
|
|
14457
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
14376
14458
|
"releaseTag": "Public",
|
|
14377
14459
|
"name": "IUrlHelper",
|
|
14378
14460
|
"preserveMemberOrder": false,
|
|
@@ -14557,6 +14639,7 @@
|
|
|
14557
14639
|
"text": "export interface IUser "
|
|
14558
14640
|
}
|
|
14559
14641
|
],
|
|
14642
|
+
"fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
|
|
14560
14643
|
"releaseTag": "Public",
|
|
14561
14644
|
"name": "IUser",
|
|
14562
14645
|
"preserveMemberOrder": false,
|
|
@@ -14799,6 +14882,7 @@
|
|
|
14799
14882
|
"text": " "
|
|
14800
14883
|
}
|
|
14801
14884
|
],
|
|
14885
|
+
"fileUrlPath": "types/Interfaces/Context/IUser.d.ts",
|
|
14802
14886
|
"releaseTag": "Public",
|
|
14803
14887
|
"name": "IUserContext",
|
|
14804
14888
|
"preserveMemberOrder": false,
|
|
@@ -14971,6 +15055,7 @@
|
|
|
14971
15055
|
"text": "export interface IUtil "
|
|
14972
15056
|
}
|
|
14973
15057
|
],
|
|
15058
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
14974
15059
|
"releaseTag": "Public",
|
|
14975
15060
|
"name": "IUtil",
|
|
14976
15061
|
"preserveMemberOrder": false,
|
|
@@ -16128,6 +16213,7 @@
|
|
|
16128
16213
|
"text": "export interface IWeb "
|
|
16129
16214
|
}
|
|
16130
16215
|
],
|
|
16216
|
+
"fileUrlPath": "types/Interfaces/Context/IWeb.d.ts",
|
|
16131
16217
|
"releaseTag": "Public",
|
|
16132
16218
|
"name": "IWeb",
|
|
16133
16219
|
"preserveMemberOrder": false,
|
|
@@ -16352,6 +16438,7 @@
|
|
|
16352
16438
|
"text": " "
|
|
16353
16439
|
}
|
|
16354
16440
|
],
|
|
16441
|
+
"fileUrlPath": "types/Telemetry/Metric.d.ts",
|
|
16355
16442
|
"releaseTag": "Public",
|
|
16356
16443
|
"name": "Metric",
|
|
16357
16444
|
"preserveMemberOrder": false,
|
|
@@ -16790,6 +16877,7 @@
|
|
|
16790
16877
|
"text": ";"
|
|
16791
16878
|
}
|
|
16792
16879
|
],
|
|
16880
|
+
"fileUrlPath": "types/HelperFuncs.d.ts",
|
|
16793
16881
|
"returnTypeTokenRange": {
|
|
16794
16882
|
"startIndex": 3,
|
|
16795
16883
|
"endIndex": 4
|
|
@@ -16836,6 +16924,7 @@
|
|
|
16836
16924
|
"text": " "
|
|
16837
16925
|
}
|
|
16838
16926
|
],
|
|
16927
|
+
"fileUrlPath": "types/Telemetry/PageView.d.ts",
|
|
16839
16928
|
"releaseTag": "Public",
|
|
16840
16929
|
"name": "PageView",
|
|
16841
16930
|
"preserveMemberOrder": false,
|
|
@@ -17362,6 +17451,7 @@
|
|
|
17362
17451
|
"text": " "
|
|
17363
17452
|
}
|
|
17364
17453
|
],
|
|
17454
|
+
"fileUrlPath": "types/Telemetry/PageViewPerformance.d.ts",
|
|
17365
17455
|
"releaseTag": "Public",
|
|
17366
17456
|
"name": "PageViewPerformance",
|
|
17367
17457
|
"preserveMemberOrder": false,
|
|
@@ -18069,6 +18159,7 @@
|
|
|
18069
18159
|
"text": ";"
|
|
18070
18160
|
}
|
|
18071
18161
|
],
|
|
18162
|
+
"fileUrlPath": "types/ConnectionStringParser.d.ts",
|
|
18072
18163
|
"returnTypeTokenRange": {
|
|
18073
18164
|
"startIndex": 3,
|
|
18074
18165
|
"endIndex": 4
|
|
@@ -18101,6 +18192,7 @@
|
|
|
18101
18192
|
"text": "\"ProcessLegacy\""
|
|
18102
18193
|
}
|
|
18103
18194
|
],
|
|
18195
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
18104
18196
|
"initializerTokenRange": {
|
|
18105
18197
|
"startIndex": 1,
|
|
18106
18198
|
"endIndex": 2
|
|
@@ -18127,6 +18219,7 @@
|
|
|
18127
18219
|
"text": "\"AppInsightsPropertiesPlugin\""
|
|
18128
18220
|
}
|
|
18129
18221
|
],
|
|
18222
|
+
"fileUrlPath": "types/applicationinsights-common.d.ts",
|
|
18130
18223
|
"initializerTokenRange": {
|
|
18131
18224
|
"startIndex": 1,
|
|
18132
18225
|
"endIndex": 2
|
|
@@ -18167,6 +18260,7 @@
|
|
|
18167
18260
|
"text": " "
|
|
18168
18261
|
}
|
|
18169
18262
|
],
|
|
18263
|
+
"fileUrlPath": "types/Telemetry/RemoteDependencyData.d.ts",
|
|
18170
18264
|
"releaseTag": "Public",
|
|
18171
18265
|
"name": "RemoteDependencyData",
|
|
18172
18266
|
"preserveMemberOrder": false,
|
|
@@ -19008,6 +19102,7 @@
|
|
|
19008
19102
|
"text": " & {\n requestContextHeader: \"Request-Context\";\n requestContextTargetKey: \"appId\";\n requestContextAppIdFormat: \"appId=cid-v1:\";\n requestIdHeader: \"Request-Id\";\n traceParentHeader: \"traceparent\";\n traceStateHeader: \"tracestate\";\n sdkContextHeader: \"Sdk-Context\";\n sdkContextHeaderAppIdRequest: \"appId\";\n requestContextHeaderLowerCase: \"request-context\";\n 0: \"Request-Context\";\n 1: \"appId\";\n 2: \"appId=cid-v1:\";\n 3: \"Request-Id\";\n 4: \"traceparent\";\n 5: \"tracestate\";\n 6: \"Sdk-Context\";\n 7: \"appId\";\n 8: \"request-context\";\n}"
|
|
19009
19103
|
}
|
|
19010
19104
|
],
|
|
19105
|
+
"fileUrlPath": "types/RequestResponseHeaders.d.ts",
|
|
19011
19106
|
"isReadonly": true,
|
|
19012
19107
|
"releaseTag": "Public",
|
|
19013
19108
|
"name": "RequestHeaders",
|
|
@@ -19030,6 +19125,7 @@
|
|
|
19030
19125
|
"text": "\"sampleRate\""
|
|
19031
19126
|
}
|
|
19032
19127
|
],
|
|
19128
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
19033
19129
|
"initializerTokenRange": {
|
|
19034
19130
|
"startIndex": 1,
|
|
19035
19131
|
"endIndex": 2
|
|
@@ -19065,6 +19161,7 @@
|
|
|
19065
19161
|
"text": ";"
|
|
19066
19162
|
}
|
|
19067
19163
|
],
|
|
19164
|
+
"fileUrlPath": "types/Interfaces/Contracts/SeverityLevel.d.ts",
|
|
19068
19165
|
"releaseTag": "Public",
|
|
19069
19166
|
"name": "SeverityLevel",
|
|
19070
19167
|
"typeTokenRange": {
|
|
@@ -19104,6 +19201,7 @@
|
|
|
19104
19201
|
"text": ">"
|
|
19105
19202
|
}
|
|
19106
19203
|
],
|
|
19204
|
+
"fileUrlPath": "types/Interfaces/Contracts/SeverityLevel.d.ts",
|
|
19107
19205
|
"isReadonly": true,
|
|
19108
19206
|
"releaseTag": "Public",
|
|
19109
19207
|
"name": "SeverityLevel",
|
|
@@ -19146,6 +19244,7 @@
|
|
|
19146
19244
|
"text": ";"
|
|
19147
19245
|
}
|
|
19148
19246
|
],
|
|
19247
|
+
"fileUrlPath": "types/HelperFuncs.d.ts",
|
|
19149
19248
|
"returnTypeTokenRange": {
|
|
19150
19249
|
"startIndex": 5,
|
|
19151
19250
|
"endIndex": 6
|
|
@@ -19186,6 +19285,7 @@
|
|
|
19186
19285
|
"text": "\"not_specified\""
|
|
19187
19286
|
}
|
|
19188
19287
|
],
|
|
19288
|
+
"fileUrlPath": "types/Constants.d.ts",
|
|
19189
19289
|
"initializerTokenRange": {
|
|
19190
19290
|
"startIndex": 1,
|
|
19191
19291
|
"endIndex": 2
|
|
@@ -19208,6 +19308,7 @@
|
|
|
19208
19308
|
"text": "export declare class TelemetryItemCreator "
|
|
19209
19309
|
}
|
|
19210
19310
|
],
|
|
19311
|
+
"fileUrlPath": "types/TelemetryItemCreator.d.ts",
|
|
19211
19312
|
"releaseTag": "Public",
|
|
19212
19313
|
"name": "TelemetryItemCreator",
|
|
19213
19314
|
"preserveMemberOrder": false,
|
|
@@ -19277,6 +19378,7 @@
|
|
|
19277
19378
|
"text": " "
|
|
19278
19379
|
}
|
|
19279
19380
|
],
|
|
19381
|
+
"fileUrlPath": "types/Telemetry/Trace.d.ts",
|
|
19280
19382
|
"releaseTag": "Public",
|
|
19281
19383
|
"name": "Trace",
|
|
19282
19384
|
"preserveMemberOrder": false,
|
|
@@ -19686,6 +19788,7 @@
|
|
|
19686
19788
|
"text": ";"
|
|
19687
19789
|
}
|
|
19688
19790
|
],
|
|
19791
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19689
19792
|
"returnTypeTokenRange": {
|
|
19690
19793
|
"startIndex": 3,
|
|
19691
19794
|
"endIndex": 4
|
|
@@ -19738,6 +19841,7 @@
|
|
|
19738
19841
|
"text": ";"
|
|
19739
19842
|
}
|
|
19740
19843
|
],
|
|
19844
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19741
19845
|
"returnTypeTokenRange": {
|
|
19742
19846
|
"startIndex": 5,
|
|
19743
19847
|
"endIndex": 6
|
|
@@ -19790,6 +19894,7 @@
|
|
|
19790
19894
|
"text": ";"
|
|
19791
19895
|
}
|
|
19792
19896
|
],
|
|
19897
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19793
19898
|
"returnTypeTokenRange": {
|
|
19794
19899
|
"startIndex": 3,
|
|
19795
19900
|
"endIndex": 4
|
|
@@ -19823,6 +19928,7 @@
|
|
|
19823
19928
|
"canonicalReference": "@microsoft/applicationinsights-common!IUrlHelper:interface"
|
|
19824
19929
|
}
|
|
19825
19930
|
],
|
|
19931
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
19826
19932
|
"isReadonly": true,
|
|
19827
19933
|
"releaseTag": "Public",
|
|
19828
19934
|
"name": "UrlHelper",
|
|
@@ -19865,6 +19971,7 @@
|
|
|
19865
19971
|
"text": ";"
|
|
19866
19972
|
}
|
|
19867
19973
|
],
|
|
19974
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19868
19975
|
"returnTypeTokenRange": {
|
|
19869
19976
|
"startIndex": 5,
|
|
19870
19977
|
"endIndex": 6
|
|
@@ -19925,6 +20032,7 @@
|
|
|
19925
20032
|
"text": ";"
|
|
19926
20033
|
}
|
|
19927
20034
|
],
|
|
20035
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19928
20036
|
"returnTypeTokenRange": {
|
|
19929
20037
|
"startIndex": 5,
|
|
19930
20038
|
"endIndex": 6
|
|
@@ -19978,6 +20086,7 @@
|
|
|
19978
20086
|
"text": ";"
|
|
19979
20087
|
}
|
|
19980
20088
|
],
|
|
20089
|
+
"fileUrlPath": "types/UrlHelperFuncs.d.ts",
|
|
19981
20090
|
"returnTypeTokenRange": {
|
|
19982
20091
|
"startIndex": 3,
|
|
19983
20092
|
"endIndex": 4
|
|
@@ -20011,6 +20120,7 @@
|
|
|
20011
20120
|
"canonicalReference": "@microsoft/applicationinsights-common!IUtil:interface"
|
|
20012
20121
|
}
|
|
20013
20122
|
],
|
|
20123
|
+
"fileUrlPath": "types/Util.d.ts",
|
|
20014
20124
|
"isReadonly": true,
|
|
20015
20125
|
"releaseTag": "Public",
|
|
20016
20126
|
"name": "Util",
|
|
@@ -20045,6 +20155,7 @@
|
|
|
20045
20155
|
"text": ";"
|
|
20046
20156
|
}
|
|
20047
20157
|
],
|
|
20158
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20048
20159
|
"returnTypeTokenRange": {
|
|
20049
20160
|
"startIndex": 3,
|
|
20050
20161
|
"endIndex": 4
|
|
@@ -20089,6 +20200,7 @@
|
|
|
20089
20200
|
"text": ";"
|
|
20090
20201
|
}
|
|
20091
20202
|
],
|
|
20203
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20092
20204
|
"returnTypeTokenRange": {
|
|
20093
20205
|
"startIndex": 3,
|
|
20094
20206
|
"endIndex": 4
|
|
@@ -20125,6 +20237,7 @@
|
|
|
20125
20237
|
"text": ";"
|
|
20126
20238
|
}
|
|
20127
20239
|
],
|
|
20240
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20128
20241
|
"returnTypeTokenRange": {
|
|
20129
20242
|
"startIndex": 1,
|
|
20130
20243
|
"endIndex": 2
|
|
@@ -20152,6 +20265,7 @@
|
|
|
20152
20265
|
"text": ";"
|
|
20153
20266
|
}
|
|
20154
20267
|
],
|
|
20268
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20155
20269
|
"returnTypeTokenRange": {
|
|
20156
20270
|
"startIndex": 1,
|
|
20157
20271
|
"endIndex": 2
|
|
@@ -20196,6 +20310,7 @@
|
|
|
20196
20310
|
"text": ";"
|
|
20197
20311
|
}
|
|
20198
20312
|
],
|
|
20313
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20199
20314
|
"returnTypeTokenRange": {
|
|
20200
20315
|
"startIndex": 5,
|
|
20201
20316
|
"endIndex": 6
|
|
@@ -20257,6 +20372,7 @@
|
|
|
20257
20372
|
"text": ";"
|
|
20258
20373
|
}
|
|
20259
20374
|
],
|
|
20375
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20260
20376
|
"returnTypeTokenRange": {
|
|
20261
20377
|
"startIndex": 5,
|
|
20262
20378
|
"endIndex": 6
|
|
@@ -20301,6 +20417,7 @@
|
|
|
20301
20417
|
"text": ";"
|
|
20302
20418
|
}
|
|
20303
20419
|
],
|
|
20420
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20304
20421
|
"returnTypeTokenRange": {
|
|
20305
20422
|
"startIndex": 1,
|
|
20306
20423
|
"endIndex": 2
|
|
@@ -20345,6 +20462,7 @@
|
|
|
20345
20462
|
"text": ";"
|
|
20346
20463
|
}
|
|
20347
20464
|
],
|
|
20465
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20348
20466
|
"returnTypeTokenRange": {
|
|
20349
20467
|
"startIndex": 5,
|
|
20350
20468
|
"endIndex": 6
|
|
@@ -20406,6 +20524,7 @@
|
|
|
20406
20524
|
"text": ";"
|
|
20407
20525
|
}
|
|
20408
20526
|
],
|
|
20527
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20409
20528
|
"returnTypeTokenRange": {
|
|
20410
20529
|
"startIndex": 5,
|
|
20411
20530
|
"endIndex": 6
|
|
@@ -20475,6 +20594,7 @@
|
|
|
20475
20594
|
"text": ";"
|
|
20476
20595
|
}
|
|
20477
20596
|
],
|
|
20597
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20478
20598
|
"returnTypeTokenRange": {
|
|
20479
20599
|
"startIndex": 7,
|
|
20480
20600
|
"endIndex": 8
|
|
@@ -20552,6 +20672,7 @@
|
|
|
20552
20672
|
"text": ";"
|
|
20553
20673
|
}
|
|
20554
20674
|
],
|
|
20675
|
+
"fileUrlPath": "types/StorageHelperFuncs.d.ts",
|
|
20555
20676
|
"returnTypeTokenRange": {
|
|
20556
20677
|
"startIndex": 7,
|
|
20557
20678
|
"endIndex": 8
|