@echoteam/signoz-react 1.0.0 → 1.0.1
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/LICENSE +20 -20
- package/README.md +286 -285
- package/dist/index.esm.js +570 -1188
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +558 -1176
- package/dist/index.js.map +1 -1
- package/package.json +86 -90
package/package.json
CHANGED
|
@@ -1,90 +1,86 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@echoteam/signoz-react",
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"@opentelemetry/
|
|
53
|
-
"@opentelemetry/
|
|
54
|
-
"@opentelemetry/
|
|
55
|
-
"@opentelemetry/
|
|
56
|
-
"
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
"@
|
|
60
|
-
"
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"@babel
|
|
64
|
-
"@
|
|
65
|
-
"@
|
|
66
|
-
"@
|
|
67
|
-
"@rollup/plugin-
|
|
68
|
-
"@
|
|
69
|
-
"@
|
|
70
|
-
"@
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
"node": ">=14.0.0",
|
|
88
|
-
"npm": ">=6.0.0"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@echoteam/signoz-react",
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "SignOz React JS - Library untuk monitoring dan tracing aplikasi React menggunakan OpenTelemetry dan SignOz",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"module": "dist/index.esm.js",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist",
|
|
10
|
+
"README.md",
|
|
11
|
+
"LICENSE"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"build": "rollup -c",
|
|
15
|
+
"dev": "rollup -c -w",
|
|
16
|
+
"clean": "rimraf dist",
|
|
17
|
+
"prepublishOnly": "npm run clean && npm run build",
|
|
18
|
+
"test": "jest",
|
|
19
|
+
"lint": "eslint src --ext .js,.jsx,.ts,.tsx",
|
|
20
|
+
"format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\""
|
|
21
|
+
},
|
|
22
|
+
"keywords": [
|
|
23
|
+
"signoz",
|
|
24
|
+
"react",
|
|
25
|
+
"opentelemetry",
|
|
26
|
+
"monitoring",
|
|
27
|
+
"tracing",
|
|
28
|
+
"observability",
|
|
29
|
+
"apm",
|
|
30
|
+
"javascript",
|
|
31
|
+
"typescript"
|
|
32
|
+
],
|
|
33
|
+
"author": "echoteam",
|
|
34
|
+
"license": "MIT",
|
|
35
|
+
"repository": {
|
|
36
|
+
"type": "git",
|
|
37
|
+
"url": "https://gitlab.echoteam.tech/codr/package/signoz-react-js.git"
|
|
38
|
+
},
|
|
39
|
+
"bugs": {
|
|
40
|
+
"url": "https://gitlab.echoteam.tech/codr/package/signoz-react-js/-/issues"
|
|
41
|
+
},
|
|
42
|
+
"homepage": "https://gitlab.echoteam.tech/codr/package/signoz-react-js",
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"react": ">=16.8.0",
|
|
45
|
+
"react-dom": ">=16.8.0"
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
"@opentelemetry/api": "^1.7.0",
|
|
49
|
+
"@opentelemetry/auto-instrumentations-web": "^0.40.0",
|
|
50
|
+
"@opentelemetry/context-zone": "^1.21.0",
|
|
51
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.48.0",
|
|
52
|
+
"@opentelemetry/instrumentation": "^0.48.0",
|
|
53
|
+
"@opentelemetry/resources": "^1.21.0",
|
|
54
|
+
"@opentelemetry/sdk-trace-base": "^1.21.0",
|
|
55
|
+
"@opentelemetry/sdk-trace-web": "^1.21.0",
|
|
56
|
+
"react-error-boundary": "^4.0.11"
|
|
57
|
+
},
|
|
58
|
+
"devDependencies": {
|
|
59
|
+
"@babel/core": "^7.23.0",
|
|
60
|
+
"@babel/preset-env": "^7.23.0",
|
|
61
|
+
"@babel/preset-react": "^7.22.0",
|
|
62
|
+
"@babel/preset-typescript": "^7.23.0",
|
|
63
|
+
"@rollup/plugin-babel": "^6.0.0",
|
|
64
|
+
"@rollup/plugin-commonjs": "^25.0.0",
|
|
65
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
66
|
+
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
67
|
+
"@rollup/plugin-typescript": "^11.0.0",
|
|
68
|
+
"@types/react": "^18.2.0",
|
|
69
|
+
"@types/react-dom": "^18.2.0",
|
|
70
|
+
"@types/react-router-dom": "^5.3.3",
|
|
71
|
+
"eslint": "^8.50.0",
|
|
72
|
+
"jest": "^29.7.0",
|
|
73
|
+
"prettier": "^3.0.0",
|
|
74
|
+
"react-router-dom": "^7.6.2",
|
|
75
|
+
"rimraf": "^5.0.0",
|
|
76
|
+
"rollup": "^4.0.0",
|
|
77
|
+
"rollup-plugin-dts": "^6.0.0",
|
|
78
|
+
"rollup-plugin-peer-deps-external": "^2.2.4",
|
|
79
|
+
"tslib": "^2.8.1",
|
|
80
|
+
"typescript": "^5.2.0"
|
|
81
|
+
},
|
|
82
|
+
"engines": {
|
|
83
|
+
"node": ">=14.0.0",
|
|
84
|
+
"npm": ">=6.0.0"
|
|
85
|
+
}
|
|
86
|
+
}
|