@microsoft/applicationinsights-common 2.8.7-nightly.2208-11 → 2.8.8-nightly.2209-02
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 +5 -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 +26 -26
- package/dist/applicationinsights-common.d.ts +1 -1
- package/dist/applicationinsights-common.js +5 -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 +1 -1
- package/dist-esm/ConnectionStringParser.js +1 -1
- package/dist-esm/Constants.js +1 -1
- package/dist-esm/DomHelperFuncs.js +1 -1
- package/dist-esm/Enums.js +1 -1
- package/dist-esm/HelperFuncs.js +1 -1
- package/dist-esm/Interfaces/ConnectionString.js +1 -1
- package/dist-esm/Interfaces/Context/IApplication.js +1 -1
- package/dist-esm/Interfaces/Context/IDevice.js +1 -1
- package/dist-esm/Interfaces/Context/IInternal.js +1 -1
- package/dist-esm/Interfaces/Context/ILocation.js +1 -1
- package/dist-esm/Interfaces/Context/IOperatingSystem.js +1 -1
- package/dist-esm/Interfaces/Context/ISample.js +1 -1
- package/dist-esm/Interfaces/Context/ISession.js +1 -1
- package/dist-esm/Interfaces/Context/ITelemetryTrace.js +1 -1
- package/dist-esm/Interfaces/Context/IUser.js +1 -1
- package/dist-esm/Interfaces/Context/IWeb.js +1 -1
- package/dist-esm/Interfaces/Contracts/AvailabilityData.js +1 -1
- package/dist-esm/Interfaces/Contracts/ContextTagKeys.js +1 -1
- package/dist-esm/Interfaces/Contracts/DataPointType.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencyKind.js +1 -1
- package/dist-esm/Interfaces/Contracts/DependencySourceType.js +1 -1
- package/dist-esm/Interfaces/Contracts/IBase.js +1 -1
- package/dist-esm/Interfaces/Contracts/IData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDataPoint.js +1 -1
- package/dist-esm/Interfaces/Contracts/IDomain.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Contracts/IEventData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IExceptionDetails.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMessageData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IMetricData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IPageViewPerfData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IRemoteDependencyData.js +1 -1
- package/dist-esm/Interfaces/Contracts/IStackFrame.js +1 -1
- package/dist-esm/Interfaces/Contracts/RequestData.js +1 -1
- package/dist-esm/Interfaces/Contracts/SeverityLevel.js +1 -1
- package/dist-esm/Interfaces/IAppInsights.js +1 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +1 -1
- package/dist-esm/Interfaces/IConfig.js +1 -1
- package/dist-esm/Interfaces/ICorrelationConfig.js +1 -1
- package/dist-esm/Interfaces/IDependencyTelemetry.js +1 -1
- package/dist-esm/Interfaces/IEventTelemetry.js +1 -1
- package/dist-esm/Interfaces/IExceptionTelemetry.js +1 -1
- package/dist-esm/Interfaces/IMetricTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewPerformanceTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPageViewTelemetry.js +1 -1
- package/dist-esm/Interfaces/IPartC.js +1 -1
- package/dist-esm/Interfaces/IPropertiesPlugin.js +1 -1
- package/dist-esm/Interfaces/IRequestContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITraceTelemetry.js +1 -1
- package/dist-esm/Interfaces/PartAExtensions.js +1 -1
- package/dist-esm/Interfaces/Telemetry/IEnvelope.js +1 -1
- package/dist-esm/Interfaces/Telemetry/ISerializable.js +1 -1
- package/dist-esm/RequestResponseHeaders.js +1 -1
- package/dist-esm/StorageHelperFuncs.js +1 -1
- package/dist-esm/Telemetry/Common/Data.js +1 -1
- package/dist-esm/Telemetry/Common/DataPoint.js +1 -1
- package/dist-esm/Telemetry/Common/DataSanitizer.js +1 -1
- package/dist-esm/Telemetry/Common/Envelope.js +1 -1
- package/dist-esm/Telemetry/Event.js +1 -1
- package/dist-esm/Telemetry/Exception.js +5 -1
- package/dist-esm/Telemetry/Exception.js.map +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 +2 -2
- package/src/Telemetry/Exception.ts +3 -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",
|
|
@@ -10021,7 +10021,7 @@
|
|
|
10021
10021
|
{
|
|
10022
10022
|
"kind": "Reference",
|
|
10023
10023
|
"text": "_DYN_SANITIZE_EXCEPTION",
|
|
10024
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10024
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_EXCEPTION"
|
|
10025
10025
|
},
|
|
10026
10026
|
{
|
|
10027
10027
|
"kind": "Content",
|
|
@@ -10183,7 +10183,7 @@
|
|
|
10183
10183
|
{
|
|
10184
10184
|
"kind": "Reference",
|
|
10185
10185
|
"text": "_DYN_SANITIZE_KEY_AND_ADD2",
|
|
10186
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10186
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_KEY_AND_ADD2"
|
|
10187
10187
|
},
|
|
10188
10188
|
{
|
|
10189
10189
|
"kind": "Content",
|
|
@@ -10228,7 +10228,7 @@
|
|
|
10228
10228
|
{
|
|
10229
10229
|
"kind": "Reference",
|
|
10230
10230
|
"text": "_DYN_SANITIZE_MEASUREMENT3",
|
|
10231
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10231
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_MEASUREMENT3"
|
|
10232
10232
|
},
|
|
10233
10233
|
{
|
|
10234
10234
|
"kind": "Content",
|
|
@@ -10309,7 +10309,7 @@
|
|
|
10309
10309
|
{
|
|
10310
10310
|
"kind": "Reference",
|
|
10311
10311
|
"text": "_DYN_SANITIZE_PROPERTIES",
|
|
10312
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10312
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~_DYN_SANITIZE_PROPERTIES"
|
|
10313
10313
|
},
|
|
10314
10314
|
{
|
|
10315
10315
|
"kind": "Content",
|
|
@@ -10527,7 +10527,7 @@
|
|
|
10527
10527
|
{
|
|
10528
10528
|
"kind": "Reference",
|
|
10529
10529
|
"text": "IPartC",
|
|
10530
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
10530
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
10531
10531
|
},
|
|
10532
10532
|
{
|
|
10533
10533
|
"kind": "Content",
|
|
@@ -11255,7 +11255,7 @@
|
|
|
11255
11255
|
{
|
|
11256
11256
|
"kind": "Reference",
|
|
11257
11257
|
"text": "IPartC",
|
|
11258
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11258
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11259
11259
|
},
|
|
11260
11260
|
{
|
|
11261
11261
|
"kind": "Content",
|
|
@@ -11340,7 +11340,7 @@
|
|
|
11340
11340
|
{
|
|
11341
11341
|
"kind": "Reference",
|
|
11342
11342
|
"text": "IPartC",
|
|
11343
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11343
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11344
11344
|
},
|
|
11345
11345
|
{
|
|
11346
11346
|
"kind": "Content",
|
|
@@ -11363,7 +11363,7 @@
|
|
|
11363
11363
|
{
|
|
11364
11364
|
"kind": "Reference",
|
|
11365
11365
|
"text": "IExceptionDetailsInternal",
|
|
11366
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11366
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IExceptionDetailsInternal:interface"
|
|
11367
11367
|
},
|
|
11368
11368
|
{
|
|
11369
11369
|
"kind": "Content",
|
|
@@ -11543,7 +11543,7 @@
|
|
|
11543
11543
|
{
|
|
11544
11544
|
"kind": "Reference",
|
|
11545
11545
|
"text": "IPartC",
|
|
11546
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11546
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11547
11547
|
},
|
|
11548
11548
|
{
|
|
11549
11549
|
"kind": "Content",
|
|
@@ -11867,7 +11867,7 @@
|
|
|
11867
11867
|
{
|
|
11868
11868
|
"kind": "Reference",
|
|
11869
11869
|
"text": "IPartC",
|
|
11870
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
11870
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
11871
11871
|
},
|
|
11872
11872
|
{
|
|
11873
11873
|
"kind": "Content",
|
|
@@ -12131,7 +12131,7 @@
|
|
|
12131
12131
|
{
|
|
12132
12132
|
"kind": "Reference",
|
|
12133
12133
|
"text": "IEventData",
|
|
12134
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12134
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IEventData:interface"
|
|
12135
12135
|
},
|
|
12136
12136
|
{
|
|
12137
12137
|
"kind": "Content",
|
|
@@ -12243,7 +12243,7 @@
|
|
|
12243
12243
|
{
|
|
12244
12244
|
"kind": "Reference",
|
|
12245
12245
|
"text": "IPartC",
|
|
12246
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12246
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
12247
12247
|
},
|
|
12248
12248
|
{
|
|
12249
12249
|
"kind": "Content",
|
|
@@ -12629,7 +12629,7 @@
|
|
|
12629
12629
|
{
|
|
12630
12630
|
"kind": "Reference",
|
|
12631
12631
|
"text": "IPartC",
|
|
12632
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
12632
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
12633
12633
|
},
|
|
12634
12634
|
{
|
|
12635
12635
|
"kind": "Content",
|
|
@@ -14262,7 +14262,7 @@
|
|
|
14262
14262
|
{
|
|
14263
14263
|
"kind": "Reference",
|
|
14264
14264
|
"text": "IPartC",
|
|
14265
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
14265
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPartC:interface"
|
|
14266
14266
|
},
|
|
14267
14267
|
{
|
|
14268
14268
|
"kind": "Content",
|
|
@@ -16336,7 +16336,7 @@
|
|
|
16336
16336
|
{
|
|
16337
16337
|
"kind": "Reference",
|
|
16338
16338
|
"text": "IMetricData",
|
|
16339
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
16339
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IMetricData:interface"
|
|
16340
16340
|
},
|
|
16341
16341
|
{
|
|
16342
16342
|
"kind": "Content",
|
|
@@ -16672,7 +16672,7 @@
|
|
|
16672
16672
|
{
|
|
16673
16673
|
"kind": "Reference",
|
|
16674
16674
|
"text": "DataPoint",
|
|
16675
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
16675
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~DataPoint:class"
|
|
16676
16676
|
},
|
|
16677
16677
|
{
|
|
16678
16678
|
"kind": "Content",
|
|
@@ -17346,7 +17346,7 @@
|
|
|
17346
17346
|
{
|
|
17347
17347
|
"kind": "Reference",
|
|
17348
17348
|
"text": "IPageViewPerfData",
|
|
17349
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
17349
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IPageViewPerfData:interface"
|
|
17350
17350
|
},
|
|
17351
17351
|
{
|
|
17352
17352
|
"kind": "Content",
|
|
@@ -18062,7 +18062,7 @@
|
|
|
18062
18062
|
{
|
|
18063
18063
|
"kind": "Reference",
|
|
18064
18064
|
"text": "ConnectionString",
|
|
18065
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
18065
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~ConnectionString:type"
|
|
18066
18066
|
},
|
|
18067
18067
|
{
|
|
18068
18068
|
"kind": "Content",
|
|
@@ -18151,7 +18151,7 @@
|
|
|
18151
18151
|
{
|
|
18152
18152
|
"kind": "Reference",
|
|
18153
18153
|
"text": "IRemoteDependencyData",
|
|
18154
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
18154
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IRemoteDependencyData:interface"
|
|
18155
18155
|
},
|
|
18156
18156
|
{
|
|
18157
18157
|
"kind": "Content",
|
|
@@ -19261,7 +19261,7 @@
|
|
|
19261
19261
|
{
|
|
19262
19262
|
"kind": "Reference",
|
|
19263
19263
|
"text": "IMessageData",
|
|
19264
|
-
"canonicalReference": "@microsoft/applicationinsights-common
|
|
19264
|
+
"canonicalReference": "@microsoft/applicationinsights-common!~IMessageData:interface"
|
|
19265
19265
|
},
|
|
19266
19266
|
{
|
|
19267
19267
|
"kind": "Content",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights Common JavaScript Library, 2.8.
|
|
2
|
+
* Microsoft Application Insights Common JavaScript Library, 2.8.8-nightly.2209-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Common, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Common, 2.8.8-nightly.2209-02
|
|
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 = "2.8.
|
|
1151
|
+
var version = "2.8.8-nightly.2209-02";
|
|
1152
1152
|
var instanceName = "." + newId(6);
|
|
1153
1153
|
var _dataUid = 0;
|
|
1154
1154
|
function _createAccessor(target, prop, value) {
|
|
@@ -2653,6 +2653,9 @@
|
|
|
2653
2653
|
else if (window && window["opera"] && errorObj[strMessage]) {
|
|
2654
2654
|
details = _getOperaStack(errorObj[_DYN_MESSAGE ]);
|
|
2655
2655
|
}
|
|
2656
|
+
else if (errorObj["reason"] && errorObj.reason[strStack]) {
|
|
2657
|
+
details = _convertStackObj(errorObj.reason[strStack]);
|
|
2658
|
+
}
|
|
2656
2659
|
else if (isString(errorObj)) {
|
|
2657
2660
|
details = _convertStackObj(errorObj);
|
|
2658
2661
|
}
|