@microsoft/applicationinsights-web-basic 2.8.7-nightly.2208-09 → 2.8.7

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.7-nightly.2208-09
2
+ * Microsoft.ApplicationInsights, 2.8.7
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  *
5
5
  * Microsoft Application Insights Team
@@ -1029,6 +1029,13 @@ declare interface IConfig {
1029
1029
  * @defaultValue true
1030
1030
  */
1031
1031
  disableIkeyDeprecationMessage?: boolean;
1032
+ /**
1033
+ * [Optional] Flag to indicate whether the internal looking endpoints should be automatically
1034
+ * added to the `excludeRequestFromAutoTrackingPatterns` collection. (defaults to true).
1035
+ * This flag exists as the provided regex is generic and may unexpectedly match a domain that
1036
+ * should not be excluded.
1037
+ */
1038
+ addIntEndpoints?: boolean;
1032
1039
  }
1033
1040
 
1034
1041
  /**
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Application Insights JavaScript Web SDK - Basic, 2.8.7-nightly.2208-09
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.7
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.7-nightly.2208-09
2
+ * Application Insights JavaScript Web SDK - Basic, 2.8.7
3
3
  * Copyright (c) Microsoft and contributors. All rights reserved.
4
4
  */
5
5
 
package/package.json CHANGED
@@ -1,65 +1,62 @@
1
- {
2
- "name": "@microsoft/applicationinsights-web-basic",
3
- "version": "2.8.7-nightly.2208-09",
4
- "description": "Microsoft Application Insights Javascript SDK core and channel",
5
- "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
- "author": "Microsoft Application Insights Team",
7
- "main": "dist/applicationinsights-web-basic.js",
8
- "module": "dist-esm/index.js",
9
- "types": "types/index.d.ts",
10
- "sideEffects": false,
11
- "scripts": {
12
- "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
13
- "build:esm": "grunt aiskulite",
14
- "build:browser": "rollup -c rollup.config.js",
15
- "rebuild": "npm run build",
16
- "test": "grunt aiskuliteunittests",
17
- "mintest": "grunt aiskulite-mintests",
18
- "lint": "tslint -p tsconfig.json",
19
- "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
- "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
- "ai-min": "grunt aiskulite-min",
22
- "ai-restore": "grunt aiskulite-restore"
23
- },
24
- "repository": {
25
- "type": "git",
26
- "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
27
- "directory": "AISKULight"
28
- },
29
- "devDependencies": {
30
- "@microsoft/ai-test-framework": "0.0.1",
31
- "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
32
- "@microsoft/applicationinsights-rollup-es3": "1.1.3",
33
- "@microsoft/api-extractor": "^7.18.1",
34
- "grunt": "^1.5.3",
35
- "grunt-cli": "^1.4.3",
36
- "grunt-contrib-qunit": "^5.0.1",
37
- "@nevware21/grunt-ts-plugin": "^0.4.3",
38
- "@nevware21/grunt-eslint-ts": "^0.2.2",
39
- "globby": "^11.0.0",
40
- "magic-string": "^0.25.7",
41
- "pako": "^2.0.3",
42
- "@rollup/plugin-commonjs": "^18.0.0",
43
- "@rollup/plugin-node-resolve": "^11.2.1",
44
- "@rollup/plugin-replace": "^2.3.3",
45
- "rollup-plugin-cleanup": "^3.2.1",
46
- "rollup": "^2.32.0",
47
- "source-map-loader": "^0.2.3",
48
- "typescript": "^4.3.4",
49
- "tslib": "^2.0.0"
50
- },
51
- "peerDependencies": {
52
- "tslib": "*"
53
- },
54
- "dependencies": {
55
- "@microsoft/dynamicproto-js": "^1.1.6",
56
- "@microsoft/applicationinsights-shims": "2.0.1",
57
- "@microsoft/applicationinsights-common": "2.8.7-nightly.2208-09",
58
- "@microsoft/applicationinsights-channel-js": "2.8.7-nightly.2208-09",
59
- "@microsoft/applicationinsights-core-js": "2.8.7-nightly.2208-09"
60
- },
61
- "license": "MIT",
62
- "publishConfig": {
63
- "tag": "nightly"
64
- }
65
- }
1
+ {
2
+ "name": "@microsoft/applicationinsights-web-basic",
3
+ "version": "2.8.7",
4
+ "description": "Microsoft Application Insights Javascript SDK core and channel",
5
+ "homepage": "https://github.com/microsoft/ApplicationInsights-JS#readme",
6
+ "author": "Microsoft Application Insights Team",
7
+ "main": "dist/applicationinsights-web-basic.js",
8
+ "module": "dist-esm/index.js",
9
+ "types": "types/index.d.ts",
10
+ "sideEffects": false,
11
+ "scripts": {
12
+ "build": "npm run build:esm && npm run build:browser && npm run sri && npm run dtsgen",
13
+ "build:esm": "grunt aiskulite",
14
+ "build:browser": "rollup -c rollup.config.js",
15
+ "rebuild": "npm run build",
16
+ "test": "grunt aiskuliteunittests",
17
+ "mintest": "grunt aiskulite-mintests",
18
+ "lint": "tslint -p tsconfig.json",
19
+ "dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js 'Microsoft.ApplicationInsights'",
20
+ "sri": "node ../tools/subResourceIntegrity/generateIntegrityFile.js",
21
+ "ai-min": "grunt aiskulite-min",
22
+ "ai-restore": "grunt aiskulite-restore"
23
+ },
24
+ "repository": {
25
+ "type": "git",
26
+ "url": "https://github.com/microsoft/ApplicationInsights-JS.git",
27
+ "directory": "AISKULight"
28
+ },
29
+ "devDependencies": {
30
+ "@microsoft/ai-test-framework": "0.0.1",
31
+ "@microsoft/applicationinsights-rollup-plugin-uglify3-js": "1.0.0",
32
+ "@microsoft/applicationinsights-rollup-es3": "1.1.3",
33
+ "@microsoft/api-extractor": "^7.18.1",
34
+ "grunt": "^1.5.3",
35
+ "grunt-cli": "^1.4.3",
36
+ "grunt-contrib-qunit": "^5.0.1",
37
+ "@nevware21/grunt-ts-plugin": "^0.4.3",
38
+ "@nevware21/grunt-eslint-ts": "^0.2.2",
39
+ "globby": "^11.0.0",
40
+ "magic-string": "^0.25.7",
41
+ "pako": "^2.0.3",
42
+ "@rollup/plugin-commonjs": "^18.0.0",
43
+ "@rollup/plugin-node-resolve": "^11.2.1",
44
+ "@rollup/plugin-replace": "^2.3.3",
45
+ "rollup-plugin-cleanup": "^3.2.1",
46
+ "rollup": "^2.32.0",
47
+ "source-map-loader": "^0.2.3",
48
+ "typescript": "^4.3.4",
49
+ "tslib": "^2.0.0"
50
+ },
51
+ "peerDependencies": {
52
+ "tslib": "*"
53
+ },
54
+ "dependencies": {
55
+ "@microsoft/dynamicproto-js": "^1.1.6",
56
+ "@microsoft/applicationinsights-shims": "2.0.1",
57
+ "@microsoft/applicationinsights-common": "2.8.7",
58
+ "@microsoft/applicationinsights-channel-js": "2.8.7",
59
+ "@microsoft/applicationinsights-core-js": "2.8.7"
60
+ },
61
+ "license": "MIT"
62
+ }
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.29.0"
8
+ "packageVersion": "7.30.0"
9
9
  }
10
10
  ]
11
11
  }
@@ -1,26 +0,0 @@
1
- {
2
- "name": "aib",
3
- "version": "2.8.7-nightly.2208-09",
4
- "ext": {
5
- "@js": {
6
- "file": "aib.2.8.7-nightly.2208-09.js",
7
- "type": "text/javascript; charset=utf-8",
8
- "integrity": "sha256-drg3tK88eKvXkIO7oizH7s4vwmCtqUjRsvBpVEOVTAY= sha384-vDONau0HARzysod6pS/Yx60E16W9SuOWdWCC97peHJq/FPmk49J2EAvparcR8QRx sha512-9esBT4L49paVvf50irmuTzprCMhJRJIVfnFlnLRyu7nju3Hrayxv0E0c8yXyUW9JV7jrAbi/zGbbhAgvNyW29Q==",
9
- "hashes": {
10
- "sha256": "drg3tK88eKvXkIO7oizH7s4vwmCtqUjRsvBpVEOVTAY=",
11
- "sha384": "vDONau0HARzysod6pS/Yx60E16W9SuOWdWCC97peHJq/FPmk49J2EAvparcR8QRx",
12
- "sha512": "9esBT4L49paVvf50irmuTzprCMhJRJIVfnFlnLRyu7nju3Hrayxv0E0c8yXyUW9JV7jrAbi/zGbbhAgvNyW29Q=="
13
- }
14
- },
15
- "@min.js": {
16
- "file": "aib.2.8.7-nightly.2208-09.min.js",
17
- "type": "text/javascript; charset=utf-8",
18
- "integrity": "sha256-Qh0rjY1/BHubEuUc9J7Nh1y7HYwTHcE8vp3HdqcLGyA= sha384-TRY2+a6EgfcPLpJKKvSqNI8Ae8cjbEMxAhbFqHt8LTVtQ3z5M6Qaa6OcwEJh4POM sha512-UHvBn01P27VGoAmnZ8fFAVuEQ4snqPqwTbZcqhPPd1WV4/GeZAc0AfRfL8wTYXkKsWnNzx8crlj9sGtdA9KUQg==",
19
- "hashes": {
20
- "sha256": "Qh0rjY1/BHubEuUc9J7Nh1y7HYwTHcE8vp3HdqcLGyA=",
21
- "sha384": "TRY2+a6EgfcPLpJKKvSqNI8Ae8cjbEMxAhbFqHt8LTVtQ3z5M6Qaa6OcwEJh4POM",
22
- "sha512": "UHvBn01P27VGoAmnZ8fFAVuEQ4snqPqwTbZcqhPPd1WV4/GeZAc0AfRfL8wTYXkKsWnNzx8crlj9sGtdA9KUQg=="
23
- }
24
- }
25
- }
26
- }