@microsoft/applicationinsights-react-js 19.3.7-nightly.2507-07 → 19.3.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.
- package/browser/applicationinsights-react-js.js +2 -2
- package/browser/applicationinsights-react-js.js.map +1 -1
- package/browser/applicationinsights-react-js.min.js +2 -2
- package/browser/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.d.ts +1 -1
- package/dist/applicationinsights-react-js.js +2 -2
- package/dist/applicationinsights-react-js.js.map +1 -1
- package/dist/applicationinsights-react-js.min.js +2 -2
- package/dist/applicationinsights-react-js.min.js.map +1 -1
- package/dist/applicationinsights-react-js.rollup.d.ts +1 -1
- package/dist-esm/AppInsightsContext.js +1 -1
- package/dist-esm/AppInsightsErrorBoundary.js +1 -1
- package/dist-esm/Interfaces/IReactExtensionConfig.js +1 -1
- package/dist-esm/ReactPlugin.js +1 -1
- package/dist-esm/applicationinsights-react-js.js +1 -1
- package/dist-esm/useTrackEvent.js +1 -1
- package/dist-esm/useTrackMetric.js +1 -1
- package/dist-esm/withAITracking.js +1 -1
- package/package.json +80 -83
package/dist-esm/ReactPlugin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - React Plugin, 19.3.7
|
|
2
|
+
* Application Insights JavaScript SDK - React Plugin, 19.3.7
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import { useEffect, useRef, useState } from "react";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Application Insights JavaScript SDK - React Plugin, 19.3.7
|
|
2
|
+
* Application Insights JavaScript SDK - React Plugin, 19.3.7
|
|
3
3
|
* Copyright (c) Microsoft and contributors. All rights reserved.
|
|
4
4
|
*/
|
|
5
5
|
import { __assignFn as __assign } from "@microsoft/applicationinsights-shims";
|
package/package.json
CHANGED
|
@@ -1,83 +1,80 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@microsoft/applicationinsights-react-js",
|
|
3
|
-
"version": "19.3.7
|
|
4
|
-
"description": "Microsoft Application Insights React plugin",
|
|
5
|
-
"author": "Microsoft Application Insights Team",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"bugs": {
|
|
8
|
-
"url": "https://github.com/microsoft/applicationinsights-react-js/issues"
|
|
9
|
-
},
|
|
10
|
-
"homepage": "https://github.com/microsoft/applicationinsights-react-js#readme",
|
|
11
|
-
"main": "dist/applicationinsights-react-js.js",
|
|
12
|
-
"module": "dist-esm/applicationinsights-react-js.js",
|
|
13
|
-
"types": "types/applicationinsights-react-js.d.ts",
|
|
14
|
-
"sideEffects": false,
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://github.com/microsoft/applicationinsights-react-js"
|
|
18
|
-
},
|
|
19
|
-
"scripts": {
|
|
20
|
-
"build": "npm run build:esm && npm run build:package && npm run dtsgen",
|
|
21
|
-
"build:esm": "tsc -p tsconfig.json",
|
|
22
|
-
"build:package": "rollup -c",
|
|
23
|
-
"rebuild": "npm run build",
|
|
24
|
-
"testx": "grunt reacttests",
|
|
25
|
-
"test": "jest --config test/jestconfig.json",
|
|
26
|
-
"test-watch": "jest --config test/jestconfig.json --watch",
|
|
27
|
-
"lint": "tslint -p tsconfig.json",
|
|
28
|
-
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react plugin\"",
|
|
29
|
-
"ai-min": "grunt react-min",
|
|
30
|
-
"ai-restore": "grunt react-restore"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"@microsoft/ai-test-framework": "0.0.1",
|
|
34
|
-
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
|
|
35
|
-
"@microsoft/applicationinsights-properties-js": "
|
|
36
|
-
"@microsoft/api-extractor": "^7.18.1",
|
|
37
|
-
"@testing-library/dom": "^10.0.0",
|
|
38
|
-
"@testing-library/jest-dom": "^5.11.9",
|
|
39
|
-
"@testing-library/react": "^16.1.0",
|
|
40
|
-
"@testing-library/user-event": "^12.8.1",
|
|
41
|
-
"@types/cheerio": "0.22.13",
|
|
42
|
-
"@types/history": "^4.7.9",
|
|
43
|
-
"@types/jest": "^27.0.2",
|
|
44
|
-
"@types/node": "11.13.2",
|
|
45
|
-
"@types/prop-types": "^15.7.3",
|
|
46
|
-
"@types/react": "^19.0.0",
|
|
47
|
-
"@types/react-dom": "^19.0.0",
|
|
48
|
-
"csstype": "~2.6.7",
|
|
49
|
-
"grunt": "^1.5.3",
|
|
50
|
-
"grunt-cli": "^1.4.3",
|
|
51
|
-
"jest": "^27.3.1",
|
|
52
|
-
"react": "^19.0.0",
|
|
53
|
-
"react-dom": "^19.0.0",
|
|
54
|
-
"globby": "^11.0.0",
|
|
55
|
-
"magic-string": "^0.25.7",
|
|
56
|
-
"@rollup/plugin-commonjs": "^18.0.0",
|
|
57
|
-
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
58
|
-
"@rollup/plugin-replace": "^2.3.3",
|
|
59
|
-
"rollup-plugin-cleanup": "^3.2.1",
|
|
60
|
-
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
61
|
-
"rollup": "^2.32.0",
|
|
62
|
-
"ts-jest": "^27.0.7",
|
|
63
|
-
"typescript": "^4.3.4",
|
|
64
|
-
"tslib": "^2.0.0",
|
|
65
|
-
"uglify-js": "3.16.0",
|
|
66
|
-
"history": "^5.1.0"
|
|
67
|
-
},
|
|
68
|
-
"dependencies": {
|
|
69
|
-
"@microsoft/applicationinsights-shims": "^3.0.1",
|
|
70
|
-
"@microsoft/applicationinsights-core-js": "
|
|
71
|
-
"@microsoft/applicationinsights-common": "
|
|
72
|
-
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
73
|
-
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
74
|
-
},
|
|
75
|
-
"peerDependencies": {
|
|
76
|
-
"tslib": "*",
|
|
77
|
-
"react": ">= 19.0.0",
|
|
78
|
-
"history": ">= 4.10.1"
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
"tag": "nightly"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@microsoft/applicationinsights-react-js",
|
|
3
|
+
"version": "19.3.7",
|
|
4
|
+
"description": "Microsoft Application Insights React plugin",
|
|
5
|
+
"author": "Microsoft Application Insights Team",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/microsoft/applicationinsights-react-js/issues"
|
|
9
|
+
},
|
|
10
|
+
"homepage": "https://github.com/microsoft/applicationinsights-react-js#readme",
|
|
11
|
+
"main": "dist/applicationinsights-react-js.js",
|
|
12
|
+
"module": "dist-esm/applicationinsights-react-js.js",
|
|
13
|
+
"types": "types/applicationinsights-react-js.d.ts",
|
|
14
|
+
"sideEffects": false,
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/microsoft/applicationinsights-react-js"
|
|
18
|
+
},
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "npm run build:esm && npm run build:package && npm run dtsgen",
|
|
21
|
+
"build:esm": "tsc -p tsconfig.json",
|
|
22
|
+
"build:package": "rollup -c",
|
|
23
|
+
"rebuild": "npm run build",
|
|
24
|
+
"testx": "grunt reacttests",
|
|
25
|
+
"test": "jest --config test/jestconfig.json",
|
|
26
|
+
"test-watch": "jest --config test/jestconfig.json --watch",
|
|
27
|
+
"lint": "tslint -p tsconfig.json",
|
|
28
|
+
"dtsgen": "api-extractor run --local && node ../scripts/dtsgen.js \"Microsoft Application Insights react plugin\"",
|
|
29
|
+
"ai-min": "grunt react-min",
|
|
30
|
+
"ai-restore": "grunt react-restore"
|
|
31
|
+
},
|
|
32
|
+
"devDependencies": {
|
|
33
|
+
"@microsoft/ai-test-framework": "0.0.1",
|
|
34
|
+
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
|
|
35
|
+
"@microsoft/applicationinsights-properties-js": "^3.3.9",
|
|
36
|
+
"@microsoft/api-extractor": "^7.18.1",
|
|
37
|
+
"@testing-library/dom": "^10.0.0",
|
|
38
|
+
"@testing-library/jest-dom": "^5.11.9",
|
|
39
|
+
"@testing-library/react": "^16.1.0",
|
|
40
|
+
"@testing-library/user-event": "^12.8.1",
|
|
41
|
+
"@types/cheerio": "0.22.13",
|
|
42
|
+
"@types/history": "^4.7.9",
|
|
43
|
+
"@types/jest": "^27.0.2",
|
|
44
|
+
"@types/node": "11.13.2",
|
|
45
|
+
"@types/prop-types": "^15.7.3",
|
|
46
|
+
"@types/react": "^19.0.0",
|
|
47
|
+
"@types/react-dom": "^19.0.0",
|
|
48
|
+
"csstype": "~2.6.7",
|
|
49
|
+
"grunt": "^1.5.3",
|
|
50
|
+
"grunt-cli": "^1.4.3",
|
|
51
|
+
"jest": "^27.3.1",
|
|
52
|
+
"react": "^19.0.0",
|
|
53
|
+
"react-dom": "^19.0.0",
|
|
54
|
+
"globby": "^11.0.0",
|
|
55
|
+
"magic-string": "^0.25.7",
|
|
56
|
+
"@rollup/plugin-commonjs": "^18.0.0",
|
|
57
|
+
"@rollup/plugin-node-resolve": "^11.2.1",
|
|
58
|
+
"@rollup/plugin-replace": "^2.3.3",
|
|
59
|
+
"rollup-plugin-cleanup": "^3.2.1",
|
|
60
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
61
|
+
"rollup": "^2.32.0",
|
|
62
|
+
"ts-jest": "^27.0.7",
|
|
63
|
+
"typescript": "^4.3.4",
|
|
64
|
+
"tslib": "^2.0.0",
|
|
65
|
+
"uglify-js": "3.16.0",
|
|
66
|
+
"history": "^5.1.0"
|
|
67
|
+
},
|
|
68
|
+
"dependencies": {
|
|
69
|
+
"@microsoft/applicationinsights-shims": "^3.0.1",
|
|
70
|
+
"@microsoft/applicationinsights-core-js": "^3.3.9",
|
|
71
|
+
"@microsoft/applicationinsights-common": "^3.3.9",
|
|
72
|
+
"@microsoft/dynamicproto-js": "^2.0.3",
|
|
73
|
+
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
|
|
74
|
+
},
|
|
75
|
+
"peerDependencies": {
|
|
76
|
+
"tslib": "*",
|
|
77
|
+
"react": ">= 19.0.0",
|
|
78
|
+
"history": ">= 4.10.1"
|
|
79
|
+
}
|
|
80
|
+
}
|