@microsoft/applicationinsights-common 2.8.7-nightly.2208-09 → 2.8.7
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 +2 -2
- 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 +80 -26
- package/dist/applicationinsights-common.api.md +2 -0
- package/dist/applicationinsights-common.d.ts +15 -1
- package/dist/applicationinsights-common.js +2 -2
- 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 +15 -1
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -1
- package/dist-esm/HelperFuncs.js +1 -1
- package/dist-esm/Interfaces/ConnectionString.js +1 -1
- package/dist-esm/Interfaces/Context/IApplication.js +1 -1
- package/dist-esm/Interfaces/Context/IDevice.js +1 -1
- package/dist-esm/Interfaces/Context/IInternal.js +1 -1
- package/dist-esm/Interfaces/Context/ILocation.js +1 -1
- package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
- package/dist-esm/Interfaces/Context/ISample.js +1 -1
- package/dist-esm/Interfaces/Context/ISession.js +1 -1
- package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
- package/dist-esm/Interfaces/Context/IUser.js +1 -1
- package/dist-esm/Interfaces/Context/IWeb.js +1 -1
- package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
- package/dist-esm/Interfaces/Contracts/IData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
- package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/IAppInsights.js +1 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
- package/dist-esm/Interfaces/IConfig.js +1 -1
- package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
- package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
- package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
- package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
- package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPartC.js +1 -1
- package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
- package/dist-esm/Interfaces/IRequestContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
- package/dist-esm/Interfaces/PartAExtensions.js +1 -1
- package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
- package/dist-esm/RequestResponseHeaders.js +1 -1
- package/dist-esm/StorageHelperFuncs.js +1 -1
- package/dist-esm/Telemetry/Common/Data.js +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +1 -1
- package/dist-esm/Telemetry/Event.js +1 -1
- package/dist-esm/Telemetry/Exception.js +1 -1
- package/dist-esm/Telemetry/Metric.js +1 -1
- package/dist-esm/Telemetry/PageView.js +1 -1
- package/dist-esm/Telemetry/PageViewPerformance.js +1 -1
- package/dist-esm/Telemetry/RemoteDependencyData.js +1 -1
- package/dist-esm/Telemetry/Trace.js +1 -1
- package/dist-esm/TelemetryItemCreator.js +1 -1
- package/dist-esm/UrlHelperFuncs.js +1 -1
- package/dist-esm/Util.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-common.js +1 -1
- package/package.json +57 -60
- package/src/Interfaces/IConfig.ts +11 -2
- package/src/Interfaces/ICorrelationConfig.ts +8 -0
- package/types/Interfaces/IConfig.d.ts +10 -3
- package/types/Interfaces/ICorrelationConfig.d.ts +7 -0
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"metadata": {
|
|
3
3
|
"toolPackage": "@microsoft/api-extractor",
|
|
4
|
-
"toolVersion": "7.
|
|
4
|
+
"toolVersion": "7.30.0",
|
|
5
5
|
"schemaVersion": 1009,
|
|
6
6
|
"oldestForwardsCompatibleVersion": 1001,
|
|
7
7
|
"tsdocConfig": {
|
|
@@ -3006,7 +3006,7 @@
|
|
|
3006
3006
|
{
|
|
3007
3007
|
"kind": "Reference",
|
|
3008
3008
|
"text": "IEventData",
|
|
3009
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
3009
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IEventData:interface"
|
|
3010
3010
|
},
|
|
3011
3011
|
{
|
|
3012
3012
|
"kind": "Content",
|
|
@@ -3370,7 +3370,7 @@
|
|
|
3370
3370
|
{
|
|
3371
3371
|
"kind": "Reference",
|
|
3372
3372
|
"text": "IExceptionData",
|
|
3373
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
3373
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IExceptionData:interface"
|
|
3374
3374
|
},
|
|
3375
3375
|
{
|
|
3376
3376
|
"kind": "Content",
|
|
@@ -4063,7 +4063,7 @@
|
|
|
4063
4063
|
{
|
|
4064
4064
|
"kind": "Reference",
|
|
4065
4065
|
"text": "IExceptionDetails",
|
|
4066
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
4066
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IExceptionDetails:interface"
|
|
4067
4067
|
},
|
|
4068
4068
|
{
|
|
4069
4069
|
"kind": "Content",
|
|
@@ -4101,7 +4101,7 @@
|
|
|
4101
4101
|
{
|
|
4102
4102
|
"kind": "Reference",
|
|
4103
4103
|
"text": "_formatErrorCode",
|
|
4104
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
4104
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_formatErrorCode:function"
|
|
4105
4105
|
},
|
|
4106
4106
|
{
|
|
4107
4107
|
"kind": "Content",
|
|
@@ -5613,7 +5613,7 @@
|
|
|
5613
5613
|
{
|
|
5614
5614
|
"kind": "Reference",
|
|
5615
5615
|
"text": "IStackDetails",
|
|
5616
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
5616
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IStackDetails:interface"
|
|
5617
5617
|
},
|
|
5618
5618
|
{
|
|
5619
5619
|
"kind": "Content",
|
|
@@ -5757,6 +5757,33 @@
|
|
|
5757
5757
|
"endIndex": 2
|
|
5758
5758
|
}
|
|
5759
5759
|
},
|
|
5760
|
+
{
|
|
5761
|
+
"kind": "PropertySignature",
|
|
5762
|
+
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#addIntEndpoints:member",
|
|
5763
|
+
"docComment": "/**\n * [Optional] Flag to indicate whether the internal looking endpoints should be automatically added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true). This flag exists as the provided regex is generic and may unexpectedly match a domain that should not be excluded.\n */\n",
|
|
5764
|
+
"excerptTokens": [
|
|
5765
|
+
{
|
|
5766
|
+
"kind": "Content",
|
|
5767
|
+
"text": "addIntEndpoints?: "
|
|
5768
|
+
},
|
|
5769
|
+
{
|
|
5770
|
+
"kind": "Content",
|
|
5771
|
+
"text": "boolean"
|
|
5772
|
+
},
|
|
5773
|
+
{
|
|
5774
|
+
"kind": "Content",
|
|
5775
|
+
"text": ";"
|
|
5776
|
+
}
|
|
5777
|
+
],
|
|
5778
|
+
"isReadonly": false,
|
|
5779
|
+
"isOptional": true,
|
|
5780
|
+
"releaseTag": "Public",
|
|
5781
|
+
"name": "addIntEndpoints",
|
|
5782
|
+
"propertyTypeTokenRange": {
|
|
5783
|
+
"startIndex": 1,
|
|
5784
|
+
"endIndex": 2
|
|
5785
|
+
}
|
|
5786
|
+
},
|
|
5760
5787
|
{
|
|
5761
5788
|
"kind": "PropertySignature",
|
|
5762
5789
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig#addRequestContext:member",
|
|
@@ -8952,6 +8979,33 @@
|
|
|
8952
8979
|
"name": "ICorrelationConfig",
|
|
8953
8980
|
"preserveMemberOrder": false,
|
|
8954
8981
|
"members": [
|
|
8982
|
+
{
|
|
8983
|
+
"kind": "PropertySignature",
|
|
8984
|
+
"canonicalReference": "@microsoft/applicationinsights-common!ICorrelationConfig#addIntEndpoints:member",
|
|
8985
|
+
"docComment": "/**\n * [Optional] Flag to indicate whether the internal looking endpoints should be automatically added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true). This flag exists as the provided regex is generic and may unexpectedly match a domain that should not be excluded.\n */\n",
|
|
8986
|
+
"excerptTokens": [
|
|
8987
|
+
{
|
|
8988
|
+
"kind": "Content",
|
|
8989
|
+
"text": "addIntEndpoints?: "
|
|
8990
|
+
},
|
|
8991
|
+
{
|
|
8992
|
+
"kind": "Content",
|
|
8993
|
+
"text": "boolean"
|
|
8994
|
+
},
|
|
8995
|
+
{
|
|
8996
|
+
"kind": "Content",
|
|
8997
|
+
"text": ";"
|
|
8998
|
+
}
|
|
8999
|
+
],
|
|
9000
|
+
"isReadonly": false,
|
|
9001
|
+
"isOptional": true,
|
|
9002
|
+
"releaseTag": "Public",
|
|
9003
|
+
"name": "addIntEndpoints",
|
|
9004
|
+
"propertyTypeTokenRange": {
|
|
9005
|
+
"startIndex": 1,
|
|
9006
|
+
"endIndex": 2
|
|
9007
|
+
}
|
|
9008
|
+
},
|
|
8955
9009
|
{
|
|
8956
9010
|
"kind": "PropertySignature",
|
|
8957
9011
|
"canonicalReference": "@microsoft/applicationinsights-common!ICorrelationConfig#addRequestContext:member",
|
|
@@ -9967,7 +10021,7 @@
|
|
|
9967
10021
|
{
|
|
9968
10022
|
"kind": "Reference",
|
|
9969
10023
|
"text": "_DYN_SANITIZE_EXCEPTION",
|
|
9970
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10024
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_EXCEPTION"
|
|
9971
10025
|
},
|
|
9972
10026
|
{
|
|
9973
10027
|
"kind": "Content",
|
|
@@ -10129,7 +10183,7 @@
|
|
|
10129
10183
|
{
|
|
10130
10184
|
"kind": "Reference",
|
|
10131
10185
|
"text": "_DYN_SANITIZE_KEY_AND_ADD2",
|
|
10132
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10186
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_KEY_AND_ADD2"
|
|
10133
10187
|
},
|
|
10134
10188
|
{
|
|
10135
10189
|
"kind": "Content",
|
|
@@ -10174,7 +10228,7 @@
|
|
|
10174
10228
|
{
|
|
10175
10229
|
"kind": "Reference",
|
|
10176
10230
|
"text": "_DYN_SANITIZE_MEASUREMENT3",
|
|
10177
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10231
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_MEASUREMENT3"
|
|
10178
10232
|
},
|
|
10179
10233
|
{
|
|
10180
10234
|
"kind": "Content",
|
|
@@ -10255,7 +10309,7 @@
|
|
|
10255
10309
|
{
|
|
10256
10310
|
"kind": "Reference",
|
|
10257
10311
|
"text": "_DYN_SANITIZE_PROPERTIES",
|
|
10258
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10312
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_PROPERTIES"
|
|
10259
10313
|
},
|
|
10260
10314
|
{
|
|
10261
10315
|
"kind": "Content",
|
|
@@ -10473,7 +10527,7 @@
|
|
|
10473
10527
|
{
|
|
10474
10528
|
"kind": "Reference",
|
|
10475
10529
|
"text": "IPartC",
|
|
10476
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10530
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
10477
10531
|
},
|
|
10478
10532
|
{
|
|
10479
10533
|
"kind": "Content",
|
|
@@ -11201,7 +11255,7 @@
|
|
|
11201
11255
|
{
|
|
11202
11256
|
"kind": "Reference",
|
|
11203
11257
|
"text": "IPartC",
|
|
11204
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11258
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11205
11259
|
},
|
|
11206
11260
|
{
|
|
11207
11261
|
"kind": "Content",
|
|
@@ -11286,7 +11340,7 @@
|
|
|
11286
11340
|
{
|
|
11287
11341
|
"kind": "Reference",
|
|
11288
11342
|
"text": "IPartC",
|
|
11289
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11343
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11290
11344
|
},
|
|
11291
11345
|
{
|
|
11292
11346
|
"kind": "Content",
|
|
@@ -11309,7 +11363,7 @@
|
|
|
11309
11363
|
{
|
|
11310
11364
|
"kind": "Reference",
|
|
11311
11365
|
"text": "IExceptionDetailsInternal",
|
|
11312
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11366
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IExceptionDetailsInternal:interface"
|
|
11313
11367
|
},
|
|
11314
11368
|
{
|
|
11315
11369
|
"kind": "Content",
|
|
@@ -11489,7 +11543,7 @@
|
|
|
11489
11543
|
{
|
|
11490
11544
|
"kind": "Reference",
|
|
11491
11545
|
"text": "IPartC",
|
|
11492
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11546
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11493
11547
|
},
|
|
11494
11548
|
{
|
|
11495
11549
|
"kind": "Content",
|
|
@@ -11813,7 +11867,7 @@
|
|
|
11813
11867
|
{
|
|
11814
11868
|
"kind": "Reference",
|
|
11815
11869
|
"text": "IPartC",
|
|
11816
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11870
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11817
11871
|
},
|
|
11818
11872
|
{
|
|
11819
11873
|
"kind": "Content",
|
|
@@ -12077,7 +12131,7 @@
|
|
|
12077
12131
|
{
|
|
12078
12132
|
"kind": "Reference",
|
|
12079
12133
|
"text": "IEventData",
|
|
12080
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12134
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IEventData:interface"
|
|
12081
12135
|
},
|
|
12082
12136
|
{
|
|
12083
12137
|
"kind": "Content",
|
|
@@ -12189,7 +12243,7 @@
|
|
|
12189
12243
|
{
|
|
12190
12244
|
"kind": "Reference",
|
|
12191
12245
|
"text": "IPartC",
|
|
12192
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12246
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
12193
12247
|
},
|
|
12194
12248
|
{
|
|
12195
12249
|
"kind": "Content",
|
|
@@ -12575,7 +12629,7 @@
|
|
|
12575
12629
|
{
|
|
12576
12630
|
"kind": "Reference",
|
|
12577
12631
|
"text": "IPartC",
|
|
12578
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12632
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
12579
12633
|
},
|
|
12580
12634
|
{
|
|
12581
12635
|
"kind": "Content",
|
|
@@ -14208,7 +14262,7 @@
|
|
|
14208
14262
|
{
|
|
14209
14263
|
"kind": "Reference",
|
|
14210
14264
|
"text": "IPartC",
|
|
14211
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
14265
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
14212
14266
|
},
|
|
14213
14267
|
{
|
|
14214
14268
|
"kind": "Content",
|
|
@@ -16282,7 +16336,7 @@
|
|
|
16282
16336
|
{
|
|
16283
16337
|
"kind": "Reference",
|
|
16284
16338
|
"text": "IMetricData",
|
|
16285
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
16339
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IMetricData:interface"
|
|
16286
16340
|
},
|
|
16287
16341
|
{
|
|
16288
16342
|
"kind": "Content",
|
|
@@ -16618,7 +16672,7 @@
|
|
|
16618
16672
|
{
|
|
16619
16673
|
"kind": "Reference",
|
|
16620
16674
|
"text": "DataPoint",
|
|
16621
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
16675
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~DataPoint:class"
|
|
16622
16676
|
},
|
|
16623
16677
|
{
|
|
16624
16678
|
"kind": "Content",
|
|
@@ -17292,7 +17346,7 @@
|
|
|
17292
17346
|
{
|
|
17293
17347
|
"kind": "Reference",
|
|
17294
17348
|
"text": "IPageViewPerfData",
|
|
17295
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
17349
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPageViewPerfData:interface"
|
|
17296
17350
|
},
|
|
17297
17351
|
{
|
|
17298
17352
|
"kind": "Content",
|
|
@@ -18008,7 +18062,7 @@
|
|
|
18008
18062
|
{
|
|
18009
18063
|
"kind": "Reference",
|
|
18010
18064
|
"text": "ConnectionString",
|
|
18011
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
18065
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~ConnectionString:type"
|
|
18012
18066
|
},
|
|
18013
18067
|
{
|
|
18014
18068
|
"kind": "Content",
|
|
@@ -18097,7 +18151,7 @@
|
|
|
18097
18151
|
{
|
|
18098
18152
|
"kind": "Reference",
|
|
18099
18153
|
"text": "IRemoteDependencyData",
|
|
18100
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
18154
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IRemoteDependencyData:interface"
|
|
18101
18155
|
},
|
|
18102
18156
|
{
|
|
18103
18157
|
"kind": "Content",
|
|
@@ -19207,7 +19261,7 @@
|
|
|
19207
19261
|
{
|
|
19208
19262
|
"kind": "Reference",
|
|
19209
19263
|
"text": "IMessageData",
|
|
19210
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
19264
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IMessageData:interface"
|
|
19211
19265
|
},
|
|
19212
19266
|
{
|
|
19213
19267
|
"kind": "Content",
|
|
@@ -393,6 +393,7 @@ export interface IChannelControlsAI extends IChannelControls {
|
|
|
393
393
|
// @public
|
|
394
394
|
export interface IConfig {
|
|
395
395
|
accountId?: string;
|
|
396
|
+
addIntEndpoints?: boolean;
|
|
396
397
|
addRequestContext?: (requestContext?: IRequestContext) => ICustomProperties;
|
|
397
398
|
ajaxPerfLookupDelay?: number;
|
|
398
399
|
appId?: string;
|
|
@@ -543,6 +544,7 @@ export interface IContextTagKeys {
|
|
|
543
544
|
|
|
544
545
|
// @public (undocumented)
|
|
545
546
|
export interface ICorrelationConfig {
|
|
547
|
+
addIntEndpoints?: boolean;
|
|
546
548
|
addRequestContext?: (requestContext?: IRequestContext) => ICustomProperties;
|
|
547
549
|
ajaxPerfLookupDelay?: number;
|
|
548
550
|
// (undocumented)
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights Common JavaScript Library, 2.8.7
|
|
2
|
+
* Microsoft Application Insights Common JavaScript Library, 2.8.7
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -890,6 +890,13 @@ declare namespace ApplicationInsights {
|
|
|
890
890
|
* @defaultValue true
|
|
891
891
|
*/
|
|
892
892
|
disableIkeyDeprecationMessage?: boolean;
|
|
893
|
+
/**
|
|
894
|
+
* [Optional] Flag to indicate whether the internal looking endpoints should be automatically
|
|
895
|
+
* added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true).
|
|
896
|
+
* This flag exists as the provided regex is generic and may unexpectedly match a domain that
|
|
897
|
+
* should not be excluded.
|
|
898
|
+
*/
|
|
899
|
+
addIntEndpoints?: boolean;
|
|
893
900
|
}
|
|
894
901
|
|
|
895
902
|
interface IContextTagKeys {
|
|
@@ -1111,6 +1118,13 @@ declare namespace ApplicationInsights {
|
|
|
1111
1118
|
* Default is undefined.
|
|
1112
1119
|
*/
|
|
1113
1120
|
addRequestContext?: (requestContext?: IRequestContext) => ICustomProperties;
|
|
1121
|
+
/**
|
|
1122
|
+
* [Optional] Flag to indicate whether the internal looking endpoints should be automatically
|
|
1123
|
+
* added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true).
|
|
1124
|
+
* This flag exists as the provided regex is generic and may unexpectedly match a domain that
|
|
1125
|
+
* should not be excluded.
|
|
1126
|
+
*/
|
|
1127
|
+
addIntEndpoints?: boolean;
|
|
1114
1128
|
}
|
|
1115
1129
|
|
|
1116
1130
|
interface ICorrelationIdHelper {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Common, 2.8.7
|
|
2
|
+
* Application Insights JavaScript SDK - Common, 2.8.7
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1148,7 +1148,7 @@
|
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
var _objDefineProperty = ObjDefineProperty;
|
|
1151
|
-
var version =
|
|
1151
|
+
var version = '2.8.7';
|
|
1152
1152
|
var instanceName = "." + newId(6);
|
|
1153
1153
|
var _dataUid = 0;
|
|
1154
1154
|
function _createAccessor(target, prop, value) {
|