@microsoft/applicationinsights-common 2.8.0-nightly.2204-04 → 2.8.0-nightly.2204-07
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-common.integrity.json +9 -9
- package/browser/applicationinsights-common.js +566 -504
- 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 +1206 -399
- package/dist/applicationinsights-common.api.md +105 -28
- package/dist/applicationinsights-common.d.ts +169 -31
- package/dist/applicationinsights-common.js +566 -504
- 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 +169 -31
- 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 +12 -12
- 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 +9 -9
- package/dist-esm/Telemetry/Common/DataSanitizer.js.map +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +1 -1
- package/dist-esm/Telemetry/Event.js +1 -1
- package/dist-esm/Telemetry/Exception.js +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 +11 -11
- package/src/Telemetry/Common/DataSanitizer.ts +10 -10
- package/src/Telemetry/PageViewPerformance.ts +1 -1
- 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/Telemetry/Common/DataSanitizer.d.ts +3 -3
- 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",
|
|
@@ -986,8 +1218,8 @@
|
|
|
986
1218
|
},
|
|
987
1219
|
{
|
|
988
1220
|
"kind": "Reference",
|
|
989
|
-
"text": "
|
|
990
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
1221
|
+
"text": "_eInternalMessageId",
|
|
1222
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_eInternalMessageId:enum"
|
|
991
1223
|
},
|
|
992
1224
|
{
|
|
993
1225
|
"kind": "Content",
|
|
@@ -1875,14 +2107,32 @@
|
|
|
1875
2107
|
},
|
|
1876
2108
|
{
|
|
1877
2109
|
"kind": "Content",
|
|
1878
|
-
"text": "
|
|
2110
|
+
"text": "import(\"@microsoft/applicationinsights-core-js\")."
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"kind": "Reference",
|
|
2114
|
+
"text": "EnumValue",
|
|
2115
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!EnumValue:type"
|
|
2116
|
+
},
|
|
2117
|
+
{
|
|
2118
|
+
"kind": "Content",
|
|
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": ">"
|
|
1879
2129
|
}
|
|
1880
2130
|
],
|
|
1881
2131
|
"releaseTag": "Public",
|
|
1882
2132
|
"name": "DistributedTracingModes",
|
|
1883
2133
|
"variableTypeTokenRange": {
|
|
1884
2134
|
"startIndex": 1,
|
|
1885
|
-
"endIndex":
|
|
2135
|
+
"endIndex": 6
|
|
1886
2136
|
}
|
|
1887
2137
|
},
|
|
1888
2138
|
{
|
|
@@ -2347,61 +2597,385 @@
|
|
|
2347
2597
|
]
|
|
2348
2598
|
},
|
|
2349
2599
|
{
|
|
2350
|
-
"kind": "
|
|
2351
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
2600
|
+
"kind": "Enum",
|
|
2601
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders:enum",
|
|
2352
2602
|
"docComment": "",
|
|
2353
2603
|
"excerptTokens": [
|
|
2354
2604
|
{
|
|
2355
2605
|
"kind": "Content",
|
|
2356
|
-
"text": "export declare
|
|
2357
|
-
},
|
|
2358
|
-
{
|
|
2359
|
-
"kind": "Reference",
|
|
2360
|
-
"text": "IEventData",
|
|
2361
|
-
"canonicalReference": "@microsoft/applicationinsights-common!IEventData:interface"
|
|
2362
|
-
},
|
|
2363
|
-
{
|
|
2364
|
-
"kind": "Content",
|
|
2365
|
-
"text": ", "
|
|
2366
|
-
},
|
|
2367
|
-
{
|
|
2368
|
-
"kind": "Reference",
|
|
2369
|
-
"text": "ISerializable",
|
|
2370
|
-
"canonicalReference": "@microsoft/applicationinsights-common!ISerializable:interface"
|
|
2371
|
-
},
|
|
2372
|
-
{
|
|
2373
|
-
"kind": "Content",
|
|
2374
|
-
"text": " "
|
|
2606
|
+
"text": "export declare const enum eRequestHeaders "
|
|
2375
2607
|
}
|
|
2376
2608
|
],
|
|
2377
2609
|
"releaseTag": "Public",
|
|
2378
|
-
"name": "
|
|
2610
|
+
"name": "eRequestHeaders",
|
|
2379
2611
|
"members": [
|
|
2380
2612
|
{
|
|
2381
|
-
"kind": "
|
|
2382
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
2383
|
-
"docComment": "
|
|
2613
|
+
"kind": "EnumMember",
|
|
2614
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eRequestHeaders.requestContextAppIdFormat:member",
|
|
2615
|
+
"docComment": "",
|
|
2384
2616
|
"excerptTokens": [
|
|
2385
2617
|
{
|
|
2386
2618
|
"kind": "Content",
|
|
2387
|
-
"text": "
|
|
2388
|
-
},
|
|
2389
|
-
{
|
|
2390
|
-
"kind": "Reference",
|
|
2391
|
-
"text": "IDiagnosticLogger",
|
|
2392
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"kind": "Content",
|
|
2396
|
-
"text": ", name: "
|
|
2397
|
-
},
|
|
2398
|
-
{
|
|
2399
|
-
"kind": "Content",
|
|
2400
|
-
"text": "string"
|
|
2619
|
+
"text": "requestContextAppIdFormat = "
|
|
2401
2620
|
},
|
|
2402
2621
|
{
|
|
2403
2622
|
"kind": "Content",
|
|
2404
|
-
"text": "
|
|
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": [
|
|
2638
|
+
{
|
|
2639
|
+
"kind": "Content",
|
|
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: "
|
|
2971
|
+
},
|
|
2972
|
+
{
|
|
2973
|
+
"kind": "Content",
|
|
2974
|
+
"text": "string"
|
|
2975
|
+
},
|
|
2976
|
+
{
|
|
2977
|
+
"kind": "Content",
|
|
2978
|
+
"text": ", properties?: "
|
|
2405
2979
|
},
|
|
2406
2980
|
{
|
|
2407
2981
|
"kind": "Content",
|
|
@@ -2789,7 +3363,7 @@
|
|
|
2789
3363
|
{
|
|
2790
3364
|
"kind": "Reference",
|
|
2791
3365
|
"text": "SeverityLevel",
|
|
2792
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
3366
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
2793
3367
|
},
|
|
2794
3368
|
{
|
|
2795
3369
|
"kind": "Content",
|
|
@@ -3587,7 +4161,7 @@
|
|
|
3587
4161
|
{
|
|
3588
4162
|
"kind": "Reference",
|
|
3589
4163
|
"text": "SeverityLevel",
|
|
3590
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
4164
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
3591
4165
|
},
|
|
3592
4166
|
{
|
|
3593
4167
|
"kind": "Content",
|
|
@@ -3788,9 +4362,82 @@
|
|
|
3788
4362
|
"initializerTokenRange": {
|
|
3789
4363
|
"startIndex": 1,
|
|
3790
4364
|
"endIndex": 2
|
|
3791
|
-
}
|
|
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": {
|
|
4434
|
+
"startIndex": 1,
|
|
4435
|
+
"endIndex": 2
|
|
4436
|
+
},
|
|
4437
|
+
"isOptional": false
|
|
3792
4438
|
}
|
|
3793
|
-
]
|
|
4439
|
+
],
|
|
4440
|
+
"name": "formatTraceParent"
|
|
3794
4441
|
},
|
|
3795
4442
|
{
|
|
3796
4443
|
"kind": "Function",
|
|
@@ -5257,33 +5904,6 @@
|
|
|
5257
5904
|
"endIndex": 2
|
|
5258
5905
|
}
|
|
5259
5906
|
},
|
|
5260
|
-
{
|
|
5261
|
-
"kind": "PropertySignature",
|
|
5262
|
-
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#cookieMgrCfg:member",
|
|
5263
|
-
"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",
|
|
5264
|
-
"excerptTokens": [
|
|
5265
|
-
{
|
|
5266
|
-
"kind": "Content",
|
|
5267
|
-
"text": "cookieMgrCfg?: "
|
|
5268
|
-
},
|
|
5269
|
-
{
|
|
5270
|
-
"kind": "Reference",
|
|
5271
|
-
"text": "ICookieMgrConfig",
|
|
5272
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!ICookieMgrConfig:interface"
|
|
5273
|
-
},
|
|
5274
|
-
{
|
|
5275
|
-
"kind": "Content",
|
|
5276
|
-
"text": ";"
|
|
5277
|
-
}
|
|
5278
|
-
],
|
|
5279
|
-
"isOptional": true,
|
|
5280
|
-
"releaseTag": "Public",
|
|
5281
|
-
"name": "cookieMgrCfg",
|
|
5282
|
-
"propertyTypeTokenRange": {
|
|
5283
|
-
"startIndex": 1,
|
|
5284
|
-
"endIndex": 2
|
|
5285
|
-
}
|
|
5286
|
-
},
|
|
5287
5907
|
{
|
|
5288
5908
|
"kind": "PropertySignature",
|
|
5289
5909
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#cookiePath:member",
|
|
@@ -5448,7 +6068,7 @@
|
|
|
5448
6068
|
{
|
|
5449
6069
|
"kind": "PropertySignature",
|
|
5450
6070
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#disableCookiesUsage:member",
|
|
5451
|
-
"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",
|
|
5452
6072
|
"excerptTokens": [
|
|
5453
6073
|
{
|
|
5454
6074
|
"kind": "Content",
|
|
@@ -6134,7 +6754,7 @@
|
|
|
6134
6754
|
{
|
|
6135
6755
|
"kind": "PropertySignature",
|
|
6136
6756
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#isCookieUseDisabled:member",
|
|
6137
|
-
"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",
|
|
6138
6758
|
"excerptTokens": [
|
|
6139
6759
|
{
|
|
6140
6760
|
"kind": "Content",
|
|
@@ -9180,8 +9800,8 @@
|
|
|
9180
9800
|
},
|
|
9181
9801
|
{
|
|
9182
9802
|
"kind": "Reference",
|
|
9183
|
-
"text": "
|
|
9184
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!
|
|
9803
|
+
"text": "_eInternalMessageId",
|
|
9804
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!_eInternalMessageId:enum"
|
|
9185
9805
|
},
|
|
9186
9806
|
{
|
|
9187
9807
|
"kind": "Content",
|
|
@@ -10468,7 +11088,7 @@
|
|
|
10468
11088
|
{
|
|
10469
11089
|
"kind": "Reference",
|
|
10470
11090
|
"text": "SeverityLevel",
|
|
10471
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
11091
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
10472
11092
|
},
|
|
10473
11093
|
{
|
|
10474
11094
|
"kind": "Content",
|
|
@@ -10644,7 +11264,7 @@
|
|
|
10644
11264
|
{
|
|
10645
11265
|
"kind": "Reference",
|
|
10646
11266
|
"text": "SeverityLevel",
|
|
10647
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
11267
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
10648
11268
|
},
|
|
10649
11269
|
{
|
|
10650
11270
|
"kind": "Content",
|
|
@@ -12541,105 +13161,283 @@
|
|
|
12541
13161
|
"excerptTokens": [
|
|
12542
13162
|
{
|
|
12543
13163
|
"kind": "Content",
|
|
12544
|
-
"text": "export interface ISession "
|
|
12545
|
-
}
|
|
12546
|
-
],
|
|
12547
|
-
"releaseTag": "Public",
|
|
12548
|
-
"name": "ISession",
|
|
12549
|
-
"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
|
+
},
|
|
12550
13393
|
{
|
|
12551
|
-
"kind": "
|
|
12552
|
-
"
|
|
12553
|
-
"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",
|
|
12554
|
-
"excerptTokens": [
|
|
12555
|
-
{
|
|
12556
|
-
"kind": "Content",
|
|
12557
|
-
"text": "acquisitionDate?: "
|
|
12558
|
-
},
|
|
12559
|
-
{
|
|
12560
|
-
"kind": "Content",
|
|
12561
|
-
"text": "number"
|
|
12562
|
-
},
|
|
12563
|
-
{
|
|
12564
|
-
"kind": "Content",
|
|
12565
|
-
"text": ";"
|
|
12566
|
-
}
|
|
12567
|
-
],
|
|
12568
|
-
"isOptional": true,
|
|
12569
|
-
"releaseTag": "Public",
|
|
12570
|
-
"name": "acquisitionDate",
|
|
12571
|
-
"propertyTypeTokenRange": {
|
|
12572
|
-
"startIndex": 1,
|
|
12573
|
-
"endIndex": 2
|
|
12574
|
-
}
|
|
13394
|
+
"kind": "Content",
|
|
13395
|
+
"text": "string"
|
|
12575
13396
|
},
|
|
12576
13397
|
{
|
|
12577
|
-
"kind": "
|
|
12578
|
-
"
|
|
12579
|
-
"docComment": "/**\n * The session ID.\n */\n",
|
|
12580
|
-
"excerptTokens": [
|
|
12581
|
-
{
|
|
12582
|
-
"kind": "Content",
|
|
12583
|
-
"text": "id?: "
|
|
12584
|
-
},
|
|
12585
|
-
{
|
|
12586
|
-
"kind": "Content",
|
|
12587
|
-
"text": "string"
|
|
12588
|
-
},
|
|
12589
|
-
{
|
|
12590
|
-
"kind": "Content",
|
|
12591
|
-
"text": ";"
|
|
12592
|
-
}
|
|
12593
|
-
],
|
|
12594
|
-
"isOptional": true,
|
|
12595
|
-
"releaseTag": "Public",
|
|
12596
|
-
"name": "id",
|
|
12597
|
-
"propertyTypeTokenRange": {
|
|
12598
|
-
"startIndex": 1,
|
|
12599
|
-
"endIndex": 2
|
|
12600
|
-
}
|
|
13398
|
+
"kind": "Content",
|
|
13399
|
+
"text": "): "
|
|
12601
13400
|
},
|
|
12602
13401
|
{
|
|
12603
|
-
"kind": "
|
|
12604
|
-
"
|
|
12605
|
-
|
|
12606
|
-
|
|
12607
|
-
|
|
12608
|
-
|
|
12609
|
-
|
|
12610
|
-
|
|
12611
|
-
|
|
12612
|
-
|
|
12613
|
-
|
|
12614
|
-
|
|
12615
|
-
|
|
12616
|
-
|
|
12617
|
-
|
|
12618
|
-
|
|
12619
|
-
|
|
12620
|
-
"
|
|
12621
|
-
"releaseTag": "Public",
|
|
12622
|
-
"name": "renewalDate",
|
|
12623
|
-
"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": {
|
|
12624
13420
|
"startIndex": 1,
|
|
12625
13421
|
"endIndex": 2
|
|
12626
|
-
}
|
|
13422
|
+
},
|
|
13423
|
+
"isOptional": false
|
|
12627
13424
|
}
|
|
12628
13425
|
],
|
|
12629
|
-
"
|
|
13426
|
+
"name": "isValidTraceId"
|
|
12630
13427
|
},
|
|
12631
13428
|
{
|
|
12632
13429
|
"kind": "Function",
|
|
12633
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
12634
|
-
"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",
|
|
12635
13432
|
"excerptTokens": [
|
|
12636
13433
|
{
|
|
12637
13434
|
"kind": "Content",
|
|
12638
|
-
"text": "export declare function
|
|
13435
|
+
"text": "export declare function isValidTraceParent(value: "
|
|
12639
13436
|
},
|
|
12640
13437
|
{
|
|
12641
|
-
"kind": "
|
|
12642
|
-
"text": "
|
|
13438
|
+
"kind": "Reference",
|
|
13439
|
+
"text": "ITraceParent",
|
|
13440
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
12643
13441
|
},
|
|
12644
13442
|
{
|
|
12645
13443
|
"kind": "Content",
|
|
@@ -12662,7 +13460,7 @@
|
|
|
12662
13460
|
"overloadIndex": 1,
|
|
12663
13461
|
"parameters": [
|
|
12664
13462
|
{
|
|
12665
|
-
"parameterName": "
|
|
13463
|
+
"parameterName": "value",
|
|
12666
13464
|
"parameterTypeTokenRange": {
|
|
12667
13465
|
"startIndex": 1,
|
|
12668
13466
|
"endIndex": 2
|
|
@@ -12670,7 +13468,7 @@
|
|
|
12670
13468
|
"isOptional": false
|
|
12671
13469
|
}
|
|
12672
13470
|
],
|
|
12673
|
-
"name": "
|
|
13471
|
+
"name": "isValidTraceParent"
|
|
12674
13472
|
},
|
|
12675
13473
|
{
|
|
12676
13474
|
"kind": "Interface",
|
|
@@ -13104,6 +13902,126 @@
|
|
|
13104
13902
|
],
|
|
13105
13903
|
"extendsTokenRanges": []
|
|
13106
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
|
+
},
|
|
13107
14025
|
{
|
|
13108
14026
|
"kind": "Interface",
|
|
13109
14027
|
"canonicalReference": "@microsoft/applicationinsights-common!ITraceState:interface",
|
|
@@ -13205,7 +14123,7 @@
|
|
|
13205
14123
|
{
|
|
13206
14124
|
"kind": "Reference",
|
|
13207
14125
|
"text": "SeverityLevel",
|
|
13208
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
14126
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
13209
14127
|
},
|
|
13210
14128
|
{
|
|
13211
14129
|
"kind": "Content",
|
|
@@ -16777,12 +17695,57 @@
|
|
|
16777
17695
|
},
|
|
16778
17696
|
{
|
|
16779
17697
|
"kind": "Function",
|
|
16780
|
-
"canonicalReference": "@microsoft/applicationinsights-common!parseConnectionString:function(1)",
|
|
16781
|
-
"docComment": "",
|
|
17698
|
+
"canonicalReference": "@microsoft/applicationinsights-common!parseConnectionString:function(1)",
|
|
17699
|
+
"docComment": "",
|
|
17700
|
+
"excerptTokens": [
|
|
17701
|
+
{
|
|
17702
|
+
"kind": "Content",
|
|
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",
|
|
16782
17745
|
"excerptTokens": [
|
|
16783
17746
|
{
|
|
16784
17747
|
"kind": "Content",
|
|
16785
|
-
"text": "export declare function
|
|
17748
|
+
"text": "export declare function parseTraceParent(value: "
|
|
16786
17749
|
},
|
|
16787
17750
|
{
|
|
16788
17751
|
"kind": "Content",
|
|
@@ -16794,8 +17757,8 @@
|
|
|
16794
17757
|
},
|
|
16795
17758
|
{
|
|
16796
17759
|
"kind": "Reference",
|
|
16797
|
-
"text": "
|
|
16798
|
-
"canonicalReference": "@microsoft/applicationinsights-common!
|
|
17760
|
+
"text": "ITraceParent",
|
|
17761
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ITraceParent:interface"
|
|
16799
17762
|
},
|
|
16800
17763
|
{
|
|
16801
17764
|
"kind": "Content",
|
|
@@ -16810,15 +17773,15 @@
|
|
|
16810
17773
|
"overloadIndex": 1,
|
|
16811
17774
|
"parameters": [
|
|
16812
17775
|
{
|
|
16813
|
-
"parameterName": "
|
|
17776
|
+
"parameterName": "value",
|
|
16814
17777
|
"parameterTypeTokenRange": {
|
|
16815
17778
|
"startIndex": 1,
|
|
16816
17779
|
"endIndex": 2
|
|
16817
17780
|
},
|
|
16818
|
-
"isOptional":
|
|
17781
|
+
"isOptional": false
|
|
16819
17782
|
}
|
|
16820
17783
|
],
|
|
16821
|
-
"name": "
|
|
17784
|
+
"name": "parseTraceParent"
|
|
16822
17785
|
},
|
|
16823
17786
|
{
|
|
16824
17787
|
"kind": "Variable",
|
|
@@ -17687,13 +18650,17 @@
|
|
|
17687
18650
|
"kind": "Reference",
|
|
17688
18651
|
"text": "IRequestHeaders",
|
|
17689
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}"
|
|
17690
18657
|
}
|
|
17691
18658
|
],
|
|
17692
18659
|
"releaseTag": "Public",
|
|
17693
18660
|
"name": "RequestHeaders",
|
|
17694
18661
|
"variableTypeTokenRange": {
|
|
17695
18662
|
"startIndex": 1,
|
|
17696
|
-
"endIndex":
|
|
18663
|
+
"endIndex": 3
|
|
17697
18664
|
}
|
|
17698
18665
|
},
|
|
17699
18666
|
{
|
|
@@ -17714,124 +18681,73 @@
|
|
|
17714
18681
|
}
|
|
17715
18682
|
},
|
|
17716
18683
|
{
|
|
17717
|
-
"kind": "
|
|
17718
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
17719
|
-
"docComment": "
|
|
18684
|
+
"kind": "TypeAlias",
|
|
18685
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type",
|
|
18686
|
+
"docComment": "",
|
|
17720
18687
|
"excerptTokens": [
|
|
17721
18688
|
{
|
|
17722
18689
|
"kind": "Content",
|
|
17723
|
-
"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": ";"
|
|
17724
18704
|
}
|
|
17725
18705
|
],
|
|
17726
18706
|
"releaseTag": "Public",
|
|
17727
18707
|
"name": "SeverityLevel",
|
|
17728
|
-
"
|
|
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": [
|
|
17729
18718
|
{
|
|
17730
|
-
"kind": "
|
|
17731
|
-
"
|
|
17732
|
-
"docComment": "",
|
|
17733
|
-
"excerptTokens": [
|
|
17734
|
-
{
|
|
17735
|
-
"kind": "Content",
|
|
17736
|
-
"text": "Critical = "
|
|
17737
|
-
},
|
|
17738
|
-
{
|
|
17739
|
-
"kind": "Content",
|
|
17740
|
-
"text": "4"
|
|
17741
|
-
}
|
|
17742
|
-
],
|
|
17743
|
-
"releaseTag": "Public",
|
|
17744
|
-
"name": "Critical",
|
|
17745
|
-
"initializerTokenRange": {
|
|
17746
|
-
"startIndex": 1,
|
|
17747
|
-
"endIndex": 2
|
|
17748
|
-
}
|
|
18719
|
+
"kind": "Content",
|
|
18720
|
+
"text": "SeverityLevel: "
|
|
17749
18721
|
},
|
|
17750
18722
|
{
|
|
17751
|
-
"kind": "
|
|
17752
|
-
"
|
|
17753
|
-
"docComment": "",
|
|
17754
|
-
"excerptTokens": [
|
|
17755
|
-
{
|
|
17756
|
-
"kind": "Content",
|
|
17757
|
-
"text": "Error = "
|
|
17758
|
-
},
|
|
17759
|
-
{
|
|
17760
|
-
"kind": "Content",
|
|
17761
|
-
"text": "3"
|
|
17762
|
-
}
|
|
17763
|
-
],
|
|
17764
|
-
"releaseTag": "Public",
|
|
17765
|
-
"name": "Error",
|
|
17766
|
-
"initializerTokenRange": {
|
|
17767
|
-
"startIndex": 1,
|
|
17768
|
-
"endIndex": 2
|
|
17769
|
-
}
|
|
18723
|
+
"kind": "Content",
|
|
18724
|
+
"text": "import(\"@microsoft/applicationinsights-core-js\")."
|
|
17770
18725
|
},
|
|
17771
18726
|
{
|
|
17772
|
-
"kind": "
|
|
17773
|
-
"
|
|
17774
|
-
"
|
|
17775
|
-
"excerptTokens": [
|
|
17776
|
-
{
|
|
17777
|
-
"kind": "Content",
|
|
17778
|
-
"text": "Information = "
|
|
17779
|
-
},
|
|
17780
|
-
{
|
|
17781
|
-
"kind": "Content",
|
|
17782
|
-
"text": "1"
|
|
17783
|
-
}
|
|
17784
|
-
],
|
|
17785
|
-
"releaseTag": "Public",
|
|
17786
|
-
"name": "Information",
|
|
17787
|
-
"initializerTokenRange": {
|
|
17788
|
-
"startIndex": 1,
|
|
17789
|
-
"endIndex": 2
|
|
17790
|
-
}
|
|
18727
|
+
"kind": "Reference",
|
|
18728
|
+
"text": "EnumValue",
|
|
18729
|
+
"canonicalReference": "@microsoft/applicationinsights-core-js!EnumValue:type"
|
|
17791
18730
|
},
|
|
17792
18731
|
{
|
|
17793
|
-
"kind": "
|
|
17794
|
-
"
|
|
17795
|
-
"docComment": "",
|
|
17796
|
-
"excerptTokens": [
|
|
17797
|
-
{
|
|
17798
|
-
"kind": "Content",
|
|
17799
|
-
"text": "Verbose = "
|
|
17800
|
-
},
|
|
17801
|
-
{
|
|
17802
|
-
"kind": "Content",
|
|
17803
|
-
"text": "0"
|
|
17804
|
-
}
|
|
17805
|
-
],
|
|
17806
|
-
"releaseTag": "Public",
|
|
17807
|
-
"name": "Verbose",
|
|
17808
|
-
"initializerTokenRange": {
|
|
17809
|
-
"startIndex": 1,
|
|
17810
|
-
"endIndex": 2
|
|
17811
|
-
}
|
|
18732
|
+
"kind": "Content",
|
|
18733
|
+
"text": "<typeof "
|
|
17812
18734
|
},
|
|
17813
18735
|
{
|
|
17814
|
-
"kind": "
|
|
17815
|
-
"
|
|
17816
|
-
"
|
|
17817
|
-
|
|
17818
|
-
|
|
17819
|
-
|
|
17820
|
-
|
|
17821
|
-
},
|
|
17822
|
-
{
|
|
17823
|
-
"kind": "Content",
|
|
17824
|
-
"text": "2"
|
|
17825
|
-
}
|
|
17826
|
-
],
|
|
17827
|
-
"releaseTag": "Public",
|
|
17828
|
-
"name": "Warning",
|
|
17829
|
-
"initializerTokenRange": {
|
|
17830
|
-
"startIndex": 1,
|
|
17831
|
-
"endIndex": 2
|
|
17832
|
-
}
|
|
18736
|
+
"kind": "Reference",
|
|
18737
|
+
"text": "eSeverityLevel",
|
|
18738
|
+
"canonicalReference": "@microsoft/applicationinsights-common!eSeverityLevel:enum"
|
|
18739
|
+
},
|
|
18740
|
+
{
|
|
18741
|
+
"kind": "Content",
|
|
18742
|
+
"text": ">"
|
|
17833
18743
|
}
|
|
17834
|
-
]
|
|
18744
|
+
],
|
|
18745
|
+
"releaseTag": "Public",
|
|
18746
|
+
"name": "SeverityLevel",
|
|
18747
|
+
"variableTypeTokenRange": {
|
|
18748
|
+
"startIndex": 1,
|
|
18749
|
+
"endIndex": 6
|
|
18750
|
+
}
|
|
17835
18751
|
},
|
|
17836
18752
|
{
|
|
17837
18753
|
"kind": "Function",
|
|
@@ -17924,67 +18840,22 @@
|
|
|
17924
18840
|
"name": "TelemetryItemCreator",
|
|
17925
18841
|
"members": [
|
|
17926
18842
|
{
|
|
17927
|
-
"kind": "
|
|
17928
|
-
"canonicalReference": "@microsoft/applicationinsights-common!TelemetryItemCreator.create:member
|
|
18843
|
+
"kind": "Property",
|
|
18844
|
+
"canonicalReference": "@microsoft/applicationinsights-common!TelemetryItemCreator.create:member",
|
|
17929
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",
|
|
17930
18846
|
"excerptTokens": [
|
|
17931
18847
|
{
|
|
17932
18848
|
"kind": "Content",
|
|
17933
|
-
"text": "static create
|
|
17934
|
-
},
|
|
17935
|
-
{
|
|
17936
|
-
"kind": "Content",
|
|
17937
|
-
"text": "T"
|
|
17938
|
-
},
|
|
17939
|
-
{
|
|
17940
|
-
"kind": "Content",
|
|
17941
|
-
"text": ", baseType: "
|
|
17942
|
-
},
|
|
17943
|
-
{
|
|
17944
|
-
"kind": "Content",
|
|
17945
|
-
"text": "string"
|
|
17946
|
-
},
|
|
17947
|
-
{
|
|
17948
|
-
"kind": "Content",
|
|
17949
|
-
"text": ", envelopeName: "
|
|
17950
|
-
},
|
|
17951
|
-
{
|
|
17952
|
-
"kind": "Content",
|
|
17953
|
-
"text": "string"
|
|
17954
|
-
},
|
|
17955
|
-
{
|
|
17956
|
-
"kind": "Content",
|
|
17957
|
-
"text": ", logger: "
|
|
17958
|
-
},
|
|
17959
|
-
{
|
|
17960
|
-
"kind": "Reference",
|
|
17961
|
-
"text": "IDiagnosticLogger",
|
|
17962
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IDiagnosticLogger:interface"
|
|
17963
|
-
},
|
|
17964
|
-
{
|
|
17965
|
-
"kind": "Content",
|
|
17966
|
-
"text": ", customProperties?: "
|
|
17967
|
-
},
|
|
17968
|
-
{
|
|
17969
|
-
"kind": "Content",
|
|
17970
|
-
"text": "{\n [key: string]: any;\n }"
|
|
17971
|
-
},
|
|
17972
|
-
{
|
|
17973
|
-
"kind": "Content",
|
|
17974
|
-
"text": ", systemProperties?: "
|
|
17975
|
-
},
|
|
17976
|
-
{
|
|
17977
|
-
"kind": "Content",
|
|
17978
|
-
"text": "{\n [key: string]: any;\n }"
|
|
18849
|
+
"text": "static create: "
|
|
17979
18850
|
},
|
|
17980
18851
|
{
|
|
17981
18852
|
"kind": "Content",
|
|
17982
|
-
"text": "
|
|
18853
|
+
"text": "typeof "
|
|
17983
18854
|
},
|
|
17984
18855
|
{
|
|
17985
18856
|
"kind": "Reference",
|
|
17986
|
-
"text": "
|
|
17987
|
-
"canonicalReference": "@microsoft/applicationinsights-
|
|
18857
|
+
"text": "createTelemetryItem",
|
|
18858
|
+
"canonicalReference": "@microsoft/applicationinsights-common!createTelemetryItem:function"
|
|
17988
18859
|
},
|
|
17989
18860
|
{
|
|
17990
18861
|
"kind": "Content",
|
|
@@ -17992,77 +18863,13 @@
|
|
|
17992
18863
|
}
|
|
17993
18864
|
],
|
|
17994
18865
|
"isOptional": false,
|
|
17995
|
-
"isStatic": true,
|
|
17996
|
-
"returnTypeTokenRange": {
|
|
17997
|
-
"startIndex": 13,
|
|
17998
|
-
"endIndex": 14
|
|
17999
|
-
},
|
|
18000
18866
|
"releaseTag": "Public",
|
|
18001
|
-
"
|
|
18002
|
-
"
|
|
18003
|
-
|
|
18004
|
-
|
|
18005
|
-
|
|
18006
|
-
|
|
18007
|
-
"endIndex": 2
|
|
18008
|
-
},
|
|
18009
|
-
"isOptional": false
|
|
18010
|
-
},
|
|
18011
|
-
{
|
|
18012
|
-
"parameterName": "baseType",
|
|
18013
|
-
"parameterTypeTokenRange": {
|
|
18014
|
-
"startIndex": 3,
|
|
18015
|
-
"endIndex": 4
|
|
18016
|
-
},
|
|
18017
|
-
"isOptional": false
|
|
18018
|
-
},
|
|
18019
|
-
{
|
|
18020
|
-
"parameterName": "envelopeName",
|
|
18021
|
-
"parameterTypeTokenRange": {
|
|
18022
|
-
"startIndex": 5,
|
|
18023
|
-
"endIndex": 6
|
|
18024
|
-
},
|
|
18025
|
-
"isOptional": false
|
|
18026
|
-
},
|
|
18027
|
-
{
|
|
18028
|
-
"parameterName": "logger",
|
|
18029
|
-
"parameterTypeTokenRange": {
|
|
18030
|
-
"startIndex": 7,
|
|
18031
|
-
"endIndex": 8
|
|
18032
|
-
},
|
|
18033
|
-
"isOptional": false
|
|
18034
|
-
},
|
|
18035
|
-
{
|
|
18036
|
-
"parameterName": "customProperties",
|
|
18037
|
-
"parameterTypeTokenRange": {
|
|
18038
|
-
"startIndex": 9,
|
|
18039
|
-
"endIndex": 10
|
|
18040
|
-
},
|
|
18041
|
-
"isOptional": true
|
|
18042
|
-
},
|
|
18043
|
-
{
|
|
18044
|
-
"parameterName": "systemProperties",
|
|
18045
|
-
"parameterTypeTokenRange": {
|
|
18046
|
-
"startIndex": 11,
|
|
18047
|
-
"endIndex": 12
|
|
18048
|
-
},
|
|
18049
|
-
"isOptional": true
|
|
18050
|
-
}
|
|
18051
|
-
],
|
|
18052
|
-
"typeParameters": [
|
|
18053
|
-
{
|
|
18054
|
-
"typeParameterName": "T",
|
|
18055
|
-
"constraintTokenRange": {
|
|
18056
|
-
"startIndex": 0,
|
|
18057
|
-
"endIndex": 0
|
|
18058
|
-
},
|
|
18059
|
-
"defaultTypeTokenRange": {
|
|
18060
|
-
"startIndex": 0,
|
|
18061
|
-
"endIndex": 0
|
|
18062
|
-
}
|
|
18063
|
-
}
|
|
18064
|
-
],
|
|
18065
|
-
"name": "create"
|
|
18867
|
+
"name": "create",
|
|
18868
|
+
"propertyTypeTokenRange": {
|
|
18869
|
+
"startIndex": 1,
|
|
18870
|
+
"endIndex": 3
|
|
18871
|
+
},
|
|
18872
|
+
"isStatic": true
|
|
18066
18873
|
}
|
|
18067
18874
|
],
|
|
18068
18875
|
"implementsTokenRanges": []
|
|
@@ -18127,7 +18934,7 @@
|
|
|
18127
18934
|
{
|
|
18128
18935
|
"kind": "Reference",
|
|
18129
18936
|
"text": "SeverityLevel",
|
|
18130
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
18937
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
18131
18938
|
},
|
|
18132
18939
|
{
|
|
18133
18940
|
"kind": "Content",
|
|
@@ -18405,7 +19212,7 @@
|
|
|
18405
19212
|
{
|
|
18406
19213
|
"kind": "Reference",
|
|
18407
19214
|
"text": "SeverityLevel",
|
|
18408
|
-
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:
|
|
19215
|
+
"canonicalReference": "@microsoft/applicationinsights-common!SeverityLevel:type"
|
|
18409
19216
|
},
|
|
18410
19217
|
{
|
|
18411
19218
|
"kind": "Content",
|