@microsoft/applicationinsights-common 2.8.0-nightly.2204-06 → 2.8.0-nightly.2204-09
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 +201 -55
- 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 +1198 -400
- package/dist/applicationinsights-common.api.md +101 -25
- package/dist/applicationinsights-common.d.ts +165 -28
- package/dist/applicationinsights-common.js +201 -55
- 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 +165 -28
- 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 +9 -10
- package/dist-esm/Interfaces/Contracts/SeverityLevel.js.map +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/ITraceParent.js +8 -0
- package/dist-esm/Interfaces/ITraceParent.js.map +1 -0
- 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 +13 -12
- package/dist-esm/RequestResponseHeaders.js.map +1 -1
- package/dist-esm/StorageHelperFuncs.js +5 -5
- package/dist-esm/StorageHelperFuncs.js.map +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 +42 -32
- package/dist-esm/TelemetryItemCreator.js.map +1 -1
- package/dist-esm/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +2 -2
- package/dist-esm/Util.js.map +1 -1
- package/dist-esm/W3cTraceParent.js +192 -0
- package/dist-esm/W3cTraceParent.js.map +1 -0
- package/dist-esm/applicationinsights-common.js +3 -2
- package/dist-esm/applicationinsights-common.js.map +1 -1
- package/package.json +2 -2
- package/src/Enums.ts +2 -3
- package/src/Interfaces/Contracts/SeverityLevel.ts +15 -2
- package/src/Interfaces/IConfig.ts +2 -9
- package/src/Interfaces/ITraceParent.ts +38 -0
- package/src/RequestResponseHeaders.ts +38 -2
- package/src/StorageHelperFuncs.ts +4 -4
- package/src/TelemetryItemCreator.ts +56 -44
- package/src/Util.ts +3 -3
- package/src/W3cTraceParent.ts +219 -0
- package/src/applicationinsights-common.ts +8 -3
- package/types/Enums.d.ts +2 -9
- package/types/Interfaces/Contracts/SeverityLevel.d.ts +6 -1
- package/types/Interfaces/IConfig.d.ts +3 -9
- package/types/Interfaces/ITraceParent.d.ts +32 -0
- package/types/RequestResponseHeaders.d.ts +31 -1
- package/types/TelemetryItemCreator.d.ts +15 -5
- package/types/W3cTraceParent.d.ts +59 -0
- package/types/applicationinsights-common.d.ts +5 -3
|
@@ -600,6 +600,238 @@
|
|
|
600
600
|
],
|
|
601
601
|
"name": "createDomEvent"
|
|
602
602
|
},
|
|
603
|
+
{
|
|
604
|
+
"kind": "Function",
|
|
605
|
+
"canonicalReference": "@microsoft/applicationinsights-common!createTelemetryItem:function(1)",
|
|
606
|
+
"docComment": "/**\n * Create a telemetry item that the 1DS channel understands\n *\n * @param item - domain specific properties; part B\n *\n * @param baseType - telemetry item type. ie PageViewData\n *\n * @param envelopeName - name of the envelope. ie Microsoft.ApplicationInsights.<instrumentation key>.PageView\n *\n * @param customProperties - user defined custom properties; part C\n *\n * @param systemProperties - system properties that are added to the context; part A\n *\n * @returns ITelemetryItem that is sent to channel\n */\n",
|
|
607
|
+
"excerptTokens": [
|
|
608
|
+
{
|
|
609
|
+
"kind": "Content",
|
|
610
|
+
"text": "export declare function createTelemetryItem<T>(item: "
|
|
611
|
+
},
|
|
612
|
+
{
|
|
613
|
+
"kind": "Content",
|
|
614
|
+
"text": "T"
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
"kind": "Content",
|
|
618
|
+
"text": ", baseType: "
|
|
619
|
+
},
|
|
620
|
+
{
|
|
621
|
+
"kind": "Content",
|
|
622
|
+
"text": "string"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"kind": "Content",
|
|
626
|
+
"text": ", envelopeName: "
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
"kind": "Content",
|
|
630
|
+
"text": "string"
|
|
631
|
+
},
|
|
632
|
+
{
|
|
633
|
+
"kind": "Content",
|
|
634
|
+
"text": ", logger: "
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"kind": "Reference",
|
|
638
|
+
"text": "IDiagnosticLogger",
|
|
639
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
640
|
+
},
|
|
641
|
+
{
|
|
642
|
+
"kind": "Content",
|
|
643
|
+
"text": ", customProperties?: "
|
|
644
|
+
},
|
|
645
|
+
{
|
|
646
|
+
"kind": "Content",
|
|
647
|
+
"text": "{\n [key: string]: any;\n}"
|
|
648
|
+
},
|
|
649
|
+
{
|
|
650
|
+
"kind": "Content",
|
|
651
|
+
"text": ", systemProperties?: "
|
|
652
|
+
},
|
|
653
|
+
{
|
|
654
|
+
"kind": "Content",
|
|
655
|
+
"text": "{\n [key: string]: any;\n}"
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"kind": "Content",
|
|
659
|
+
"text": "): "
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
"kind": "Reference",
|
|
663
|
+
"text": "ITelemetryItem",
|
|
664
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!ITelemetryItem:interface"
|
|
665
|
+
},
|
|
666
|
+
{
|
|
667
|
+
"kind": "Content",
|
|
668
|
+
"text": ";"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"returnTypeTokenRange": {
|
|
672
|
+
"startIndex": 13,
|
|
673
|
+
"endIndex": 14
|
|
674
|
+
},
|
|
675
|
+
"releaseTag": "Public",
|
|
676
|
+
"overloadIndex": 1,
|
|
677
|
+
"parameters": [
|
|
678
|
+
{
|
|
679
|
+
"parameterName": "item",
|
|
680
|
+
"parameterTypeTokenRange": {
|
|
681
|
+
"startIndex": 1,
|
|
682
|
+
"endIndex": 2
|
|
683
|
+
},
|
|
684
|
+
"isOptional": false
|
|
685
|
+
},
|
|
686
|
+
{
|
|
687
|
+
"parameterName": "baseType",
|
|
688
|
+
"parameterTypeTokenRange": {
|
|
689
|
+
"startIndex": 3,
|
|
690
|
+
"endIndex": 4
|
|
691
|
+
},
|
|
692
|
+
"isOptional": false
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
"parameterName": "envelopeName",
|
|
696
|
+
"parameterTypeTokenRange": {
|
|
697
|
+
"startIndex": 5,
|
|
698
|
+
"endIndex": 6
|
|
699
|
+
},
|
|
700
|
+
"isOptional": false
|
|
701
|
+
},
|
|
702
|
+
{
|
|
703
|
+
"parameterName": "logger",
|
|
704
|
+
"parameterTypeTokenRange": {
|
|
705
|
+
"startIndex": 7,
|
|
706
|
+
"endIndex": 8
|
|
707
|
+
},
|
|
708
|
+
"isOptional": false
|
|
709
|
+
},
|
|
710
|
+
{
|
|
711
|
+
"parameterName": "customProperties",
|
|
712
|
+
"parameterTypeTokenRange": {
|
|
713
|
+
"startIndex": 9,
|
|
714
|
+
"endIndex": 10
|
|
715
|
+
},
|
|
716
|
+
"isOptional": true
|
|
717
|
+
},
|
|
718
|
+
{
|
|
719
|
+
"parameterName": "systemProperties",
|
|
720
|
+
"parameterTypeTokenRange": {
|
|
721
|
+
"startIndex": 11,
|
|
722
|
+
"endIndex": 12
|
|
723
|
+
},
|
|
724
|
+
"isOptional": true
|
|
725
|
+
}
|
|
726
|
+
],
|
|
727
|
+
"typeParameters": [
|
|
728
|
+
{
|
|
729
|
+
"typeParameterName": "T",
|
|
730
|
+
"constraintTokenRange": {
|
|
731
|
+
"startIndex": 0,
|
|
732
|
+
"endIndex": 0
|
|
733
|
+
},
|
|
734
|
+
"defaultTypeTokenRange": {
|
|
735
|
+
"startIndex": 0,
|
|
736
|
+
"endIndex": 0
|
|
737
|
+
}
|
|
738
|
+
}
|
|
739
|
+
],
|
|
740
|
+
"name": "createTelemetryItem"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"kind": "Function",
|
|
744
|
+
"canonicalReference": "@microsoft/applicationinsights-common!createTraceParent:function(1)",
|
|
745
|
+
"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",
|
|
746
|
+
"excerptTokens": [
|
|
747
|
+
{
|
|
748
|
+
"kind": "Content",
|
|
749
|
+
"text": "export declare function createTraceParent(traceId?: "
|
|
750
|
+
},
|
|
751
|
+
{
|
|
752
|
+
"kind": "Content",
|
|
753
|
+
"text": "string"
|
|
754
|
+
},
|
|
755
|
+
{
|
|
756
|
+
"kind": "Content",
|
|
757
|
+
"text": ", spanId?: "
|
|
758
|
+
},
|
|
759
|
+
{
|
|
760
|
+
"kind": "Content",
|
|
761
|
+
"text": "string"
|
|
762
|
+
},
|
|
763
|
+
{
|
|
764
|
+
"kind": "Content",
|
|
765
|
+
"text": ", flags?: "
|
|
766
|
+
},
|
|
767
|
+
{
|
|
768
|
+
"kind": "Content",
|
|
769
|
+
"text": "number"
|
|
770
|
+
},
|
|
771
|
+
{
|
|
772
|
+
"kind": "Content",
|
|
773
|
+
"text": ", version?: "
|
|
774
|
+
},
|
|
775
|
+
{
|
|
776
|
+
"kind": "Content",
|
|
777
|
+
"text": "string"
|
|
778
|
+
},
|
|
779
|
+
{
|
|
780
|
+
"kind": "Content",
|
|
781
|
+
"text": "): "
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"kind": "Reference",
|
|
785
|
+
"text": "ITraceParent",
|
|
786
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
787
|
+
},
|
|
788
|
+
{
|
|
789
|
+
"kind": "Content",
|
|
790
|
+
"text": ";"
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"returnTypeTokenRange": {
|
|
794
|
+
"startIndex": 9,
|
|
795
|
+
"endIndex": 10
|
|
796
|
+
},
|
|
797
|
+
"releaseTag": "Public",
|
|
798
|
+
"overloadIndex": 1,
|
|
799
|
+
"parameters": [
|
|
800
|
+
{
|
|
801
|
+
"parameterName": "traceId",
|
|
802
|
+
"parameterTypeTokenRange": {
|
|
803
|
+
"startIndex": 1,
|
|
804
|
+
"endIndex": 2
|
|
805
|
+
},
|
|
806
|
+
"isOptional": true
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"parameterName": "spanId",
|
|
810
|
+
"parameterTypeTokenRange": {
|
|
811
|
+
"startIndex": 3,
|
|
812
|
+
"endIndex": 4
|
|
813
|
+
},
|
|
814
|
+
"isOptional": true
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"parameterName": "flags",
|
|
818
|
+
"parameterTypeTokenRange": {
|
|
819
|
+
"startIndex": 5,
|
|
820
|
+
"endIndex": 6
|
|
821
|
+
},
|
|
822
|
+
"isOptional": true
|
|
823
|
+
},
|
|
824
|
+
{
|
|
825
|
+
"parameterName": "version",
|
|
826
|
+
"parameterTypeTokenRange": {
|
|
827
|
+
"startIndex": 7,
|
|
828
|
+
"endIndex": 8
|
|
829
|
+
},
|
|
830
|
+
"isOptional": true
|
|
831
|
+
}
|
|
832
|
+
],
|
|
833
|
+
"name": "createTraceParent"
|
|
834
|
+
},
|
|
603
835
|
{
|
|
604
836
|
"kind": "Variable",
|
|
605
837
|
"canonicalReference": "@microsoft/applicationinsights-common!CtxTagKeys:var",
|
|
@@ -1884,14 +2116,23 @@
|
|
|
1884
2116
|
},
|
|
1885
2117
|
{
|
|
1886
2118
|
"kind": "Content",
|
|
1887
|
-
"text": "<
|
|
2119
|
+
"text": "<typeof "
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"kind": "Reference",
|
|
2123
|
+
"text": "eDistributedTracingModes",
|
|
2124
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eDistributedTracingModes:enum"
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"kind": "Content",
|
|
2128
|
+
"text": ">"
|
|
1888
2129
|
}
|
|
1889
2130
|
],
|
|
1890
2131
|
"releaseTag": "Public",
|
|
1891
2132
|
"name": "DistributedTracingModes",
|
|
1892
2133
|
"variableTypeTokenRange": {
|
|
1893
2134
|
"startIndex": 1,
|
|
1894
|
-
"endIndex":
|
|
2135
|
+
"endIndex": 6
|
|
1895
2136
|
}
|
|
1896
2137
|
},
|
|
1897
2138
|
{
|
|
@@ -2356,53 +2597,377 @@
|
|
|
2356
2597
|
]
|
|
2357
2598
|
},
|
|
2358
2599
|
{
|
|
2359
|
-
"kind": "
|
|
2360
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
2600
|
+
"kind": "Enum",
|
|
2601
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders:enum",
|
|
2361
2602
|
"docComment": "",
|
|
2362
2603
|
"excerptTokens": [
|
|
2363
2604
|
{
|
|
2364
2605
|
"kind": "Content",
|
|
2365
|
-
"text": "export declare
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "Reference",
|
|
2369
|
-
"text": "IEventData",
|
|
2370
|
-
"canonicalReference": "@microsoft/applicationinsights-common!IEventData:interface"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "Content",
|
|
2374
|
-
"text": ", "
|
|
2375
|
-
},
|
|
2376
|
-
{
|
|
2377
|
-
"kind": "Reference",
|
|
2378
|
-
"text": "ISerializable",
|
|
2379
|
-
"canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
|
|
2380
|
-
},
|
|
2381
|
-
{
|
|
2382
|
-
"kind": "Content",
|
|
2383
|
-
"text": " "
|
|
2606
|
+
"text": "export declare const enum eRequestHeaders "
|
|
2384
2607
|
}
|
|
2385
2608
|
],
|
|
2386
2609
|
"releaseTag": "Public",
|
|
2387
|
-
"name": "
|
|
2610
|
+
"name": "eRequestHeaders",
|
|
2388
2611
|
"members": [
|
|
2389
2612
|
{
|
|
2390
|
-
"kind": "
|
|
2391
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
2392
|
-
"docComment": "
|
|
2613
|
+
"kind": "EnumMember",
|
|
2614
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestContextAppIdFormat:member",
|
|
2615
|
+
"docComment": "",
|
|
2393
2616
|
"excerptTokens": [
|
|
2394
2617
|
{
|
|
2395
2618
|
"kind": "Content",
|
|
2396
|
-
"text": "
|
|
2619
|
+
"text": "requestContextAppIdFormat = "
|
|
2397
2620
|
},
|
|
2398
2621
|
{
|
|
2399
|
-
"kind": "
|
|
2400
|
-
"text": "
|
|
2401
|
-
|
|
2402
|
-
|
|
2622
|
+
"kind": "Content",
|
|
2623
|
+
"text": "2"
|
|
2624
|
+
}
|
|
2625
|
+
],
|
|
2626
|
+
"releaseTag": "Public",
|
|
2627
|
+
"name": "requestContextAppIdFormat",
|
|
2628
|
+
"initializerTokenRange": {
|
|
2629
|
+
"startIndex": 1,
|
|
2630
|
+
"endIndex": 2
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
{
|
|
2634
|
+
"kind": "EnumMember",
|
|
2635
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestContextHeader:member",
|
|
2636
|
+
"docComment": "",
|
|
2637
|
+
"excerptTokens": [
|
|
2403
2638
|
{
|
|
2404
2639
|
"kind": "Content",
|
|
2405
|
-
"text": "
|
|
2640
|
+
"text": "requestContextHeader = "
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
"kind": "Content",
|
|
2644
|
+
"text": "0"
|
|
2645
|
+
}
|
|
2646
|
+
],
|
|
2647
|
+
"releaseTag": "Public",
|
|
2648
|
+
"name": "requestContextHeader",
|
|
2649
|
+
"initializerTokenRange": {
|
|
2650
|
+
"startIndex": 1,
|
|
2651
|
+
"endIndex": 2
|
|
2652
|
+
}
|
|
2653
|
+
},
|
|
2654
|
+
{
|
|
2655
|
+
"kind": "EnumMember",
|
|
2656
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestContextHeaderLowerCase:member",
|
|
2657
|
+
"docComment": "",
|
|
2658
|
+
"excerptTokens": [
|
|
2659
|
+
{
|
|
2660
|
+
"kind": "Content",
|
|
2661
|
+
"text": "requestContextHeaderLowerCase = "
|
|
2662
|
+
},
|
|
2663
|
+
{
|
|
2664
|
+
"kind": "Content",
|
|
2665
|
+
"text": "8"
|
|
2666
|
+
}
|
|
2667
|
+
],
|
|
2668
|
+
"releaseTag": "Public",
|
|
2669
|
+
"name": "requestContextHeaderLowerCase",
|
|
2670
|
+
"initializerTokenRange": {
|
|
2671
|
+
"startIndex": 1,
|
|
2672
|
+
"endIndex": 2
|
|
2673
|
+
}
|
|
2674
|
+
},
|
|
2675
|
+
{
|
|
2676
|
+
"kind": "EnumMember",
|
|
2677
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestContextTargetKey:member",
|
|
2678
|
+
"docComment": "",
|
|
2679
|
+
"excerptTokens": [
|
|
2680
|
+
{
|
|
2681
|
+
"kind": "Content",
|
|
2682
|
+
"text": "requestContextTargetKey = "
|
|
2683
|
+
},
|
|
2684
|
+
{
|
|
2685
|
+
"kind": "Content",
|
|
2686
|
+
"text": "1"
|
|
2687
|
+
}
|
|
2688
|
+
],
|
|
2689
|
+
"releaseTag": "Public",
|
|
2690
|
+
"name": "requestContextTargetKey",
|
|
2691
|
+
"initializerTokenRange": {
|
|
2692
|
+
"startIndex": 1,
|
|
2693
|
+
"endIndex": 2
|
|
2694
|
+
}
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
"kind": "EnumMember",
|
|
2698
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestIdHeader:member",
|
|
2699
|
+
"docComment": "",
|
|
2700
|
+
"excerptTokens": [
|
|
2701
|
+
{
|
|
2702
|
+
"kind": "Content",
|
|
2703
|
+
"text": "requestIdHeader = "
|
|
2704
|
+
},
|
|
2705
|
+
{
|
|
2706
|
+
"kind": "Content",
|
|
2707
|
+
"text": "3"
|
|
2708
|
+
}
|
|
2709
|
+
],
|
|
2710
|
+
"releaseTag": "Public",
|
|
2711
|
+
"name": "requestIdHeader",
|
|
2712
|
+
"initializerTokenRange": {
|
|
2713
|
+
"startIndex": 1,
|
|
2714
|
+
"endIndex": 2
|
|
2715
|
+
}
|
|
2716
|
+
},
|
|
2717
|
+
{
|
|
2718
|
+
"kind": "EnumMember",
|
|
2719
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.sdkContextHeader:member",
|
|
2720
|
+
"docComment": "",
|
|
2721
|
+
"excerptTokens": [
|
|
2722
|
+
{
|
|
2723
|
+
"kind": "Content",
|
|
2724
|
+
"text": "sdkContextHeader = "
|
|
2725
|
+
},
|
|
2726
|
+
{
|
|
2727
|
+
"kind": "Content",
|
|
2728
|
+
"text": "6"
|
|
2729
|
+
}
|
|
2730
|
+
],
|
|
2731
|
+
"releaseTag": "Public",
|
|
2732
|
+
"name": "sdkContextHeader",
|
|
2733
|
+
"initializerTokenRange": {
|
|
2734
|
+
"startIndex": 1,
|
|
2735
|
+
"endIndex": 2
|
|
2736
|
+
}
|
|
2737
|
+
},
|
|
2738
|
+
{
|
|
2739
|
+
"kind": "EnumMember",
|
|
2740
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.sdkContextHeaderAppIdRequest:member",
|
|
2741
|
+
"docComment": "",
|
|
2742
|
+
"excerptTokens": [
|
|
2743
|
+
{
|
|
2744
|
+
"kind": "Content",
|
|
2745
|
+
"text": "sdkContextHeaderAppIdRequest = "
|
|
2746
|
+
},
|
|
2747
|
+
{
|
|
2748
|
+
"kind": "Content",
|
|
2749
|
+
"text": "7"
|
|
2750
|
+
}
|
|
2751
|
+
],
|
|
2752
|
+
"releaseTag": "Public",
|
|
2753
|
+
"name": "sdkContextHeaderAppIdRequest",
|
|
2754
|
+
"initializerTokenRange": {
|
|
2755
|
+
"startIndex": 1,
|
|
2756
|
+
"endIndex": 2
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
{
|
|
2760
|
+
"kind": "EnumMember",
|
|
2761
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.traceParentHeader:member",
|
|
2762
|
+
"docComment": "",
|
|
2763
|
+
"excerptTokens": [
|
|
2764
|
+
{
|
|
2765
|
+
"kind": "Content",
|
|
2766
|
+
"text": "traceParentHeader = "
|
|
2767
|
+
},
|
|
2768
|
+
{
|
|
2769
|
+
"kind": "Content",
|
|
2770
|
+
"text": "4"
|
|
2771
|
+
}
|
|
2772
|
+
],
|
|
2773
|
+
"releaseTag": "Public",
|
|
2774
|
+
"name": "traceParentHeader",
|
|
2775
|
+
"initializerTokenRange": {
|
|
2776
|
+
"startIndex": 1,
|
|
2777
|
+
"endIndex": 2
|
|
2778
|
+
}
|
|
2779
|
+
},
|
|
2780
|
+
{
|
|
2781
|
+
"kind": "EnumMember",
|
|
2782
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.traceStateHeader:member",
|
|
2783
|
+
"docComment": "",
|
|
2784
|
+
"excerptTokens": [
|
|
2785
|
+
{
|
|
2786
|
+
"kind": "Content",
|
|
2787
|
+
"text": "traceStateHeader = "
|
|
2788
|
+
},
|
|
2789
|
+
{
|
|
2790
|
+
"kind": "Content",
|
|
2791
|
+
"text": "5"
|
|
2792
|
+
}
|
|
2793
|
+
],
|
|
2794
|
+
"releaseTag": "Public",
|
|
2795
|
+
"name": "traceStateHeader",
|
|
2796
|
+
"initializerTokenRange": {
|
|
2797
|
+
"startIndex": 1,
|
|
2798
|
+
"endIndex": 2
|
|
2799
|
+
}
|
|
2800
|
+
}
|
|
2801
|
+
]
|
|
2802
|
+
},
|
|
2803
|
+
{
|
|
2804
|
+
"kind": "Enum",
|
|
2805
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel:enum",
|
|
2806
|
+
"docComment": "/**\n * Defines the level of severity for the event.\n */\n",
|
|
2807
|
+
"excerptTokens": [
|
|
2808
|
+
{
|
|
2809
|
+
"kind": "Content",
|
|
2810
|
+
"text": "export declare const enum eSeverityLevel "
|
|
2811
|
+
}
|
|
2812
|
+
],
|
|
2813
|
+
"releaseTag": "Public",
|
|
2814
|
+
"name": "eSeverityLevel",
|
|
2815
|
+
"members": [
|
|
2816
|
+
{
|
|
2817
|
+
"kind": "EnumMember",
|
|
2818
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel.Critical:member",
|
|
2819
|
+
"docComment": "",
|
|
2820
|
+
"excerptTokens": [
|
|
2821
|
+
{
|
|
2822
|
+
"kind": "Content",
|
|
2823
|
+
"text": "Critical = "
|
|
2824
|
+
},
|
|
2825
|
+
{
|
|
2826
|
+
"kind": "Content",
|
|
2827
|
+
"text": "4"
|
|
2828
|
+
}
|
|
2829
|
+
],
|
|
2830
|
+
"releaseTag": "Public",
|
|
2831
|
+
"name": "Critical",
|
|
2832
|
+
"initializerTokenRange": {
|
|
2833
|
+
"startIndex": 1,
|
|
2834
|
+
"endIndex": 2
|
|
2835
|
+
}
|
|
2836
|
+
},
|
|
2837
|
+
{
|
|
2838
|
+
"kind": "EnumMember",
|
|
2839
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel.Error:member",
|
|
2840
|
+
"docComment": "",
|
|
2841
|
+
"excerptTokens": [
|
|
2842
|
+
{
|
|
2843
|
+
"kind": "Content",
|
|
2844
|
+
"text": "Error = "
|
|
2845
|
+
},
|
|
2846
|
+
{
|
|
2847
|
+
"kind": "Content",
|
|
2848
|
+
"text": "3"
|
|
2849
|
+
}
|
|
2850
|
+
],
|
|
2851
|
+
"releaseTag": "Public",
|
|
2852
|
+
"name": "Error",
|
|
2853
|
+
"initializerTokenRange": {
|
|
2854
|
+
"startIndex": 1,
|
|
2855
|
+
"endIndex": 2
|
|
2856
|
+
}
|
|
2857
|
+
},
|
|
2858
|
+
{
|
|
2859
|
+
"kind": "EnumMember",
|
|
2860
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel.Information:member",
|
|
2861
|
+
"docComment": "",
|
|
2862
|
+
"excerptTokens": [
|
|
2863
|
+
{
|
|
2864
|
+
"kind": "Content",
|
|
2865
|
+
"text": "Information = "
|
|
2866
|
+
},
|
|
2867
|
+
{
|
|
2868
|
+
"kind": "Content",
|
|
2869
|
+
"text": "1"
|
|
2870
|
+
}
|
|
2871
|
+
],
|
|
2872
|
+
"releaseTag": "Public",
|
|
2873
|
+
"name": "Information",
|
|
2874
|
+
"initializerTokenRange": {
|
|
2875
|
+
"startIndex": 1,
|
|
2876
|
+
"endIndex": 2
|
|
2877
|
+
}
|
|
2878
|
+
},
|
|
2879
|
+
{
|
|
2880
|
+
"kind": "EnumMember",
|
|
2881
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel.Verbose:member",
|
|
2882
|
+
"docComment": "",
|
|
2883
|
+
"excerptTokens": [
|
|
2884
|
+
{
|
|
2885
|
+
"kind": "Content",
|
|
2886
|
+
"text": "Verbose = "
|
|
2887
|
+
},
|
|
2888
|
+
{
|
|
2889
|
+
"kind": "Content",
|
|
2890
|
+
"text": "0"
|
|
2891
|
+
}
|
|
2892
|
+
],
|
|
2893
|
+
"releaseTag": "Public",
|
|
2894
|
+
"name": "Verbose",
|
|
2895
|
+
"initializerTokenRange": {
|
|
2896
|
+
"startIndex": 1,
|
|
2897
|
+
"endIndex": 2
|
|
2898
|
+
}
|
|
2899
|
+
},
|
|
2900
|
+
{
|
|
2901
|
+
"kind": "EnumMember",
|
|
2902
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel.Warning:member",
|
|
2903
|
+
"docComment": "",
|
|
2904
|
+
"excerptTokens": [
|
|
2905
|
+
{
|
|
2906
|
+
"kind": "Content",
|
|
2907
|
+
"text": "Warning = "
|
|
2908
|
+
},
|
|
2909
|
+
{
|
|
2910
|
+
"kind": "Content",
|
|
2911
|
+
"text": "2"
|
|
2912
|
+
}
|
|
2913
|
+
],
|
|
2914
|
+
"releaseTag": "Public",
|
|
2915
|
+
"name": "Warning",
|
|
2916
|
+
"initializerTokenRange": {
|
|
2917
|
+
"startIndex": 1,
|
|
2918
|
+
"endIndex": 2
|
|
2919
|
+
}
|
|
2920
|
+
}
|
|
2921
|
+
]
|
|
2922
|
+
},
|
|
2923
|
+
{
|
|
2924
|
+
"kind": "Class",
|
|
2925
|
+
"canonicalReference": "@microsoft/applicationinsights-common!Event_2:class",
|
|
2926
|
+
"docComment": "",
|
|
2927
|
+
"excerptTokens": [
|
|
2928
|
+
{
|
|
2929
|
+
"kind": "Content",
|
|
2930
|
+
"text": "export declare class Event implements "
|
|
2931
|
+
},
|
|
2932
|
+
{
|
|
2933
|
+
"kind": "Reference",
|
|
2934
|
+
"text": "IEventData",
|
|
2935
|
+
"canonicalReference": "@microsoft/applicationinsights-common!IEventData:interface"
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"kind": "Content",
|
|
2939
|
+
"text": ", "
|
|
2940
|
+
},
|
|
2941
|
+
{
|
|
2942
|
+
"kind": "Reference",
|
|
2943
|
+
"text": "ISerializable",
|
|
2944
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
|
|
2945
|
+
},
|
|
2946
|
+
{
|
|
2947
|
+
"kind": "Content",
|
|
2948
|
+
"text": " "
|
|
2949
|
+
}
|
|
2950
|
+
],
|
|
2951
|
+
"releaseTag": "Public",
|
|
2952
|
+
"name": "Event_2",
|
|
2953
|
+
"members": [
|
|
2954
|
+
{
|
|
2955
|
+
"kind": "Constructor",
|
|
2956
|
+
"canonicalReference": "@microsoft/applicationinsights-common!Event_2:constructor(1)",
|
|
2957
|
+
"docComment": "/**\n * Constructs a new instance of the EventTelemetry object\n */\n",
|
|
2958
|
+
"excerptTokens": [
|
|
2959
|
+
{
|
|
2960
|
+
"kind": "Content",
|
|
2961
|
+
"text": "constructor(logger: "
|
|
2962
|
+
},
|
|
2963
|
+
{
|
|
2964
|
+
"kind": "Reference",
|
|
2965
|
+
"text": "IDiagnosticLogger",
|
|
2966
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
2967
|
+
},
|
|
2968
|
+
{
|
|
2969
|
+
"kind": "Content",
|
|
2970
|
+
"text": ", name: "
|
|
2406
2971
|
},
|
|
2407
2972
|
{
|
|
2408
2973
|
"kind": "Content",
|
|
@@ -2798,7 +3363,7 @@
|
|
|
2798
3363
|
{
|
|
2799
3364
|
"kind": "Reference",
|
|
2800
3365
|
"text": "SeverityLevel",
|
|
2801
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
3366
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
2802
3367
|
},
|
|
2803
3368
|
{
|
|
2804
3369
|
"kind": "Content",
|
|
@@ -3596,7 +4161,7 @@
|
|
|
3596
4161
|
{
|
|
3597
4162
|
"kind": "Reference",
|
|
3598
4163
|
"text": "SeverityLevel",
|
|
3599
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
4164
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
3600
4165
|
},
|
|
3601
4166
|
{
|
|
3602
4167
|
"kind": "Content",
|
|
@@ -3779,27 +4344,100 @@
|
|
|
3779
4344
|
}
|
|
3780
4345
|
},
|
|
3781
4346
|
{
|
|
3782
|
-
"kind": "EnumMember",
|
|
3783
|
-
"canonicalReference": "@microsoft/applicationinsights-common!FieldType.Required:member",
|
|
3784
|
-
"docComment": "",
|
|
3785
|
-
"excerptTokens": [
|
|
3786
|
-
{
|
|
3787
|
-
"kind": "Content",
|
|
3788
|
-
"text": "Required = "
|
|
3789
|
-
},
|
|
3790
|
-
{
|
|
3791
|
-
"kind": "Content",
|
|
3792
|
-
"text": "1"
|
|
3793
|
-
}
|
|
3794
|
-
],
|
|
3795
|
-
"releaseTag": "Public",
|
|
3796
|
-
"name": "Required",
|
|
3797
|
-
"initializerTokenRange": {
|
|
4347
|
+
"kind": "EnumMember",
|
|
4348
|
+
"canonicalReference": "@microsoft/applicationinsights-common!FieldType.Required:member",
|
|
4349
|
+
"docComment": "",
|
|
4350
|
+
"excerptTokens": [
|
|
4351
|
+
{
|
|
4352
|
+
"kind": "Content",
|
|
4353
|
+
"text": "Required = "
|
|
4354
|
+
},
|
|
4355
|
+
{
|
|
4356
|
+
"kind": "Content",
|
|
4357
|
+
"text": "1"
|
|
4358
|
+
}
|
|
4359
|
+
],
|
|
4360
|
+
"releaseTag": "Public",
|
|
4361
|
+
"name": "Required",
|
|
4362
|
+
"initializerTokenRange": {
|
|
4363
|
+
"startIndex": 1,
|
|
4364
|
+
"endIndex": 2
|
|
4365
|
+
}
|
|
4366
|
+
}
|
|
4367
|
+
]
|
|
4368
|
+
},
|
|
4369
|
+
{
|
|
4370
|
+
"kind": "Function",
|
|
4371
|
+
"canonicalReference": "@microsoft/applicationinsights-common!findW3cTraceParent:function(1)",
|
|
4372
|
+
"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",
|
|
4373
|
+
"excerptTokens": [
|
|
4374
|
+
{
|
|
4375
|
+
"kind": "Content",
|
|
4376
|
+
"text": "export declare function findW3cTraceParent(): "
|
|
4377
|
+
},
|
|
4378
|
+
{
|
|
4379
|
+
"kind": "Reference",
|
|
4380
|
+
"text": "ITraceParent",
|
|
4381
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
4382
|
+
},
|
|
4383
|
+
{
|
|
4384
|
+
"kind": "Content",
|
|
4385
|
+
"text": ";"
|
|
4386
|
+
}
|
|
4387
|
+
],
|
|
4388
|
+
"returnTypeTokenRange": {
|
|
4389
|
+
"startIndex": 1,
|
|
4390
|
+
"endIndex": 2
|
|
4391
|
+
},
|
|
4392
|
+
"releaseTag": "Public",
|
|
4393
|
+
"overloadIndex": 1,
|
|
4394
|
+
"parameters": [],
|
|
4395
|
+
"name": "findW3cTraceParent"
|
|
4396
|
+
},
|
|
4397
|
+
{
|
|
4398
|
+
"kind": "Function",
|
|
4399
|
+
"canonicalReference": "@microsoft/applicationinsights-common!formatTraceParent:function(1)",
|
|
4400
|
+
"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",
|
|
4401
|
+
"excerptTokens": [
|
|
4402
|
+
{
|
|
4403
|
+
"kind": "Content",
|
|
4404
|
+
"text": "export declare function formatTraceParent(value: "
|
|
4405
|
+
},
|
|
4406
|
+
{
|
|
4407
|
+
"kind": "Reference",
|
|
4408
|
+
"text": "ITraceParent",
|
|
4409
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
4410
|
+
},
|
|
4411
|
+
{
|
|
4412
|
+
"kind": "Content",
|
|
4413
|
+
"text": "): "
|
|
4414
|
+
},
|
|
4415
|
+
{
|
|
4416
|
+
"kind": "Content",
|
|
4417
|
+
"text": "string"
|
|
4418
|
+
},
|
|
4419
|
+
{
|
|
4420
|
+
"kind": "Content",
|
|
4421
|
+
"text": ";"
|
|
4422
|
+
}
|
|
4423
|
+
],
|
|
4424
|
+
"returnTypeTokenRange": {
|
|
4425
|
+
"startIndex": 3,
|
|
4426
|
+
"endIndex": 4
|
|
4427
|
+
},
|
|
4428
|
+
"releaseTag": "Public",
|
|
4429
|
+
"overloadIndex": 1,
|
|
4430
|
+
"parameters": [
|
|
4431
|
+
{
|
|
4432
|
+
"parameterName": "value",
|
|
4433
|
+
"parameterTypeTokenRange": {
|
|
3798
4434
|
"startIndex": 1,
|
|
3799
4435
|
"endIndex": 2
|
|
3800
|
-
}
|
|
4436
|
+
},
|
|
4437
|
+
"isOptional": false
|
|
3801
4438
|
}
|
|
3802
|
-
]
|
|
4439
|
+
],
|
|
4440
|
+
"name": "formatTraceParent"
|
|
3803
4441
|
},
|
|
3804
4442
|
{
|
|
3805
4443
|
"kind": "Function",
|
|
@@ -5266,33 +5904,6 @@
|
|
|
5266
5904
|
"endIndex": 2
|
|
5267
5905
|
}
|
|
5268
5906
|
},
|
|
5269
|
-
{
|
|
5270
|
-
"kind": "PropertySignature",
|
|
5271
|
-
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#cookieMgrCfg:member",
|
|
5272
|
-
"docComment": "/**\n * [Optional] A Cookie Manager configuration which includes hooks to allow interception of the get, set and delete cookie operations. If this configuration is specified any specified enabled and domain properties will take precedence over the cookieDomain and disableCookiesUsage values.\n */\n",
|
|
5273
|
-
"excerptTokens": [
|
|
5274
|
-
{
|
|
5275
|
-
"kind": "Content",
|
|
5276
|
-
"text": "cookieMgrCfg?: "
|
|
5277
|
-
},
|
|
5278
|
-
{
|
|
5279
|
-
"kind": "Reference",
|
|
5280
|
-
"text": "ICookieMgrConfig",
|
|
5281
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!ICookieMgrConfig:interface"
|
|
5282
|
-
},
|
|
5283
|
-
{
|
|
5284
|
-
"kind": "Content",
|
|
5285
|
-
"text": ";"
|
|
5286
|
-
}
|
|
5287
|
-
],
|
|
5288
|
-
"isOptional": true,
|
|
5289
|
-
"releaseTag": "Public",
|
|
5290
|
-
"name": "cookieMgrCfg",
|
|
5291
|
-
"propertyTypeTokenRange": {
|
|
5292
|
-
"startIndex": 1,
|
|
5293
|
-
"endIndex": 2
|
|
5294
|
-
}
|
|
5295
|
-
},
|
|
5296
5907
|
{
|
|
5297
5908
|
"kind": "PropertySignature",
|
|
5298
5909
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#cookiePath:member",
|
|
@@ -5457,7 +6068,7 @@
|
|
|
5457
6068
|
{
|
|
5458
6069
|
"kind": "PropertySignature",
|
|
5459
6070
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#disableCookiesUsage:member",
|
|
5460
|
-
"docComment": "/**\n * If true, the SDK will not store or read any data from cookies. Default is false. If you have also specified a
|
|
6071
|
+
"docComment": "/**\n * If true, the SDK will not store or read any data from cookies. Default is false. If you have also specified a cookieCfg then enabled property (if specified) will take precedent over this value.\n *\n * @defaultValue\n *\n * false\n */\n",
|
|
5461
6072
|
"excerptTokens": [
|
|
5462
6073
|
{
|
|
5463
6074
|
"kind": "Content",
|
|
@@ -6143,7 +6754,7 @@
|
|
|
6143
6754
|
{
|
|
6144
6755
|
"kind": "PropertySignature",
|
|
6145
6756
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#isCookieUseDisabled:member",
|
|
6146
|
-
"docComment": "/**\n * @deprecated\n *\n * Use either disableCookiesUsage or specify a
|
|
6757
|
+
"docComment": "/**\n * @deprecated\n *\n * Use either disableCookiesUsage or specify a cookieCfg with the enabled value set. If true, the SDK will not store or read any data from cookies. Default is false. As this field is being deprecated, when both isCookieUseDisabled and disableCookiesUsage are used disableCookiesUsage will take precedent.\n *\n * @defaultValue\n *\n * false\n */\n",
|
|
6147
6758
|
"excerptTokens": [
|
|
6148
6759
|
{
|
|
6149
6760
|
"kind": "Content",
|
|
@@ -10477,7 +11088,7 @@
|
|
|
10477
11088
|
{
|
|
10478
11089
|
"kind": "Reference",
|
|
10479
11090
|
"text": "SeverityLevel",
|
|
10480
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
11091
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
10481
11092
|
},
|
|
10482
11093
|
{
|
|
10483
11094
|
"kind": "Content",
|
|
@@ -10653,7 +11264,7 @@
|
|
|
10653
11264
|
{
|
|
10654
11265
|
"kind": "Reference",
|
|
10655
11266
|
"text": "SeverityLevel",
|
|
10656
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
11267
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
10657
11268
|
},
|
|
10658
11269
|
{
|
|
10659
11270
|
"kind": "Content",
|
|
@@ -12550,105 +13161,283 @@
|
|
|
12550
13161
|
"excerptTokens": [
|
|
12551
13162
|
{
|
|
12552
13163
|
"kind": "Content",
|
|
12553
|
-
"text": "export interface ISession "
|
|
12554
|
-
}
|
|
12555
|
-
],
|
|
12556
|
-
"releaseTag": "Public",
|
|
12557
|
-
"name": "ISession",
|
|
12558
|
-
"members": [
|
|
13164
|
+
"text": "export interface ISession "
|
|
13165
|
+
}
|
|
13166
|
+
],
|
|
13167
|
+
"releaseTag": "Public",
|
|
13168
|
+
"name": "ISession",
|
|
13169
|
+
"members": [
|
|
13170
|
+
{
|
|
13171
|
+
"kind": "PropertySignature",
|
|
13172
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ISession#acquisitionDate:member",
|
|
13173
|
+
"docComment": "/**\n * The date at which this guid was genereated. Per the spec the ID will be regenerated if more than acquisitionSpan milliseconds ellapse from this time.\n */\n",
|
|
13174
|
+
"excerptTokens": [
|
|
13175
|
+
{
|
|
13176
|
+
"kind": "Content",
|
|
13177
|
+
"text": "acquisitionDate?: "
|
|
13178
|
+
},
|
|
13179
|
+
{
|
|
13180
|
+
"kind": "Content",
|
|
13181
|
+
"text": "number"
|
|
13182
|
+
},
|
|
13183
|
+
{
|
|
13184
|
+
"kind": "Content",
|
|
13185
|
+
"text": ";"
|
|
13186
|
+
}
|
|
13187
|
+
],
|
|
13188
|
+
"isOptional": true,
|
|
13189
|
+
"releaseTag": "Public",
|
|
13190
|
+
"name": "acquisitionDate",
|
|
13191
|
+
"propertyTypeTokenRange": {
|
|
13192
|
+
"startIndex": 1,
|
|
13193
|
+
"endIndex": 2
|
|
13194
|
+
}
|
|
13195
|
+
},
|
|
13196
|
+
{
|
|
13197
|
+
"kind": "PropertySignature",
|
|
13198
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ISession#id:member",
|
|
13199
|
+
"docComment": "/**\n * The session ID.\n */\n",
|
|
13200
|
+
"excerptTokens": [
|
|
13201
|
+
{
|
|
13202
|
+
"kind": "Content",
|
|
13203
|
+
"text": "id?: "
|
|
13204
|
+
},
|
|
13205
|
+
{
|
|
13206
|
+
"kind": "Content",
|
|
13207
|
+
"text": "string"
|
|
13208
|
+
},
|
|
13209
|
+
{
|
|
13210
|
+
"kind": "Content",
|
|
13211
|
+
"text": ";"
|
|
13212
|
+
}
|
|
13213
|
+
],
|
|
13214
|
+
"isOptional": true,
|
|
13215
|
+
"releaseTag": "Public",
|
|
13216
|
+
"name": "id",
|
|
13217
|
+
"propertyTypeTokenRange": {
|
|
13218
|
+
"startIndex": 1,
|
|
13219
|
+
"endIndex": 2
|
|
13220
|
+
}
|
|
13221
|
+
},
|
|
13222
|
+
{
|
|
13223
|
+
"kind": "PropertySignature",
|
|
13224
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ISession#renewalDate:member",
|
|
13225
|
+
"docComment": "/**\n * The date at which this session ID was last reported. This value should be updated whenever telemetry is sent using this ID. Per the spec the ID will be regenerated if more than renewalSpan milliseconds elapse from this time with no activity.\n */\n",
|
|
13226
|
+
"excerptTokens": [
|
|
13227
|
+
{
|
|
13228
|
+
"kind": "Content",
|
|
13229
|
+
"text": "renewalDate?: "
|
|
13230
|
+
},
|
|
13231
|
+
{
|
|
13232
|
+
"kind": "Content",
|
|
13233
|
+
"text": "number"
|
|
13234
|
+
},
|
|
13235
|
+
{
|
|
13236
|
+
"kind": "Content",
|
|
13237
|
+
"text": ";"
|
|
13238
|
+
}
|
|
13239
|
+
],
|
|
13240
|
+
"isOptional": true,
|
|
13241
|
+
"releaseTag": "Public",
|
|
13242
|
+
"name": "renewalDate",
|
|
13243
|
+
"propertyTypeTokenRange": {
|
|
13244
|
+
"startIndex": 1,
|
|
13245
|
+
"endIndex": 2
|
|
13246
|
+
}
|
|
13247
|
+
}
|
|
13248
|
+
],
|
|
13249
|
+
"extendsTokenRanges": []
|
|
13250
|
+
},
|
|
13251
|
+
{
|
|
13252
|
+
"kind": "Function",
|
|
13253
|
+
"canonicalReference": "@microsoft/applicationinsights-common!isInternalApplicationInsightsEndpoint:function(1)",
|
|
13254
|
+
"docComment": "",
|
|
13255
|
+
"excerptTokens": [
|
|
13256
|
+
{
|
|
13257
|
+
"kind": "Content",
|
|
13258
|
+
"text": "export declare function isInternalApplicationInsightsEndpoint(endpointUrl: "
|
|
13259
|
+
},
|
|
13260
|
+
{
|
|
13261
|
+
"kind": "Content",
|
|
13262
|
+
"text": "string"
|
|
13263
|
+
},
|
|
13264
|
+
{
|
|
13265
|
+
"kind": "Content",
|
|
13266
|
+
"text": "): "
|
|
13267
|
+
},
|
|
13268
|
+
{
|
|
13269
|
+
"kind": "Content",
|
|
13270
|
+
"text": "boolean"
|
|
13271
|
+
},
|
|
13272
|
+
{
|
|
13273
|
+
"kind": "Content",
|
|
13274
|
+
"text": ";"
|
|
13275
|
+
}
|
|
13276
|
+
],
|
|
13277
|
+
"returnTypeTokenRange": {
|
|
13278
|
+
"startIndex": 3,
|
|
13279
|
+
"endIndex": 4
|
|
13280
|
+
},
|
|
13281
|
+
"releaseTag": "Public",
|
|
13282
|
+
"overloadIndex": 1,
|
|
13283
|
+
"parameters": [
|
|
13284
|
+
{
|
|
13285
|
+
"parameterName": "endpointUrl",
|
|
13286
|
+
"parameterTypeTokenRange": {
|
|
13287
|
+
"startIndex": 1,
|
|
13288
|
+
"endIndex": 2
|
|
13289
|
+
},
|
|
13290
|
+
"isOptional": false
|
|
13291
|
+
}
|
|
13292
|
+
],
|
|
13293
|
+
"name": "isInternalApplicationInsightsEndpoint"
|
|
13294
|
+
},
|
|
13295
|
+
{
|
|
13296
|
+
"kind": "Function",
|
|
13297
|
+
"canonicalReference": "@microsoft/applicationinsights-common!isSampledFlag:function(1)",
|
|
13298
|
+
"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",
|
|
13299
|
+
"excerptTokens": [
|
|
13300
|
+
{
|
|
13301
|
+
"kind": "Content",
|
|
13302
|
+
"text": "export declare function isSampledFlag(value: "
|
|
13303
|
+
},
|
|
13304
|
+
{
|
|
13305
|
+
"kind": "Reference",
|
|
13306
|
+
"text": "ITraceParent",
|
|
13307
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
13308
|
+
},
|
|
13309
|
+
{
|
|
13310
|
+
"kind": "Content",
|
|
13311
|
+
"text": "): "
|
|
13312
|
+
},
|
|
13313
|
+
{
|
|
13314
|
+
"kind": "Content",
|
|
13315
|
+
"text": "boolean"
|
|
13316
|
+
},
|
|
13317
|
+
{
|
|
13318
|
+
"kind": "Content",
|
|
13319
|
+
"text": ";"
|
|
13320
|
+
}
|
|
13321
|
+
],
|
|
13322
|
+
"returnTypeTokenRange": {
|
|
13323
|
+
"startIndex": 3,
|
|
13324
|
+
"endIndex": 4
|
|
13325
|
+
},
|
|
13326
|
+
"releaseTag": "Public",
|
|
13327
|
+
"overloadIndex": 1,
|
|
13328
|
+
"parameters": [
|
|
13329
|
+
{
|
|
13330
|
+
"parameterName": "value",
|
|
13331
|
+
"parameterTypeTokenRange": {
|
|
13332
|
+
"startIndex": 1,
|
|
13333
|
+
"endIndex": 2
|
|
13334
|
+
},
|
|
13335
|
+
"isOptional": false
|
|
13336
|
+
}
|
|
13337
|
+
],
|
|
13338
|
+
"name": "isSampledFlag"
|
|
13339
|
+
},
|
|
13340
|
+
{
|
|
13341
|
+
"kind": "Function",
|
|
13342
|
+
"canonicalReference": "@microsoft/applicationinsights-common!isValidSpanId:function(1)",
|
|
13343
|
+
"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",
|
|
13344
|
+
"excerptTokens": [
|
|
13345
|
+
{
|
|
13346
|
+
"kind": "Content",
|
|
13347
|
+
"text": "export declare function isValidSpanId(value: "
|
|
13348
|
+
},
|
|
13349
|
+
{
|
|
13350
|
+
"kind": "Content",
|
|
13351
|
+
"text": "string"
|
|
13352
|
+
},
|
|
13353
|
+
{
|
|
13354
|
+
"kind": "Content",
|
|
13355
|
+
"text": "): "
|
|
13356
|
+
},
|
|
13357
|
+
{
|
|
13358
|
+
"kind": "Content",
|
|
13359
|
+
"text": "boolean"
|
|
13360
|
+
},
|
|
13361
|
+
{
|
|
13362
|
+
"kind": "Content",
|
|
13363
|
+
"text": ";"
|
|
13364
|
+
}
|
|
13365
|
+
],
|
|
13366
|
+
"returnTypeTokenRange": {
|
|
13367
|
+
"startIndex": 3,
|
|
13368
|
+
"endIndex": 4
|
|
13369
|
+
},
|
|
13370
|
+
"releaseTag": "Public",
|
|
13371
|
+
"overloadIndex": 1,
|
|
13372
|
+
"parameters": [
|
|
13373
|
+
{
|
|
13374
|
+
"parameterName": "value",
|
|
13375
|
+
"parameterTypeTokenRange": {
|
|
13376
|
+
"startIndex": 1,
|
|
13377
|
+
"endIndex": 2
|
|
13378
|
+
},
|
|
13379
|
+
"isOptional": false
|
|
13380
|
+
}
|
|
13381
|
+
],
|
|
13382
|
+
"name": "isValidSpanId"
|
|
13383
|
+
},
|
|
13384
|
+
{
|
|
13385
|
+
"kind": "Function",
|
|
13386
|
+
"canonicalReference": "@microsoft/applicationinsights-common!isValidTraceId:function(1)",
|
|
13387
|
+
"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",
|
|
13388
|
+
"excerptTokens": [
|
|
13389
|
+
{
|
|
13390
|
+
"kind": "Content",
|
|
13391
|
+
"text": "export declare function isValidTraceId(value: "
|
|
13392
|
+
},
|
|
12559
13393
|
{
|
|
12560
|
-
"kind": "
|
|
12561
|
-
"
|
|
12562
|
-
"docComment": "/**\n * The date at which this guid was genereated. Per the spec the ID will be regenerated if more than acquisitionSpan milliseconds ellapse from this time.\n */\n",
|
|
12563
|
-
"excerptTokens": [
|
|
12564
|
-
{
|
|
12565
|
-
"kind": "Content",
|
|
12566
|
-
"text": "acquisitionDate?: "
|
|
12567
|
-
},
|
|
12568
|
-
{
|
|
12569
|
-
"kind": "Content",
|
|
12570
|
-
"text": "number"
|
|
12571
|
-
},
|
|
12572
|
-
{
|
|
12573
|
-
"kind": "Content",
|
|
12574
|
-
"text": ";"
|
|
12575
|
-
}
|
|
12576
|
-
],
|
|
12577
|
-
"isOptional": true,
|
|
12578
|
-
"releaseTag": "Public",
|
|
12579
|
-
"name": "acquisitionDate",
|
|
12580
|
-
"propertyTypeTokenRange": {
|
|
12581
|
-
"startIndex": 1,
|
|
12582
|
-
"endIndex": 2
|
|
12583
|
-
}
|
|
13394
|
+
"kind": "Content",
|
|
13395
|
+
"text": "string"
|
|
12584
13396
|
},
|
|
12585
13397
|
{
|
|
12586
|
-
"kind": "
|
|
12587
|
-
"
|
|
12588
|
-
"docComment": "/**\n * The session ID.\n */\n",
|
|
12589
|
-
"excerptTokens": [
|
|
12590
|
-
{
|
|
12591
|
-
"kind": "Content",
|
|
12592
|
-
"text": "id?: "
|
|
12593
|
-
},
|
|
12594
|
-
{
|
|
12595
|
-
"kind": "Content",
|
|
12596
|
-
"text": "string"
|
|
12597
|
-
},
|
|
12598
|
-
{
|
|
12599
|
-
"kind": "Content",
|
|
12600
|
-
"text": ";"
|
|
12601
|
-
}
|
|
12602
|
-
],
|
|
12603
|
-
"isOptional": true,
|
|
12604
|
-
"releaseTag": "Public",
|
|
12605
|
-
"name": "id",
|
|
12606
|
-
"propertyTypeTokenRange": {
|
|
12607
|
-
"startIndex": 1,
|
|
12608
|
-
"endIndex": 2
|
|
12609
|
-
}
|
|
13398
|
+
"kind": "Content",
|
|
13399
|
+
"text": "): "
|
|
12610
13400
|
},
|
|
12611
13401
|
{
|
|
12612
|
-
"kind": "
|
|
12613
|
-
"
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
|
|
12621
|
-
|
|
12622
|
-
|
|
12623
|
-
|
|
12624
|
-
|
|
12625
|
-
|
|
12626
|
-
|
|
12627
|
-
|
|
12628
|
-
|
|
12629
|
-
"
|
|
12630
|
-
"releaseTag": "Public",
|
|
12631
|
-
"name": "renewalDate",
|
|
12632
|
-
"propertyTypeTokenRange": {
|
|
13402
|
+
"kind": "Content",
|
|
13403
|
+
"text": "boolean"
|
|
13404
|
+
},
|
|
13405
|
+
{
|
|
13406
|
+
"kind": "Content",
|
|
13407
|
+
"text": ";"
|
|
13408
|
+
}
|
|
13409
|
+
],
|
|
13410
|
+
"returnTypeTokenRange": {
|
|
13411
|
+
"startIndex": 3,
|
|
13412
|
+
"endIndex": 4
|
|
13413
|
+
},
|
|
13414
|
+
"releaseTag": "Public",
|
|
13415
|
+
"overloadIndex": 1,
|
|
13416
|
+
"parameters": [
|
|
13417
|
+
{
|
|
13418
|
+
"parameterName": "value",
|
|
13419
|
+
"parameterTypeTokenRange": {
|
|
12633
13420
|
"startIndex": 1,
|
|
12634
13421
|
"endIndex": 2
|
|
12635
|
-
}
|
|
13422
|
+
},
|
|
13423
|
+
"isOptional": false
|
|
12636
13424
|
}
|
|
12637
13425
|
],
|
|
12638
|
-
"
|
|
13426
|
+
"name": "isValidTraceId"
|
|
12639
13427
|
},
|
|
12640
13428
|
{
|
|
12641
13429
|
"kind": "Function",
|
|
12642
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
12643
|
-
"docComment": "",
|
|
13430
|
+
"canonicalReference": "@microsoft/applicationinsights-common!isValidTraceParent:function(1)",
|
|
13431
|
+
"docComment": "/**\n * Validates that the provided ITraceParent instance conforms to the currently supported specifications\n *\n * @param value - \n *\n * @returns \n */\n",
|
|
12644
13432
|
"excerptTokens": [
|
|
12645
13433
|
{
|
|
12646
13434
|
"kind": "Content",
|
|
12647
|
-
"text": "export declare function
|
|
13435
|
+
"text": "export declare function isValidTraceParent(value: "
|
|
12648
13436
|
},
|
|
12649
13437
|
{
|
|
12650
|
-
"kind": "
|
|
12651
|
-
"text": "
|
|
13438
|
+
"kind": "Reference",
|
|
13439
|
+
"text": "ITraceParent",
|
|
13440
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
12652
13441
|
},
|
|
12653
13442
|
{
|
|
12654
13443
|
"kind": "Content",
|
|
@@ -12671,7 +13460,7 @@
|
|
|
12671
13460
|
"overloadIndex": 1,
|
|
12672
13461
|
"parameters": [
|
|
12673
13462
|
{
|
|
12674
|
-
"parameterName": "
|
|
13463
|
+
"parameterName": "value",
|
|
12675
13464
|
"parameterTypeTokenRange": {
|
|
12676
13465
|
"startIndex": 1,
|
|
12677
13466
|
"endIndex": 2
|
|
@@ -12679,7 +13468,7 @@
|
|
|
12679
13468
|
"isOptional": false
|
|
12680
13469
|
}
|
|
12681
13470
|
],
|
|
12682
|
-
"name": "
|
|
13471
|
+
"name": "isValidTraceParent"
|
|
12683
13472
|
},
|
|
12684
13473
|
{
|
|
12685
13474
|
"kind": "Interface",
|
|
@@ -13113,6 +13902,126 @@
|
|
|
13113
13902
|
],
|
|
13114
13903
|
"extendsTokenRanges": []
|
|
13115
13904
|
},
|
|
13905
|
+
{
|
|
13906
|
+
"kind": "Interface",
|
|
13907
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface",
|
|
13908
|
+
"docComment": "/**\n * This interface represents the components of a W3C traceparent header\n */\n",
|
|
13909
|
+
"excerptTokens": [
|
|
13910
|
+
{
|
|
13911
|
+
"kind": "Content",
|
|
13912
|
+
"text": "export interface ITraceParent "
|
|
13913
|
+
}
|
|
13914
|
+
],
|
|
13915
|
+
"releaseTag": "Public",
|
|
13916
|
+
"name": "ITraceParent",
|
|
13917
|
+
"members": [
|
|
13918
|
+
{
|
|
13919
|
+
"kind": "PropertySignature",
|
|
13920
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent#spanId:member",
|
|
13921
|
+
"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",
|
|
13922
|
+
"excerptTokens": [
|
|
13923
|
+
{
|
|
13924
|
+
"kind": "Content",
|
|
13925
|
+
"text": "spanId: "
|
|
13926
|
+
},
|
|
13927
|
+
{
|
|
13928
|
+
"kind": "Content",
|
|
13929
|
+
"text": "string"
|
|
13930
|
+
},
|
|
13931
|
+
{
|
|
13932
|
+
"kind": "Content",
|
|
13933
|
+
"text": ";"
|
|
13934
|
+
}
|
|
13935
|
+
],
|
|
13936
|
+
"isOptional": false,
|
|
13937
|
+
"releaseTag": "Public",
|
|
13938
|
+
"name": "spanId",
|
|
13939
|
+
"propertyTypeTokenRange": {
|
|
13940
|
+
"startIndex": 1,
|
|
13941
|
+
"endIndex": 2
|
|
13942
|
+
}
|
|
13943
|
+
},
|
|
13944
|
+
{
|
|
13945
|
+
"kind": "PropertySignature",
|
|
13946
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent#traceFlags:member",
|
|
13947
|
+
"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",
|
|
13948
|
+
"excerptTokens": [
|
|
13949
|
+
{
|
|
13950
|
+
"kind": "Content",
|
|
13951
|
+
"text": "traceFlags: "
|
|
13952
|
+
},
|
|
13953
|
+
{
|
|
13954
|
+
"kind": "Content",
|
|
13955
|
+
"text": "number"
|
|
13956
|
+
},
|
|
13957
|
+
{
|
|
13958
|
+
"kind": "Content",
|
|
13959
|
+
"text": ";"
|
|
13960
|
+
}
|
|
13961
|
+
],
|
|
13962
|
+
"isOptional": false,
|
|
13963
|
+
"releaseTag": "Public",
|
|
13964
|
+
"name": "traceFlags",
|
|
13965
|
+
"propertyTypeTokenRange": {
|
|
13966
|
+
"startIndex": 1,
|
|
13967
|
+
"endIndex": 2
|
|
13968
|
+
}
|
|
13969
|
+
},
|
|
13970
|
+
{
|
|
13971
|
+
"kind": "PropertySignature",
|
|
13972
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent#traceId:member",
|
|
13973
|
+
"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",
|
|
13974
|
+
"excerptTokens": [
|
|
13975
|
+
{
|
|
13976
|
+
"kind": "Content",
|
|
13977
|
+
"text": "traceId: "
|
|
13978
|
+
},
|
|
13979
|
+
{
|
|
13980
|
+
"kind": "Content",
|
|
13981
|
+
"text": "string"
|
|
13982
|
+
},
|
|
13983
|
+
{
|
|
13984
|
+
"kind": "Content",
|
|
13985
|
+
"text": ";"
|
|
13986
|
+
}
|
|
13987
|
+
],
|
|
13988
|
+
"isOptional": false,
|
|
13989
|
+
"releaseTag": "Public",
|
|
13990
|
+
"name": "traceId",
|
|
13991
|
+
"propertyTypeTokenRange": {
|
|
13992
|
+
"startIndex": 1,
|
|
13993
|
+
"endIndex": 2
|
|
13994
|
+
}
|
|
13995
|
+
},
|
|
13996
|
+
{
|
|
13997
|
+
"kind": "PropertySignature",
|
|
13998
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent#version:member",
|
|
13999
|
+
"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",
|
|
14000
|
+
"excerptTokens": [
|
|
14001
|
+
{
|
|
14002
|
+
"kind": "Content",
|
|
14003
|
+
"text": "version: "
|
|
14004
|
+
},
|
|
14005
|
+
{
|
|
14006
|
+
"kind": "Content",
|
|
14007
|
+
"text": "string"
|
|
14008
|
+
},
|
|
14009
|
+
{
|
|
14010
|
+
"kind": "Content",
|
|
14011
|
+
"text": ";"
|
|
14012
|
+
}
|
|
14013
|
+
],
|
|
14014
|
+
"isOptional": false,
|
|
14015
|
+
"releaseTag": "Public",
|
|
14016
|
+
"name": "version",
|
|
14017
|
+
"propertyTypeTokenRange": {
|
|
14018
|
+
"startIndex": 1,
|
|
14019
|
+
"endIndex": 2
|
|
14020
|
+
}
|
|
14021
|
+
}
|
|
14022
|
+
],
|
|
14023
|
+
"extendsTokenRanges": []
|
|
14024
|
+
},
|
|
13116
14025
|
{
|
|
13117
14026
|
"kind": "Interface",
|
|
13118
14027
|
"canonicalReference": "@microsoft/applicationinsights-common!ITraceState:interface",
|
|
@@ -13214,7 +14123,7 @@
|
|
|
13214
14123
|
{
|
|
13215
14124
|
"kind": "Reference",
|
|
13216
14125
|
"text": "SeverityLevel",
|
|
13217
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
14126
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
13218
14127
|
},
|
|
13219
14128
|
{
|
|
13220
14129
|
"kind": "Content",
|
|
@@ -16791,7 +17700,52 @@
|
|
|
16791
17700
|
"excerptTokens": [
|
|
16792
17701
|
{
|
|
16793
17702
|
"kind": "Content",
|
|
16794
|
-
"text": "export declare function parseConnectionString(connectionString?: "
|
|
17703
|
+
"text": "export declare function parseConnectionString(connectionString?: "
|
|
17704
|
+
},
|
|
17705
|
+
{
|
|
17706
|
+
"kind": "Content",
|
|
17707
|
+
"text": "string"
|
|
17708
|
+
},
|
|
17709
|
+
{
|
|
17710
|
+
"kind": "Content",
|
|
17711
|
+
"text": "): "
|
|
17712
|
+
},
|
|
17713
|
+
{
|
|
17714
|
+
"kind": "Reference",
|
|
17715
|
+
"text": "ConnectionString",
|
|
17716
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ConnectionString:type"
|
|
17717
|
+
},
|
|
17718
|
+
{
|
|
17719
|
+
"kind": "Content",
|
|
17720
|
+
"text": ";"
|
|
17721
|
+
}
|
|
17722
|
+
],
|
|
17723
|
+
"returnTypeTokenRange": {
|
|
17724
|
+
"startIndex": 3,
|
|
17725
|
+
"endIndex": 4
|
|
17726
|
+
},
|
|
17727
|
+
"releaseTag": "Public",
|
|
17728
|
+
"overloadIndex": 1,
|
|
17729
|
+
"parameters": [
|
|
17730
|
+
{
|
|
17731
|
+
"parameterName": "connectionString",
|
|
17732
|
+
"parameterTypeTokenRange": {
|
|
17733
|
+
"startIndex": 1,
|
|
17734
|
+
"endIndex": 2
|
|
17735
|
+
},
|
|
17736
|
+
"isOptional": true
|
|
17737
|
+
}
|
|
17738
|
+
],
|
|
17739
|
+
"name": "parseConnectionString"
|
|
17740
|
+
},
|
|
17741
|
+
{
|
|
17742
|
+
"kind": "Function",
|
|
17743
|
+
"canonicalReference": "@microsoft/applicationinsights-common!parseTraceParent:function(1)",
|
|
17744
|
+
"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",
|
|
17745
|
+
"excerptTokens": [
|
|
17746
|
+
{
|
|
17747
|
+
"kind": "Content",
|
|
17748
|
+
"text": "export declare function parseTraceParent(value: "
|
|
16795
17749
|
},
|
|
16796
17750
|
{
|
|
16797
17751
|
"kind": "Content",
|
|
@@ -16803,8 +17757,8 @@
|
|
|
16803
17757
|
},
|
|
16804
17758
|
{
|
|
16805
17759
|
"kind": "Reference",
|
|
16806
|
-
"text": "
|
|
16807
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
17760
|
+
"text": "ITraceParent",
|
|
17761
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
16808
17762
|
},
|
|
16809
17763
|
{
|
|
16810
17764
|
"kind": "Content",
|
|
@@ -16819,15 +17773,15 @@
|
|
|
16819
17773
|
"overloadIndex": 1,
|
|
16820
17774
|
"parameters": [
|
|
16821
17775
|
{
|
|
16822
|
-
"parameterName": "
|
|
17776
|
+
"parameterName": "value",
|
|
16823
17777
|
"parameterTypeTokenRange": {
|
|
16824
17778
|
"startIndex": 1,
|
|
16825
17779
|
"endIndex": 2
|
|
16826
17780
|
},
|
|
16827
|
-
"isOptional":
|
|
17781
|
+
"isOptional": false
|
|
16828
17782
|
}
|
|
16829
17783
|
],
|
|
16830
|
-
"name": "
|
|
17784
|
+
"name": "parseTraceParent"
|
|
16831
17785
|
},
|
|
16832
17786
|
{
|
|
16833
17787
|
"kind": "Variable",
|
|
@@ -17696,13 +18650,17 @@
|
|
|
17696
18650
|
"kind": "Reference",
|
|
17697
18651
|
"text": "IRequestHeaders",
|
|
17698
18652
|
"canonicalReference": "@microsoft/applicationinsights-common!IRequestHeaders:interface"
|
|
18653
|
+
},
|
|
18654
|
+
{
|
|
18655
|
+
"kind": "Content",
|
|
18656
|
+
"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}"
|
|
17699
18657
|
}
|
|
17700
18658
|
],
|
|
17701
18659
|
"releaseTag": "Public",
|
|
17702
18660
|
"name": "RequestHeaders",
|
|
17703
18661
|
"variableTypeTokenRange": {
|
|
17704
18662
|
"startIndex": 1,
|
|
17705
|
-
"endIndex":
|
|
18663
|
+
"endIndex": 3
|
|
17706
18664
|
}
|
|
17707
18665
|
},
|
|
17708
18666
|
{
|
|
@@ -17723,124 +18681,73 @@
|
|
|
17723
18681
|
}
|
|
17724
18682
|
},
|
|
17725
18683
|
{
|
|
17726
|
-
"kind": "
|
|
17727
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
17728
|
-
"docComment": "
|
|
18684
|
+
"kind": "TypeAlias",
|
|
18685
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type",
|
|
18686
|
+
"docComment": "",
|
|
17729
18687
|
"excerptTokens": [
|
|
17730
18688
|
{
|
|
17731
18689
|
"kind": "Content",
|
|
17732
|
-
"text": "export declare
|
|
18690
|
+
"text": "export declare type SeverityLevel = "
|
|
18691
|
+
},
|
|
18692
|
+
{
|
|
18693
|
+
"kind": "Content",
|
|
18694
|
+
"text": "number | "
|
|
18695
|
+
},
|
|
18696
|
+
{
|
|
18697
|
+
"kind": "Reference",
|
|
18698
|
+
"text": "eSeverityLevel",
|
|
18699
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel:enum"
|
|
18700
|
+
},
|
|
18701
|
+
{
|
|
18702
|
+
"kind": "Content",
|
|
18703
|
+
"text": ";"
|
|
17733
18704
|
}
|
|
17734
18705
|
],
|
|
17735
18706
|
"releaseTag": "Public",
|
|
17736
18707
|
"name": "SeverityLevel",
|
|
17737
|
-
"
|
|
18708
|
+
"typeTokenRange": {
|
|
18709
|
+
"startIndex": 1,
|
|
18710
|
+
"endIndex": 3
|
|
18711
|
+
}
|
|
18712
|
+
},
|
|
18713
|
+
{
|
|
18714
|
+
"kind": "Variable",
|
|
18715
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:var",
|
|
18716
|
+
"docComment": "/**\n * Defines the level of severity for the event.\n */\n",
|
|
18717
|
+
"excerptTokens": [
|
|
17738
18718
|
{
|
|
17739
|
-
"kind": "
|
|
17740
|
-
"
|
|
17741
|
-
"docComment": "",
|
|
17742
|
-
"excerptTokens": [
|
|
17743
|
-
{
|
|
17744
|
-
"kind": "Content",
|
|
17745
|
-
"text": "Critical = "
|
|
17746
|
-
},
|
|
17747
|
-
{
|
|
17748
|
-
"kind": "Content",
|
|
17749
|
-
"text": "4"
|
|
17750
|
-
}
|
|
17751
|
-
],
|
|
17752
|
-
"releaseTag": "Public",
|
|
17753
|
-
"name": "Critical",
|
|
17754
|
-
"initializerTokenRange": {
|
|
17755
|
-
"startIndex": 1,
|
|
17756
|
-
"endIndex": 2
|
|
17757
|
-
}
|
|
18719
|
+
"kind": "Content",
|
|
18720
|
+
"text": "SeverityLevel: "
|
|
17758
18721
|
},
|
|
17759
18722
|
{
|
|
17760
|
-
"kind": "
|
|
17761
|
-
"
|
|
17762
|
-
"docComment": "",
|
|
17763
|
-
"excerptTokens": [
|
|
17764
|
-
{
|
|
17765
|
-
"kind": "Content",
|
|
17766
|
-
"text": "Error = "
|
|
17767
|
-
},
|
|
17768
|
-
{
|
|
17769
|
-
"kind": "Content",
|
|
17770
|
-
"text": "3"
|
|
17771
|
-
}
|
|
17772
|
-
],
|
|
17773
|
-
"releaseTag": "Public",
|
|
17774
|
-
"name": "Error",
|
|
17775
|
-
"initializerTokenRange": {
|
|
17776
|
-
"startIndex": 1,
|
|
17777
|
-
"endIndex": 2
|
|
17778
|
-
}
|
|
18723
|
+
"kind": "Content",
|
|
18724
|
+
"text": "import(\"@microsoft/applicationinsights-core-js\")."
|
|
17779
18725
|
},
|
|
17780
18726
|
{
|
|
17781
|
-
"kind": "
|
|
17782
|
-
"
|
|
17783
|
-
"
|
|
17784
|
-
"excerptTokens": [
|
|
17785
|
-
{
|
|
17786
|
-
"kind": "Content",
|
|
17787
|
-
"text": "Information = "
|
|
17788
|
-
},
|
|
17789
|
-
{
|
|
17790
|
-
"kind": "Content",
|
|
17791
|
-
"text": "1"
|
|
17792
|
-
}
|
|
17793
|
-
],
|
|
17794
|
-
"releaseTag": "Public",
|
|
17795
|
-
"name": "Information",
|
|
17796
|
-
"initializerTokenRange": {
|
|
17797
|
-
"startIndex": 1,
|
|
17798
|
-
"endIndex": 2
|
|
17799
|
-
}
|
|
18727
|
+
"kind": "Reference",
|
|
18728
|
+
"text": "EnumValue",
|
|
18729
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!EnumValue:type"
|
|
17800
18730
|
},
|
|
17801
18731
|
{
|
|
17802
|
-
"kind": "
|
|
17803
|
-
"
|
|
17804
|
-
"docComment": "",
|
|
17805
|
-
"excerptTokens": [
|
|
17806
|
-
{
|
|
17807
|
-
"kind": "Content",
|
|
17808
|
-
"text": "Verbose = "
|
|
17809
|
-
},
|
|
17810
|
-
{
|
|
17811
|
-
"kind": "Content",
|
|
17812
|
-
"text": "0"
|
|
17813
|
-
}
|
|
17814
|
-
],
|
|
17815
|
-
"releaseTag": "Public",
|
|
17816
|
-
"name": "Verbose",
|
|
17817
|
-
"initializerTokenRange": {
|
|
17818
|
-
"startIndex": 1,
|
|
17819
|
-
"endIndex": 2
|
|
17820
|
-
}
|
|
18732
|
+
"kind": "Content",
|
|
18733
|
+
"text": "<typeof "
|
|
17821
18734
|
},
|
|
17822
18735
|
{
|
|
17823
|
-
"kind": "
|
|
17824
|
-
"
|
|
17825
|
-
"
|
|
17826
|
-
|
|
17827
|
-
|
|
17828
|
-
|
|
17829
|
-
|
|
17830
|
-
},
|
|
17831
|
-
{
|
|
17832
|
-
"kind": "Content",
|
|
17833
|
-
"text": "2"
|
|
17834
|
-
}
|
|
17835
|
-
],
|
|
17836
|
-
"releaseTag": "Public",
|
|
17837
|
-
"name": "Warning",
|
|
17838
|
-
"initializerTokenRange": {
|
|
17839
|
-
"startIndex": 1,
|
|
17840
|
-
"endIndex": 2
|
|
17841
|
-
}
|
|
18736
|
+
"kind": "Reference",
|
|
18737
|
+
"text": "eSeverityLevel",
|
|
18738
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel:enum"
|
|
18739
|
+
},
|
|
18740
|
+
{
|
|
18741
|
+
"kind": "Content",
|
|
18742
|
+
"text": ">"
|
|
17842
18743
|
}
|
|
17843
|
-
]
|
|
18744
|
+
],
|
|
18745
|
+
"releaseTag": "Public",
|
|
18746
|
+
"name": "SeverityLevel",
|
|
18747
|
+
"variableTypeTokenRange": {
|
|
18748
|
+
"startIndex": 1,
|
|
18749
|
+
"endIndex": 6
|
|
18750
|
+
}
|
|
17844
18751
|
},
|
|
17845
18752
|
{
|
|
17846
18753
|
"kind": "Function",
|
|
@@ -17933,67 +18840,22 @@
|
|
|
17933
18840
|
"name": "TelemetryItemCreator",
|
|
17934
18841
|
"members": [
|
|
17935
18842
|
{
|
|
17936
|
-
"kind": "
|
|
17937
|
-
"canonicalReference": "@microsoft/applicationinsights-common!TelemetryItemCreator.create:member
|
|
18843
|
+
"kind": "Property",
|
|
18844
|
+
"canonicalReference": "@microsoft/applicationinsights-common!TelemetryItemCreator.create:member",
|
|
17938
18845
|
"docComment": "/**\n * Create a telemetry item that the 1DS channel understands\n *\n * @param item - domain specific properties; part B\n *\n * @param baseType - telemetry item type. ie PageViewData\n *\n * @param envelopeName - name of the envelope. ie Microsoft.ApplicationInsights.<instrumentation key>.PageView\n *\n * @param customProperties - user defined custom properties; part C\n *\n * @param systemProperties - system properties that are added to the context; part A\n *\n * @returns ITelemetryItem that is sent to channel\n */\n",
|
|
17939
18846
|
"excerptTokens": [
|
|
17940
18847
|
{
|
|
17941
18848
|
"kind": "Content",
|
|
17942
|
-
"text": "static create
|
|
17943
|
-
},
|
|
17944
|
-
{
|
|
17945
|
-
"kind": "Content",
|
|
17946
|
-
"text": "T"
|
|
17947
|
-
},
|
|
17948
|
-
{
|
|
17949
|
-
"kind": "Content",
|
|
17950
|
-
"text": ", baseType: "
|
|
17951
|
-
},
|
|
17952
|
-
{
|
|
17953
|
-
"kind": "Content",
|
|
17954
|
-
"text": "string"
|
|
17955
|
-
},
|
|
17956
|
-
{
|
|
17957
|
-
"kind": "Content",
|
|
17958
|
-
"text": ", envelopeName: "
|
|
17959
|
-
},
|
|
17960
|
-
{
|
|
17961
|
-
"kind": "Content",
|
|
17962
|
-
"text": "string"
|
|
17963
|
-
},
|
|
17964
|
-
{
|
|
17965
|
-
"kind": "Content",
|
|
17966
|
-
"text": ", logger: "
|
|
17967
|
-
},
|
|
17968
|
-
{
|
|
17969
|
-
"kind": "Reference",
|
|
17970
|
-
"text": "IDiagnosticLogger",
|
|
17971
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
17972
|
-
},
|
|
17973
|
-
{
|
|
17974
|
-
"kind": "Content",
|
|
17975
|
-
"text": ", customProperties?: "
|
|
17976
|
-
},
|
|
17977
|
-
{
|
|
17978
|
-
"kind": "Content",
|
|
17979
|
-
"text": "{\n [key: string]: any;\n }"
|
|
17980
|
-
},
|
|
17981
|
-
{
|
|
17982
|
-
"kind": "Content",
|
|
17983
|
-
"text": ", systemProperties?: "
|
|
17984
|
-
},
|
|
17985
|
-
{
|
|
17986
|
-
"kind": "Content",
|
|
17987
|
-
"text": "{\n [key: string]: any;\n }"
|
|
18849
|
+
"text": "static create: "
|
|
17988
18850
|
},
|
|
17989
18851
|
{
|
|
17990
18852
|
"kind": "Content",
|
|
17991
|
-
"text": "
|
|
18853
|
+
"text": "typeof "
|
|
17992
18854
|
},
|
|
17993
18855
|
{
|
|
17994
18856
|
"kind": "Reference",
|
|
17995
|
-
"text": "
|
|
17996
|
-
"canonicalReference": "@microsoft/applicationinsights-
|
|
18857
|
+
"text": "createTelemetryItem",
|
|
18858
|
+
"canonicalReference": "@microsoft/applicationinsights-common!createTelemetryItem:function"
|
|
17997
18859
|
},
|
|
17998
18860
|
{
|
|
17999
18861
|
"kind": "Content",
|
|
@@ -18001,77 +18863,13 @@
|
|
|
18001
18863
|
}
|
|
18002
18864
|
],
|
|
18003
18865
|
"isOptional": false,
|
|
18004
|
-
"isStatic": true,
|
|
18005
|
-
"returnTypeTokenRange": {
|
|
18006
|
-
"startIndex": 13,
|
|
18007
|
-
"endIndex": 14
|
|
18008
|
-
},
|
|
18009
18866
|
"releaseTag": "Public",
|
|
18010
|
-
"
|
|
18011
|
-
"
|
|
18012
|
-
|
|
18013
|
-
|
|
18014
|
-
|
|
18015
|
-
|
|
18016
|
-
"endIndex": 2
|
|
18017
|
-
},
|
|
18018
|
-
"isOptional": false
|
|
18019
|
-
},
|
|
18020
|
-
{
|
|
18021
|
-
"parameterName": "baseType",
|
|
18022
|
-
"parameterTypeTokenRange": {
|
|
18023
|
-
"startIndex": 3,
|
|
18024
|
-
"endIndex": 4
|
|
18025
|
-
},
|
|
18026
|
-
"isOptional": false
|
|
18027
|
-
},
|
|
18028
|
-
{
|
|
18029
|
-
"parameterName": "envelopeName",
|
|
18030
|
-
"parameterTypeTokenRange": {
|
|
18031
|
-
"startIndex": 5,
|
|
18032
|
-
"endIndex": 6
|
|
18033
|
-
},
|
|
18034
|
-
"isOptional": false
|
|
18035
|
-
},
|
|
18036
|
-
{
|
|
18037
|
-
"parameterName": "logger",
|
|
18038
|
-
"parameterTypeTokenRange": {
|
|
18039
|
-
"startIndex": 7,
|
|
18040
|
-
"endIndex": 8
|
|
18041
|
-
},
|
|
18042
|
-
"isOptional": false
|
|
18043
|
-
},
|
|
18044
|
-
{
|
|
18045
|
-
"parameterName": "customProperties",
|
|
18046
|
-
"parameterTypeTokenRange": {
|
|
18047
|
-
"startIndex": 9,
|
|
18048
|
-
"endIndex": 10
|
|
18049
|
-
},
|
|
18050
|
-
"isOptional": true
|
|
18051
|
-
},
|
|
18052
|
-
{
|
|
18053
|
-
"parameterName": "systemProperties",
|
|
18054
|
-
"parameterTypeTokenRange": {
|
|
18055
|
-
"startIndex": 11,
|
|
18056
|
-
"endIndex": 12
|
|
18057
|
-
},
|
|
18058
|
-
"isOptional": true
|
|
18059
|
-
}
|
|
18060
|
-
],
|
|
18061
|
-
"typeParameters": [
|
|
18062
|
-
{
|
|
18063
|
-
"typeParameterName": "T",
|
|
18064
|
-
"constraintTokenRange": {
|
|
18065
|
-
"startIndex": 0,
|
|
18066
|
-
"endIndex": 0
|
|
18067
|
-
},
|
|
18068
|
-
"defaultTypeTokenRange": {
|
|
18069
|
-
"startIndex": 0,
|
|
18070
|
-
"endIndex": 0
|
|
18071
|
-
}
|
|
18072
|
-
}
|
|
18073
|
-
],
|
|
18074
|
-
"name": "create"
|
|
18867
|
+
"name": "create",
|
|
18868
|
+
"propertyTypeTokenRange": {
|
|
18869
|
+
"startIndex": 1,
|
|
18870
|
+
"endIndex": 3
|
|
18871
|
+
},
|
|
18872
|
+
"isStatic": true
|
|
18075
18873
|
}
|
|
18076
18874
|
],
|
|
18077
18875
|
"implementsTokenRanges": []
|
|
@@ -18136,7 +18934,7 @@
|
|
|
18136
18934
|
{
|
|
18137
18935
|
"kind": "Reference",
|
|
18138
18936
|
"text": "SeverityLevel",
|
|
18139
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
18937
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
18140
18938
|
},
|
|
18141
18939
|
{
|
|
18142
18940
|
"kind": "Content",
|
|
@@ -18414,7 +19212,7 @@
|
|
|
18414
19212
|
{
|
|
18415
19213
|
"kind": "Reference",
|
|
18416
19214
|
"text": "SeverityLevel",
|
|
18417
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
19215
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
18418
19216
|
},
|
|
18419
19217
|
{
|
|
18420
19218
|
"kind": "Content",
|