@microsoft/applicationinsights-web-basic 2.7.2-nightly.2111-10 → 2.7.2-nightly.2111-15

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.7.2-nightly.2111-10
2
+ * Microsoft.ApplicationInsights, 2.7.2-nightly.2111-15
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -779,6 +779,11 @@ export declare interface IConfiguration {
779
779
  * Page Show events include "pageshow" and "visibilitychange" (with 'visible' state)
780
780
  */
781
781
  disablePageShowEvents?: string[];
782
+ /**
783
+ * [Optional] A flag for performance optimization to disable attempting to use the Chrome Debug Extension, if disabled and the extension is installed
784
+ * this will not send any notifications.
785
+ */
786
+ disableDbgExt?: boolean;
782
787
  }
783
788
 
784
789
  declare interface ICookieMgr {
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.7.2-nightly.2111-10
2
+ * Application Insights JavaScript Web SDK - Basic, 2.7.2-nightly.2111-15
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.7.2-nightly.2111-10",
3
+ "version": "2.7.2-nightly.2111-15",
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",
@@ -49,9 +49,9 @@
49
49
  "dependencies": {
50
50
  "@microsoft/dynamicproto-js": "^1.1.4",
51
51
  "@microsoft/applicationinsights-shims": "2.0.0",
52
- "@microsoft/applicationinsights-common": "2.7.2-nightly.2111-10",
53
- "@microsoft/applicationinsights-channel-js": "2.7.2-nightly.2111-10",
54
- "@microsoft/applicationinsights-core-js": "2.7.2-nightly.2111-10"
52
+ "@microsoft/applicationinsights-common": "2.7.2-nightly.2111-15",
53
+ "@microsoft/applicationinsights-channel-js": "2.7.2-nightly.2111-15",
54
+ "@microsoft/applicationinsights-core-js": "2.7.2-nightly.2111-15"
55
55
  },
56
56
  "license": "MIT",
57
57
  "publishConfig": {
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.7.2-nightly.2111-10",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.7.2-nightly.2111-10.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-Wr9deLjeRiZT28dAK6J/RVLrT+VFQRtjP6B/sSmWkWo= sha384-IFtza1gHs/2T7OujG6/skE8nyFRPb/K5KjnvFyO7tCN3yldwgY6xJu62c8ovwjus sha512-+NCZicWSirV9cBBQ1z9bLGrfxAYQ97dU6CkJurYhTNSXFUGEj7fvhFa4blO1wSkdGJEOH3vTD/8sElhKXvOoHg==",
9
- "hashes": {
10
- "sha256": "Wr9deLjeRiZT28dAK6J/RVLrT+VFQRtjP6B/sSmWkWo=",
11
- "sha384": "IFtza1gHs/2T7OujG6/skE8nyFRPb/K5KjnvFyO7tCN3yldwgY6xJu62c8ovwjus",
12
- "sha512": "+NCZicWSirV9cBBQ1z9bLGrfxAYQ97dU6CkJurYhTNSXFUGEj7fvhFa4blO1wSkdGJEOH3vTD/8sElhKXvOoHg=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.7.2-nightly.2111-10.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-dcOMS1yqu7d2CCNgpmTNAYrTxXzzf9DOKjRpPhvqS2o= sha384-ww01qDTzRWSrZXGe+dTGpHYCfpdof2rjgh09pN9JLLGX9Bdufz+hkwRNcKTWwpZE sha512-sva2YcgRlfsLHTk6tMvpqY0JYDAr4WbPNlD09N7WjUtIJcu8OVrISyXFiznNHkg71QxC/x9vD6kz8dbI2D1KDA==",
19
- "hashes": {
20
- "sha256": "dcOMS1yqu7d2CCNgpmTNAYrTxXzzf9DOKjRpPhvqS2o=",
21
- "sha384": "ww01qDTzRWSrZXGe+dTGpHYCfpdof2rjgh09pN9JLLGX9Bdufz+hkwRNcKTWwpZE",
22
- "sha512": "sva2YcgRlfsLHTk6tMvpqY0JYDAr4WbPNlD09N7WjUtIJcu8OVrISyXFiznNHkg71QxC/x9vD6kz8dbI2D1KDA=="
23
- }
24
- }
25
- }
26
- }