[Release] Increase version to 2.8.4 (#1849)

This commit is contained in:
Nev 2022-06-01 11:55:07 -07:00 коммит произвёл GitHub
Родитель ba059e1f48
Коммит 796caa3df2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
29 изменённых файлов: 530 добавлений и 468 удалений

Просмотреть файл

@ -27,6 +27,7 @@ Refer to [our GitHub page](https://github.com/microsoft/applicationinsights-js)
| Version | Full Size | Raw Minified | GZip Size
|---------|-----------|--------------|-------------
| <nightly> | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/nightly/ai.2-nightly.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.4: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.4.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.4.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.4.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.4.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.3: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.3.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.3.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.3.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.3.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.2: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.2.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.2.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.2.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.2.min.js.svg?compression=gzip&softmax=30000&max=35000)
| 2.8.1: | [![full size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.1.js.svg?label=full%20size&color=blue)](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.1.js.svg?label=full%20size&color=blue)| ![minified size size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.1.min.js.svg?label=minified%20size&color=darkorchid) | ![gzip size](https://img.badgesize.io/https://js.monitor.azure.com/scripts/b/ai.2.8.1.min.js.svg?compression=gzip&softmax=30000&max=35000)

Просмотреть файл

@ -19,7 +19,7 @@ export class AppInsightsInitPerfTestClass {
* should update version after new release
* version with doperf(): after 2.5.6
* */
var defaultVer = "2.8.3";
var defaultVer = "2.8.4";
this.version = ver? ver:this._getQueryParameterVersion(defaultVer);
this.perfEventsBuffer = [];
this.perfEventWaitBuffer = [];

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights JavaScript SDK - Web",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -66,12 +66,12 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-analytics-js": "2.8.3",
"@microsoft/applicationinsights-channel-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-dependencies-js": "2.8.3",
"@microsoft/applicationinsights-properties-js": "2.8.3"
"@microsoft/applicationinsights-analytics-js": "2.8.4",
"@microsoft/applicationinsights-channel-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-dependencies-js": "2.8.4",
"@microsoft/applicationinsights-properties-js": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-web-basic",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights Javascript SDK core and channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -51,9 +51,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-channel-js": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.3"
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-channel-js": "2.8.4",
"@microsoft/applicationinsights-core-js": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -1,11 +1,28 @@
# Releases
> Note: ES3/IE8 compatibility will be removed in the future v3.x.x releases (scheduled for mid-late 2022), so if you need to retain ES3 compatibility you will need to remain on the 2.x.x versions of the SDK or your runtime will need install polyfill's to your ES3 environment before loading / initializing the SDK.
## 2.8.4 (Jun 1st, 2022)
- Updates React Plugin to v3.3.4 (with v2.8.4 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.34 (with v2.8.4 as dependency)
- Updates Chrome Debug Extension to 0.3.4
### Changelog
- #198 Run-time Telemetry initializers for Ajax requests
- #176 Single Page Application Page View Tracking
- #1776 How to modify traceflag in traceparent header?
- #1846 Task 7496325: Add Distributed tracing population for the properties for the core
- #1838 [master] Task 14447552: Fix Component Governance vulnerabilities
- #1841 Adding Microsoft SECURITY.MD
- #1845 add readme for ikey error messge
- #1840 add disableIkeyMessage config
## 2.8.3 (May 3rd, 2022)
- Updates React Plugin to v3.3.3 (with v2.8.2 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.3 (with v2.8.2 as dependency)
- Updates React Plugin to v3.3.3 (with v2.8.3 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.3 (with v2.8.3 as dependency)
- Updates Chrome Debug Extension to 0.3.3
This release has been manually validated to work with IE8 both directly and by extending the provided classes. While the previous version 2.8.2 also fully supported IE8 it did not handle classes extending the all of Core classes correctly in multiple cases. If you need to support IE8 it is strongly advised that you upgrade to, validate and use this version.
@ -20,8 +37,8 @@ This release has been manually validated to work with IE8 both directly and by e
## 2.8.2 (May 2nd, 2022)
- Updates React Plugin to v3.3.2 (with v2.8.1 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.2 (with v2.8.1 as dependency)
- Updates React Plugin to v3.3.2 (with v2.8.2 as dependency) -- using React 17
- Updates React Native Plugin to 2.5.2 (with v2.8.2 as dependency)
- Updates Chrome Debug Extension to 0.3.2
This patch release restores complete ES3 support (broken in 2.8.0) and IE8 support (broken eariler via dynamicProto()) for the Sdk.

Просмотреть файл

@ -699,7 +699,7 @@ export class SenderTests extends AITestClass {
QUnit.assert.ok(baseData.ver);
QUnit.assert.equal(2, baseData.ver);
QUnit.assert.equal("javascript:2.8.3", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
QUnit.assert.equal("javascript:2.8.4", appInsightsEnvelope.tags["ai.internal.sdkVersion"]);
}
})

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-channel-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights JavaScript SDK Channel",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -47,8 +47,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -175,7 +175,7 @@ function EnvelopeCreatorInit(logger: IDiagnosticLogger, telemetryItem: ITelemetr
}
export const EnvelopeCreator = {
Version: "2.8.3"
Version: "2.8.4"
};
export function DependencyEnvelopeCreator(logger: IDiagnosticLogger, telemetryItem: ITelemetryItem, customUndefinedValue?: any): IEnvelope {

826
common/config/rush/npm-shrinkwrap.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-analytics-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights JavaScript SDK - Web Analytics",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -26,8 +26,8 @@
"@microsoft/ai-test-framework": "0.0.1",
"@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
"@microsoft/applicationinsights-rollup-es3": "1.1.3",
"@microsoft/applicationinsights-properties-js": "2.8.3",
"@microsoft/applicationinsights-channel-js": "2.8.3",
"@microsoft/applicationinsights-properties-js": "2.8.4",
"@microsoft/applicationinsights-channel-js": "2.8.4",
"@microsoft/api-extractor": "^7.18.1",
"typescript": "^4.3.4",
"tslib": "^2.0.0",
@ -53,8 +53,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -109,7 +109,7 @@ function _updateStorageUsage(extConfig: IConfig) {
}
export class AnalyticsPlugin extends BaseTelemetryPlugin implements IAppInsights, IAppInsightsInternal {
public static Version = "2.8.3"; // Not currently used anywhere
public static Version = "2.8.4"; // Not currently used anywhere
public static getDefaultConfig = _getDefaultConfig;

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-clickanalytics-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights Click Analytics extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -44,9 +44,9 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-properties-js": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-properties-js": "2.8.4"
},
"repository": {
"type": "git",

Просмотреть файл

@ -28,7 +28,7 @@ export { BehaviorMapValidator, BehaviorValueValidator, BehaviorEnumValidator }
export class ClickAnalyticsPlugin extends BaseTelemetryPlugin {
public identifier: string = "ClickAnalyticsPlugin";
public priority: number = 181;
public static Version = "2.8.3";
public static Version = "2.8.4";
constructor() {
super();

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-debugplugin-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights JavaScript SDK - Debug Plugin extension",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -46,8 +46,8 @@
},
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-shims": "2.0.1"
},
"license": "MIT"

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-dependencies-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights XHR dependencies plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -50,8 +50,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -12,7 +12,7 @@ import {
IAppInsightsCore, BaseTelemetryPlugin, ITelemetryPluginChain, IConfiguration, IPlugin, ITelemetryItem, IProcessTelemetryContext,
getLocation, getGlobal, strPrototype, IInstrumentCallDetails, InstrumentFunc, InstrumentProto, getPerformance,
IInstrumentHooksCallbacks, objForEachKey, generateW3CId, getIEVersion, dumpObj, ICustomProperties, isXhrSupported, eventOn,
mergeEvtNamespace, createUniqueNamespace, createProcessTelemetryContext, _throwInternal, IDistributedTraceContext, getExceptionName,
mergeEvtNamespace, createUniqueNamespace, createProcessTelemetryContext, _throwInternal, IDistributedTraceContext, getExceptionName
} from "@microsoft/applicationinsights-core-js";
import { ajaxRecord, IAjaxRecordResponse } from "./ajaxRecord";
import dynamicProto from "@microsoft/dynamicproto-js";

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-perfmarkmeasure-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights Performance Mark and Measure Manager plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -48,7 +48,7 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-properties-js",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights properties (Part A) plugin",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -51,8 +51,8 @@
"dependencies": {
"@microsoft/dynamicproto-js": "^1.1.6",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3"
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4"
},
"license": "MIT"
}

Просмотреть файл

@ -4,7 +4,7 @@
import { IInternal } from "@microsoft/applicationinsights-common";
import { ITelemetryConfig } from "../Interfaces/ITelemetryConfig";
const Version = "2.8.3";
const Version = "2.8.4";
export class Internal implements IInternal {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-js",
"version": "3.3.3",
"version": "3.3.4",
"description": "Microsoft Application Insights React plugin",
"main": "dist/applicationinsights-react-js.js",
"module": "dist-esm/applicationinsights-react-js.js",
@ -58,8 +58,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/dynamicproto-js": "^1.1.6"
},
"peerDependencies": {

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-react-native",
"version": "2.5.3",
"version": "2.5.4",
"description": "Microsoft Application Insights React Native Plugin",
"main": "dist-esm/index.js",
"types": "types/index.d.ts",
@ -53,8 +53,8 @@
"uglify-js": "^3.11.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/dynamicproto-js": "^1.1.6"
},

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-web",
"description": "Microsoft Application Insights JavaScript SDK",
"version": "2.8.3",
"version": "2.8.4",
"keywords": [
"browser performance monitoring",
"script errors",

Просмотреть файл

@ -1,7 +1,7 @@
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"npmVersion": "8.10.0",
"npmVersion": "8.11.0",
"rushVersion": "5.70.0",
"projectFolderMaxDepth": 4,
"projects": [

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-common",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights Common JavaScript Library",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"author": "Microsoft Application Insights Team",
@ -47,7 +47,7 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/dynamicproto-js": "^1.1.6"
},
"license": "MIT"

Просмотреть файл

@ -1,7 +1,7 @@
{
"name": "@microsoft/applicationinsights-core-js",
"author": "Microsoft Application Insights Team",
"version": "2.8.3",
"version": "2.8.4",
"description": "Microsoft Application Insights Core Javascript SDK",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
"keywords": [

Просмотреть файл

@ -7,7 +7,7 @@ import { newId } from "./RandomHelper";
const _objDefineProperty = ObjDefineProperty;
const version = "2.8.3";
const version = "2.8.4";
let instanceName = "." + newId(6);
let _dataUid = 0;

Просмотреть файл

@ -2,8 +2,8 @@
"name": "Telemetry Viewer",
"short_name": "Telemetry Viewer",
"description": "A browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"version": "0.3.3",
"version_name": "0.3.3",
"version": "0.3.4",
"version_name": "0.3.4",
"manifest_version": 2,
"icons": {
"16": "images/icon-16.png",

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-chrome-debug-extension",
"version": "0.3.3",
"version": "0.3.4",
"description": "A chrome based browser extension that provides a real time view of what's happening in Application Insights including what telemetry is being logged by the web application",
"homepage": "https://github.com/microsoft/ApplicationInsights-JS/tree/master/tools/chrome-debug-extension#readme",
"keywords": [
@ -40,8 +40,8 @@
"license": "MIT",
"sideEffects": false,
"dependencies": {
"@microsoft/applicationinsights-core-js": "2.8.3",
"@microsoft/applicationinsights-common": "2.8.3",
"@microsoft/applicationinsights-core-js": "2.8.4",
"@microsoft/applicationinsights-common": "2.8.4",
"@microsoft/applicationinsights-shims": "2.0.1",
"@microsoft/dynamicproto-js": "^1.1.6",
"file-saver": "^2.0.0",

Просмотреть файл

@ -1,64 +1,64 @@
{
"description": "The release value identifies the base version that will be applied via the tools/release-tools/setVersion.js",
"usage": "When creating a new release you should update this value directly or via the eg. 'npm run setVersion -- 3.2.0' or 'npm run setVersion -- -patch' or 'npm run setVersion -- -minor'",
"release": "2.8.3",
"release": "2.8.4",
"next": "patch",
"pkgs": {
"@microsoft/applicationinsights-web": {
"package": "package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-web-basic": {
"package": "AISKULight/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-channel-js": {
"package": "channels/applicationinsights-channel-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-analytics-js": {
"package": "extensions/applicationinsights-analytics-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-clickanalytics-js": {
"package": "extensions/applicationinsights-clickanalytics-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-debugplugin-js": {
"package": "extensions/applicationinsights-debugplugin-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-dependencies-js": {
"package": "extensions/applicationinsights-dependencies-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-perfmarkmeasure-js": {
"package": "extensions/applicationinsights-perfmarkmeasure-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-properties-js": {
"package": "extensions/applicationinsights-properties-js/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-common": {
"package": "shared/AppInsightsCommon/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-core-js": {
"package": "shared/AppInsightsCore/package.json",
"release": "2.8.3"
"release": "2.8.4"
},
"@microsoft/applicationinsights-react-js": {
"package": "extensions/applicationinsights-react-js/package.json",
"release": "3.3.3"
"release": "3.3.4"
},
"@microsoft/applicationinsights-react-native": {
"package": "extensions/applicationinsights-react-native/package.json",
"release": "2.5.3"
"release": "2.5.4"
},
"@microsoft/applicationinsights-chrome-debug-extension": {
"package": "tools/chrome-debug-extension/package.json",
"release": "0.3.3"
"release": "0.3.4"
}
}
}