@microsoft/applicationinsights-web-basic 3.0.0-beta.2210-02 → 3.0.0-beta.2210-04
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/aib.2.js +3 -3
- package/browser/aib.2.js.map +1 -1
- package/browser/aib.2.min.js +2 -2
- package/browser/aib.2.min.js.map +1 -1
- package/browser/aib.3.0.0-beta.2210-04.integrity.json +26 -0
- package/browser/{aib.3.0.0-beta.2210-02.js → aib.3.0.0-beta.2210-04.js} +4 -4
- package/browser/{aib.3.0.0-beta.2210-02.js.map → aib.3.0.0-beta.2210-04.js.map} +1 -1
- package/browser/{aib.3.0.0-beta.2210-02.min.js → aib.3.0.0-beta.2210-04.min.js} +3 -3
- package/browser/{aib.3.0.0-beta.2210-02.min.js.map → aib.3.0.0-beta.2210-04.min.js.map} +1 -1
- package/dist/applicationinsights-web-basic.d.ts +6 -4
- package/dist/applicationinsights-web-basic.js +3 -3
- package/dist/applicationinsights-web-basic.js.map +1 -1
- package/dist/applicationinsights-web-basic.min.js +2 -2
- package/dist/applicationinsights-web-basic.min.js.map +1 -1
- package/dist/applicationinsights-web-basic.rollup.d.ts +6 -4
- package/dist-esm/__DynamicConstants.js +1 -1
- package/dist-esm/index.js +1 -1
- package/package.json +4 -4
- package/browser/aib.3.0.0-beta.2210-02.integrity.json +0 -26
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Microsoft.ApplicationInsights, 3.0.0-beta.2210-
|
|
2
|
+
* Microsoft.ApplicationInsights, 3.0.0-beta.2210-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*
|
|
5
5
|
* Microsoft Application Insights Team
|
|
@@ -1385,7 +1385,7 @@ declare namespace ApplicationInsights {
|
|
|
1385
1385
|
* @param severity - {LoggingSeverity} - The severity of the log message
|
|
1386
1386
|
* @param message - {_InternalLogMessage} - The log message.
|
|
1387
1387
|
*/
|
|
1388
|
-
throwInternal(severity: LoggingSeverity, msgId:
|
|
1388
|
+
throwInternal(severity: LoggingSeverity, msgId: _InternalMessageId, msg: string, properties?: Object, isUserAct?: boolean): void;
|
|
1389
1389
|
/**
|
|
1390
1390
|
* This will write a warning to the console if possible
|
|
1391
1391
|
* @param message - {string} - The warning message
|
|
@@ -1693,10 +1693,12 @@ declare namespace ApplicationInsights {
|
|
|
1693
1693
|
class _InternalLogMessage {
|
|
1694
1694
|
static dataType: string;
|
|
1695
1695
|
message: string;
|
|
1696
|
-
messageId:
|
|
1697
|
-
constructor(msgId:
|
|
1696
|
+
messageId: _InternalMessageId;
|
|
1697
|
+
constructor(msgId: _InternalMessageId, msg: string, isUserAct?: boolean, properties?: Object);
|
|
1698
1698
|
}
|
|
1699
1699
|
|
|
1700
|
+
type _InternalMessageId = number | _eInternalMessageId;
|
|
1701
|
+
|
|
1700
1702
|
interface IPageViewPerformanceTelemetry extends IPartC {
|
|
1701
1703
|
/**
|
|
1702
1704
|
* name String - The name of the page. Defaults to the document title.
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2210-
|
|
2
|
+
* Application Insights JavaScript Web SDK - Basic, 3.0.0-beta.2210-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -1389,7 +1389,7 @@
|
|
|
1389
1389
|
}
|
|
1390
1390
|
|
|
1391
1391
|
var _objDefineProperty = ObjDefineProperty;
|
|
1392
|
-
var version = "3.0.0-beta.2210-
|
|
1392
|
+
var version = "3.0.0-beta.2210-04";
|
|
1393
1393
|
var instanceName = "." + newId(6);
|
|
1394
1394
|
var _dataUid = 0;
|
|
1395
1395
|
function _createAccessor(target, prop, value) {
|
|
@@ -5460,7 +5460,7 @@
|
|
|
5460
5460
|
}
|
|
5461
5461
|
}
|
|
5462
5462
|
var EnvelopeCreator = {
|
|
5463
|
-
Version: "3.0.0-beta.2210-
|
|
5463
|
+
Version: "3.0.0-beta.2210-04"
|
|
5464
5464
|
};
|
|
5465
5465
|
function DependencyEnvelopeCreator(logger, telemetryItem, customUndefinedValue) {
|
|
5466
5466
|
EnvelopeCreatorInit(logger, telemetryItem);
|