@microsoft/applicationinsights-web-basic 2.8.4-nightly.2205-06 → 2.8.4-nightly.2205-07

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.
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Microsoft.ApplicationInsights, 2.8.4-nightly.2205-06
2
+ * Microsoft.ApplicationInsights, 2.8.4-nightly.2205-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1006,6 +1006,11 @@ declare interface IConfig {
1006
1006
  * [Optional] The number of events that can be kept in memory before the SDK starts to drop events. By default, this is 10,000.
1007
1007
  */
1008
1008
  eventsLimitInMem?: number;
1009
+ /**
1010
+ * [Optional] Disable iKey deprecation error message.
1011
+ * @defaultValue true
1012
+ */
1013
+ disableIkeyDeprecationMessage?: boolean;
1009
1014
  }
1010
1015
 
1011
1016
  /**
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.4-nightly.2205-06
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.4-nightly.2205-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.4-nightly.2205-06",
3
+ "version": "2.8.4-nightly.2205-07",
4
4
  "description": "Microsoft Application Insights Javascript SDK core and channel",
5
5
  "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
6
  "author": "Microsoft Application Insights Team",
@@ -51,9 +51,9 @@
51
51
  "dependencies": {
52
52
  "@microsoft/dynamicproto-js": "^1.1.6",
53
53
  "@microsoft/applicationinsights-shims": "2.0.1",
54
- "@microsoft/applicationinsights-common": "2.8.4-nightly.2205-06",
55
- "@microsoft/applicationinsights-channel-js": "2.8.4-nightly.2205-06",
56
- "@microsoft/applicationinsights-core-js": "2.8.4-nightly.2205-06"
54
+ "@microsoft/applicationinsights-common": "2.8.4-nightly.2205-07",
55
+ "@microsoft/applicationinsights-channel-js": "2.8.4-nightly.2205-07",
56
+ "@microsoft/applicationinsights-core-js": "2.8.4-nightly.2205-07"
57
57
  },
58
58
  "license": "MIT",
59
59
  "publishConfig": {
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.4-nightly.2205-06",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.4-nightly.2205-06.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-qn4ZVqn+aXgHVOPSTzDQhB0PSRvw0YLS8O19URcwk1A= sha384-LHvHvDdbhYnQtJvKC9GGQnSfgrmopYwlfOy8y2WIeneONR95JnxdGlSXQbvl43OH sha512-u8vB8IcoLodvaHRweVtWx7HvYYJ/39Z1VX/it7D8ZvVXPhMs7YJSuz3PB/KD4JcQrGhGMtd5pagG3+OjW3albg==",
9
- "hashes": {
10
- "sha256": "qn4ZVqn+aXgHVOPSTzDQhB0PSRvw0YLS8O19URcwk1A=",
11
- "sha384": "LHvHvDdbhYnQtJvKC9GGQnSfgrmopYwlfOy8y2WIeneONR95JnxdGlSXQbvl43OH",
12
- "sha512": "u8vB8IcoLodvaHRweVtWx7HvYYJ/39Z1VX/it7D8ZvVXPhMs7YJSuz3PB/KD4JcQrGhGMtd5pagG3+OjW3albg=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.4-nightly.2205-06.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-1/OUuLh71va0plEssgfVWV+IvIQjbwbkCCsZp12egTw= sha384-vQv06L+wYxTCwnmu3Mu6siPrbFwUnLK53Ib4VUc1qyF1/NmAD4rjtKTpHb+cpe6R sha512-YYGFJk/4CUmHUeNckbmtM6UvGbbTyuByOYxJ90CP3wlV2fWZ6nj535gJ443JklNsANY7zPSp+8S/UpF6S9NWQQ==",
19
- "hashes": {
20
- "sha256": "1/OUuLh71va0plEssgfVWV+IvIQjbwbkCCsZp12egTw=",
21
- "sha384": "vQv06L+wYxTCwnmu3Mu6siPrbFwUnLK53Ib4VUc1qyF1/NmAD4rjtKTpHb+cpe6R",
22
- "sha512": "YYGFJk/4CUmHUeNckbmtM6UvGbbTyuByOYxJ90CP3wlV2fWZ6nj535gJ443JklNsANY7zPSp+8S/UpF6S9NWQQ=="
23
- }
24
- }
25
- }
26
- }