@microsoft/applicationinsights-common 3.0.0-beta.2303-05 → 3.0.0-beta.2303-09
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/browser/applicationinsights-common.integrity.json +9 -9
- package/browser/applicationinsights-common.js +14 -32
- 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 +0 -31
- package/dist/applicationinsights-common.api.md +0 -5
- package/dist/applicationinsights-common.d.ts +1 -5
- package/dist/applicationinsights-common.js +14 -32
- 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 -5
- 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/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/IThrottleMgr.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/ThrottleMgr.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/applicationinsights-common.ts +0 -1
- package/types/applicationinsights-common.d.ts +0 -1
- package/dist-esm/Interfaces/IChannelControlsAI.js +0 -8
- package/dist-esm/Interfaces/IChannelControlsAI.js.map +0 -1
- package/src/Interfaces/IChannelControlsAI.ts +0 -7
- package/types/Interfaces/IChannelControlsAI.d.ts +0 -3
|
@@ -5960,37 +5960,6 @@
|
|
|
5960
5960
|
],
|
|
5961
5961
|
"extendsTokenRanges": []
|
|
5962
5962
|
},
|
|
5963
|
-
{
|
|
5964
|
-
"kind": "Interface",
|
|
5965
|
-
"canonicalReference": "@microsoft/applicationinsights-common!IChannelControlsAI:interface",
|
|
5966
|
-
"docComment": "",
|
|
5967
|
-
"excerptTokens": [
|
|
5968
|
-
{
|
|
5969
|
-
"kind": "Content",
|
|
5970
|
-
"text": "export interface IChannelControlsAI extends "
|
|
5971
|
-
},
|
|
5972
|
-
{
|
|
5973
|
-
"kind": "Reference",
|
|
5974
|
-
"text": "IChannelControls",
|
|
5975
|
-
"canonicalReference": "@microsoft/applicationinsights-core-js!IChannelControls:interface"
|
|
5976
|
-
},
|
|
5977
|
-
{
|
|
5978
|
-
"kind": "Content",
|
|
5979
|
-
"text": " "
|
|
5980
|
-
}
|
|
5981
|
-
],
|
|
5982
|
-
"fileUrlPath": "types/Interfaces/IChannelControlsAI.d.ts",
|
|
5983
|
-
"releaseTag": "Public",
|
|
5984
|
-
"name": "IChannelControlsAI",
|
|
5985
|
-
"preserveMemberOrder": false,
|
|
5986
|
-
"members": [],
|
|
5987
|
-
"extendsTokenRanges": [
|
|
5988
|
-
{
|
|
5989
|
-
"startIndex": 1,
|
|
5990
|
-
"endIndex": 2
|
|
5991
|
-
}
|
|
5992
|
-
]
|
|
5993
|
-
},
|
|
5994
5963
|
{
|
|
5995
5964
|
"kind": "Interface",
|
|
5996
5965
|
"canonicalReference": "@microsoft/applicationinsights-common!IConfig:interface",
|
|
@@ -11,7 +11,6 @@ import { EnumValue } from '@microsoft/applicationinsights-core-js';
|
|
|
11
11
|
import { findW3cTraceParent } from '@microsoft/applicationinsights-core-js';
|
|
12
12
|
import { formatTraceParent } from '@microsoft/applicationinsights-core-js';
|
|
13
13
|
import { IAppInsightsCore } from '@microsoft/applicationinsights-core-js';
|
|
14
|
-
import { IChannelControls } from '@microsoft/applicationinsights-core-js';
|
|
15
14
|
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
16
15
|
import { ICookieMgr } from '@microsoft/applicationinsights-core-js';
|
|
17
16
|
import { ICustomProperties } from '@microsoft/applicationinsights-core-js';
|
|
@@ -395,10 +394,6 @@ export interface IAutoExceptionTelemetry {
|
|
|
395
394
|
url: string;
|
|
396
395
|
}
|
|
397
396
|
|
|
398
|
-
// @public (undocumented)
|
|
399
|
-
export interface IChannelControlsAI extends IChannelControls {
|
|
400
|
-
}
|
|
401
|
-
|
|
402
397
|
// @public
|
|
403
398
|
export interface IConfig {
|
|
404
399
|
accountId?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft Application Insights Common JavaScript Library, 3.0.0-beta.2303-
|
|
2
|
+
* Microsoft Application Insights Common JavaScript Library, 3.0.0-beta.2303-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -14,7 +14,6 @@ declare namespace ApplicationInsights {
|
|
|
14
14
|
import { findW3cTraceParent } from '@microsoft/applicationinsights-core-js';
|
|
15
15
|
import { formatTraceParent } from '@microsoft/applicationinsights-core-js';
|
|
16
16
|
import { IAppInsightsCore } from '@microsoft/applicationinsights-core-js';
|
|
17
|
-
import { IChannelControls } from '@microsoft/applicationinsights-core-js';
|
|
18
17
|
import { IConfiguration } from '@microsoft/applicationinsights-core-js';
|
|
19
18
|
import { ICookieMgr } from '@microsoft/applicationinsights-core-js';
|
|
20
19
|
import { ICustomProperties } from '@microsoft/applicationinsights-core-js';
|
|
@@ -584,9 +583,6 @@ declare namespace ApplicationInsights {
|
|
|
584
583
|
errorSrc?: string;
|
|
585
584
|
}
|
|
586
585
|
|
|
587
|
-
interface IChannelControlsAI extends IChannelControls {
|
|
588
|
-
}
|
|
589
|
-
|
|
590
586
|
/**
|
|
591
587
|
* Configuration settings for how telemetry is sent
|
|
592
588
|
* @export
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Common, 3.0.0-beta.2303-
|
|
2
|
+
* Application Insights JavaScript SDK - Common, 3.0.0-beta.2303-09
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -294,19 +294,6 @@
|
|
|
294
294
|
return prop;
|
|
295
295
|
}
|
|
296
296
|
var objDefineProp = ObjClass$1["defineProperty"];
|
|
297
|
-
function objDefineAccessors(target, prop, getProp, setProp, configurable, enumerable) {
|
|
298
|
-
var desc = {
|
|
299
|
-
e: enumerable,
|
|
300
|
-
c: configurable
|
|
301
|
-
};
|
|
302
|
-
if (getProp) {
|
|
303
|
-
desc.g = getProp;
|
|
304
|
-
}
|
|
305
|
-
if (setProp) {
|
|
306
|
-
desc.s = setProp;
|
|
307
|
-
}
|
|
308
|
-
return objDefineProp(target, prop, _createProp(desc));
|
|
309
|
-
}
|
|
310
297
|
function objDefine(target, key, propDesc) {
|
|
311
298
|
return objDefineProp(target, key, _createProp(propDesc));
|
|
312
299
|
}
|
|
@@ -641,8 +628,6 @@
|
|
|
641
628
|
var _DYN_SET_DF = "setDf";
|
|
642
629
|
var _DYN_WATCH = "watch";
|
|
643
630
|
var _DYN_LOGGER = "logger";
|
|
644
|
-
var _DYN_CONFIGURABLE = "configurable";
|
|
645
|
-
var _DYN_ENUMERABLE = "enumerable";
|
|
646
631
|
var _DYN_APPLY = "apply";
|
|
647
632
|
var _DYN_PUSH = "push";
|
|
648
633
|
var _DYN_SPLICE = "splice";
|
|
@@ -1240,7 +1225,7 @@
|
|
|
1240
1225
|
return result;
|
|
1241
1226
|
}
|
|
1242
1227
|
|
|
1243
|
-
var version = "3.0.0-beta.2303-
|
|
1228
|
+
var version = "3.0.0-beta.2303-09";
|
|
1244
1229
|
var instanceName = "." + newId(6);
|
|
1245
1230
|
var _dataUid = 0;
|
|
1246
1231
|
function createUniqueNamespace(name, includeVersion) {
|
|
@@ -1513,7 +1498,7 @@
|
|
|
1513
1498
|
state.add(detail);
|
|
1514
1499
|
}
|
|
1515
1500
|
}
|
|
1516
|
-
|
|
1501
|
+
objDefine(theConfig, detail.n, { g: _getProperty, s: _setProperty });
|
|
1517
1502
|
return _getProperty();
|
|
1518
1503
|
}
|
|
1519
1504
|
function _setDynamicProperty(state, target, name, value, inPlace, rdOnly) {
|
|
@@ -1539,18 +1524,15 @@
|
|
|
1539
1524
|
return value;
|
|
1540
1525
|
}
|
|
1541
1526
|
function _makeDynamicObject(state, target) {
|
|
1542
|
-
var _a;
|
|
1543
1527
|
objForEachKey(target, function (key, value) {
|
|
1544
1528
|
_setDynamicProperty(state, target, key, value);
|
|
1545
1529
|
});
|
|
1546
1530
|
if (!target[CFG_HANDLER_LINK]) {
|
|
1547
|
-
objDefineProp(target, CFG_HANDLER_LINK,
|
|
1548
|
-
|
|
1549
|
-
_a[_DYN_ENUMERABLE ] = false,
|
|
1550
|
-
_a.get = function () {
|
|
1531
|
+
objDefineProp(target, CFG_HANDLER_LINK, {
|
|
1532
|
+
get: function () {
|
|
1551
1533
|
return state.hdlr;
|
|
1552
|
-
}
|
|
1553
|
-
|
|
1534
|
+
}
|
|
1535
|
+
});
|
|
1554
1536
|
_patchArray(state, target);
|
|
1555
1537
|
}
|
|
1556
1538
|
return target;
|
|
@@ -1688,7 +1670,7 @@
|
|
|
1688
1670
|
return handler;
|
|
1689
1671
|
}
|
|
1690
1672
|
function _createDynamicHandler(logger, target, inPlace) {
|
|
1691
|
-
var _a
|
|
1673
|
+
var _a;
|
|
1692
1674
|
var dynamicHandler = getDynamicConfigHandler(target);
|
|
1693
1675
|
if (dynamicHandler) {
|
|
1694
1676
|
return dynamicHandler;
|
|
@@ -1735,12 +1717,12 @@
|
|
|
1735
1717
|
_a[_DYN_RD_ONLY ] = _rdOnly,
|
|
1736
1718
|
_a._block = _block,
|
|
1737
1719
|
_a);
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1720
|
+
objDefine(cfgHandler, "uid", {
|
|
1721
|
+
c: false,
|
|
1722
|
+
e: false,
|
|
1723
|
+
w: false,
|
|
1724
|
+
v: uid
|
|
1725
|
+
});
|
|
1744
1726
|
theState = _createState(cfgHandler);
|
|
1745
1727
|
_makeDynamicObject(theState, newTarget);
|
|
1746
1728
|
return cfgHandler;
|