@microsoft/applicationinsights-channel-js 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-channel-js.integrity.json +9 -9
- package/browser/applicationinsights-channel-js.js +6 -3
- package/browser/applicationinsights-channel-js.js.map +1 -1
- package/browser/applicationinsights-channel-js.min.js +2 -2
- package/browser/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.api.json +7 -7
- package/dist/applicationinsights-channel-js.d.ts +1 -1
- package/dist/applicationinsights-channel-js.js +6 -3
- package/dist/applicationinsights-channel-js.js.map +1 -1
- package/dist/applicationinsights-channel-js.min.js +2 -2
- package/dist/applicationinsights-channel-js.min.js.map +1 -1
- package/dist/applicationinsights-channel-js.rollup.d.ts +1 -1
- package/dist-esm/EnvelopeCreator.js +2 -2
- package/dist-esm/EnvelopeCreator.js.map +1 -1
- package/dist-esm/Interfaces.js +1 -1
- package/dist-esm/InternalConstants.js +1 -1
- package/dist-esm/Offline.js +1 -1
- package/dist-esm/SendBuffer.js +1 -1
- package/dist-esm/Sender.js +1 -1
- package/dist-esm/Serializer.js +1 -1
- package/dist-esm/TelemetryProcessors/Sample.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/HashCodeScoreGenerator.js +1 -1
- package/dist-esm/TelemetryProcessors/SamplingScoreGenerators/SamplingScoreGenerator.js +1 -1
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/applicationinsights-channel-js.js +1 -1
- package/package.json +3 -3
- 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": {
|
|
@@ -245,7 +245,7 @@
|
|
|
245
245
|
{
|
|
246
246
|
"kind": "Reference",
|
|
247
247
|
"text": "ISendBuffer",
|
|
248
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
248
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~ISendBuffer:interface"
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"kind": "Content",
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
{
|
|
364
364
|
"kind": "Reference",
|
|
365
365
|
"text": "IBackendResponse",
|
|
366
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
366
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~IBackendResponse:interface"
|
|
367
367
|
},
|
|
368
368
|
{
|
|
369
369
|
"kind": "Content",
|
|
@@ -512,7 +512,7 @@
|
|
|
512
512
|
{
|
|
513
513
|
"kind": "Reference",
|
|
514
514
|
"text": "SenderFunction",
|
|
515
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
515
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~SenderFunction:type"
|
|
516
516
|
},
|
|
517
517
|
{
|
|
518
518
|
"kind": "Content",
|
|
@@ -542,7 +542,7 @@
|
|
|
542
542
|
{
|
|
543
543
|
"kind": "Reference",
|
|
544
544
|
"text": "ISenderConfig",
|
|
545
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
545
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~ISenderConfig:interface"
|
|
546
546
|
},
|
|
547
547
|
{
|
|
548
548
|
"kind": "Content",
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
{
|
|
573
573
|
"kind": "Reference",
|
|
574
574
|
"text": "IXDomainRequest",
|
|
575
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
575
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~XDomainRequest:interface"
|
|
576
576
|
},
|
|
577
577
|
{
|
|
578
578
|
"kind": "Content",
|
|
@@ -1255,7 +1255,7 @@
|
|
|
1255
1255
|
{
|
|
1256
1256
|
"kind": "Reference",
|
|
1257
1257
|
"text": "SenderFunction",
|
|
1258
|
-
"canonicalReference": "@microsoft/applicationinsights-channel-js
|
|
1258
|
+
"canonicalReference": "@microsoft/applicationinsights-channel-js!~SenderFunction:type"
|
|
1259
1259
|
},
|
|
1260
1260
|
{
|
|
1261
1261
|
"kind": "Content",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights JavaScript SDK Channel, 2.8.
|
|
2
|
+
* Microsoft Application Insights JavaScript SDK Channel, 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 - Channel, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Channel, 2.8.8-nightly.2209-02
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
}
|
|
1332
1332
|
|
|
1333
1333
|
var _objDefineProperty = ObjDefineProperty;
|
|
1334
|
-
var version = "2.8.
|
|
1334
|
+
var version = "2.8.8-nightly.2209-02";
|
|
1335
1335
|
var instanceName = "." + newId(6);
|
|
1336
1336
|
var _dataUid = 0;
|
|
1337
1337
|
function _createAccessor(target, prop, value) {
|
|
@@ -2636,6 +2636,9 @@
|
|
|
2636
2636
|
else if (window && window["opera"] && errorObj[strMessage]) {
|
|
2637
2637
|
details = _getOperaStack(errorObj[_DYN_MESSAGE ]);
|
|
2638
2638
|
}
|
|
2639
|
+
else if (errorObj["reason"] && errorObj.reason[strStack]) {
|
|
2640
|
+
details = _convertStackObj(errorObj.reason[strStack]);
|
|
2641
|
+
}
|
|
2639
2642
|
else if (isString(errorObj)) {
|
|
2640
2643
|
details = _convertStackObj(errorObj);
|
|
2641
2644
|
}
|
|
@@ -3413,7 +3416,7 @@
|
|
|
3413
3416
|
}
|
|
3414
3417
|
}
|
|
3415
3418
|
var EnvelopeCreator = {
|
|
3416
|
-
Version: "2.8.
|
|
3419
|
+
Version: "2.8.8-nightly.2209-02"
|
|
3417
3420
|
};
|
|
3418
3421
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
3419
3422
|
EnvelopeCreatorInit(logger, telemetryItem);
|