@microsoft/applicationinsights-properties-js 2.8.4 → 2.8.5-nightly.2206-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/applicationinsights-properties-js.integrity.json +9 -9
- package/browser/applicationinsights-properties-js.js +6 -3
- package/browser/applicationinsights-properties-js.js.map +1 -1
- package/browser/applicationinsights-properties-js.min.js +2 -2
- package/browser/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.api.json +128 -45
- package/dist/applicationinsights-properties-js.d.ts +1 -1
- package/dist/applicationinsights-properties-js.js +6 -3
- package/dist/applicationinsights-properties-js.js.map +1 -1
- package/dist/applicationinsights-properties-js.min.js +2 -2
- package/dist/applicationinsights-properties-js.min.js.map +1 -1
- package/dist/applicationinsights-properties-js.rollup.d.ts +1 -1
- package/dist-esm/Context/Application.js +1 -1
- package/dist-esm/Context/Device.js +1 -1
- package/dist-esm/Context/Internal.js +2 -2
- package/dist-esm/Context/Internal.js.map +1 -1
- package/dist-esm/Context/Location.js +1 -1
- package/dist-esm/Context/Session.js +1 -1
- package/dist-esm/Context/TelemetryTrace.js +1 -1
- package/dist-esm/Context/User.js +1 -1
- package/dist-esm/Interfaces/IPropTelemetryContext.js +1 -1
- package/dist-esm/Interfaces/ITelemetryConfig.js +1 -1
- package/dist-esm/PropertiesPlugin.js +1 -1
- package/dist-esm/TelemetryContext.js +6 -1
- package/dist-esm/TelemetryContext.js.map +1 -1
- package/dist-esm/applicationinsights-properties-js.js +1 -1
- package/package.json +61 -58
- package/src/Context/Internal.ts +1 -1
- package/types/tsdoc-metadata.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* Application Insights JavaScript SDK - Properties Plugin, 2.8.
|
|
2
|
+
* Application Insights JavaScript SDK - Properties Plugin, 2.8.5-nightly.2206-04
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
(function (global, factory) {
|
|
@@ -978,6 +978,7 @@
|
|
|
978
978
|
}
|
|
979
979
|
});
|
|
980
980
|
}
|
|
981
|
+
DiagnosticLogger.__ieDyn=1;
|
|
981
982
|
return DiagnosticLogger;
|
|
982
983
|
}());
|
|
983
984
|
function _getLogger(logger) {
|
|
@@ -1172,7 +1173,7 @@
|
|
|
1172
1173
|
}
|
|
1173
1174
|
|
|
1174
1175
|
var _objDefineProperty = ObjDefineProperty;
|
|
1175
|
-
var version = "2.8.
|
|
1176
|
+
var version = "2.8.5-nightly.2206-04";
|
|
1176
1177
|
var instanceName = "." + newId(6);
|
|
1177
1178
|
var _dataUid = 0;
|
|
1178
1179
|
function _createAccessor(target, prop, value) {
|
|
@@ -2045,6 +2046,7 @@
|
|
|
2045
2046
|
_unloadHandlerContainer = createUnloadHandlerContainer();
|
|
2046
2047
|
}
|
|
2047
2048
|
}
|
|
2049
|
+
BaseTelemetryPlugin.__ieDyn=1;
|
|
2048
2050
|
return BaseTelemetryPlugin;
|
|
2049
2051
|
}());
|
|
2050
2052
|
|
|
@@ -2554,7 +2556,7 @@
|
|
|
2554
2556
|
return Device;
|
|
2555
2557
|
}());
|
|
2556
2558
|
|
|
2557
|
-
var Version = "2.8.
|
|
2559
|
+
var Version = "2.8.5-nightly.2206-04";
|
|
2558
2560
|
var Internal = /** @class */ (function () {
|
|
2559
2561
|
function Internal(config) {
|
|
2560
2562
|
this.sdkVersion = (config.sdkExtension && config.sdkExtension() ? config.sdkExtension() + "_" : "") + "javascript:" + Version;
|
|
@@ -2808,6 +2810,7 @@
|
|
|
2808
2810
|
};
|
|
2809
2811
|
});
|
|
2810
2812
|
}
|
|
2813
|
+
TelemetryContext.__ieDyn=1;
|
|
2811
2814
|
return TelemetryContext;
|
|
2812
2815
|
}());
|
|
2813
2816
|
|