@microsoft/applicationinsights-web-basic 2.8.12-nightly.2303-06 → 2.8.12-nightly.2303-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.12-nightly.2303-06
2
+ * Microsoft.ApplicationInsights, 2.8.12-nightly.2303-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1082,6 +1082,10 @@ export declare interface IConfiguration {
1082
1082
  * 2: logs to iKey: severity >= WARNING
1083
1083
  */
1084
1084
  loggingLevelTelemetry?: number;
1085
+ /**
1086
+ * If enabled, uncaught exceptions will be thrown to help with debugging
1087
+ */
1088
+ enableDebug?: boolean;
1085
1089
  /**
1086
1090
  * If enabled, uncaught exceptions will be thrown to help with debugging
1087
1091
  */
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.12-nightly.2303-06
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.12-nightly.2303-07
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/dist-esm/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.12-nightly.2303-06
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.12-nightly.2303-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.12-nightly.2303-06",
3
+ "version": "2.8.12-nightly.2303-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",
@@ -53,9 +53,9 @@
53
53
  "dependencies": {
54
54
  "@microsoft/dynamicproto-js": "^1.1.7",
55
55
  "@microsoft/applicationinsights-shims": "2.0.2",
56
- "@microsoft/applicationinsights-common": "2.8.12-nightly.2303-06",
57
- "@microsoft/applicationinsights-channel-js": "2.8.12-nightly.2303-06",
58
- "@microsoft/applicationinsights-core-js": "2.8.12-nightly.2303-06"
56
+ "@microsoft/applicationinsights-common": "2.8.12-nightly.2303-07",
57
+ "@microsoft/applicationinsights-channel-js": "2.8.12-nightly.2303-07",
58
+ "@microsoft/applicationinsights-core-js": "2.8.12-nightly.2303-07"
59
59
  },
60
60
  "license": "MIT",
61
61
  "publishConfig": {
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.12-nightly.2303-06",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.12-nightly.2303-06.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-JE2YtfvFRsLW1TpfVIIl1ffCuhPS44uXEf+p2qdYYr4= sha384-hW2/G130aLqTXp+txm8pGahAl5cvOsg+hJ/97c17fztmC/+scT/7Xwm2lQXgVfua sha512-lVMLO8wCe2iL/37zIcu0C1tZ5KxEJNiN/bkDFjdUcEvu2pi8ofzEUZ98z9wFy822es7esgOZ0Pl8Ls0da439pQ==",
9
- "hashes": {
10
- "sha256": "JE2YtfvFRsLW1TpfVIIl1ffCuhPS44uXEf+p2qdYYr4=",
11
- "sha384": "hW2/G130aLqTXp+txm8pGahAl5cvOsg+hJ/97c17fztmC/+scT/7Xwm2lQXgVfua",
12
- "sha512": "lVMLO8wCe2iL/37zIcu0C1tZ5KxEJNiN/bkDFjdUcEvu2pi8ofzEUZ98z9wFy822es7esgOZ0Pl8Ls0da439pQ=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.12-nightly.2303-06.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-DGpSxEni5t5oA2MuU12MfDemHVL/RkbcsXrU7EY+dzY= sha384-DonyuCltht64epM2itpHfNgYNOEGZ7q+oMk4Q3v7oZt8EvfJUplWMNu9ag5P4/wY sha512-DA/lJk4S42RoFVVnoH9MmLKlhOK7TcfmTM/riJejXKvG5im66u8NUr8OAazX71+fxEOftxGx+7s5fgrBrETG0A==",
19
- "hashes": {
20
- "sha256": "DGpSxEni5t5oA2MuU12MfDemHVL/RkbcsXrU7EY+dzY=",
21
- "sha384": "DonyuCltht64epM2itpHfNgYNOEGZ7q+oMk4Q3v7oZt8EvfJUplWMNu9ag5P4/wY",
22
- "sha512": "DA/lJk4S42RoFVVnoH9MmLKlhOK7TcfmTM/riJejXKvG5im66u8NUr8OAazX71+fxEOftxGx+7s5fgrBrETG0A=="
23
- }
24
- }
25
- }
26
- }