@saidsef/tracing-node 1.1.1 → 1.1.2
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/README.md +6 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,4 +1,9 @@
|
|
|
1
|
-
# Opentelemetry Wrapper for Tracing Node Applications
|
|
1
|
+
# Opentelemetry Wrapper for Tracing Node Applications
|
|
2
|
+
|
|
3
|
+
[](#Instalation) [](#Instalation) 
|
|
4
|
+
 
|
|
5
|
+
|
|
6
|
+
|
|
2
7
|
|
|
3
8
|
Get telemetry for your app in less than 3 minutes!
|
|
4
9
|
|
package/package.json
CHANGED
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@saidsef/tracing-node",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "tracing NodeJS - This is wrapper for OpenTelemetry instrumentation packages",
|
|
5
5
|
"main": "libs/index.js",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "node --trace-warnings --test --report-uncaught-exception --heap-prof --cpu-prof --track-heap-objects --report-dir=test/ --diagnostic-dir=test/ --heap-prof-dir=test/ libs/index.js",
|
|
8
|
-
"lint": "eslint libs"
|
|
8
|
+
"lint": "eslint libs",
|
|
9
|
+
"rebuild": "rm -rfv node_modules/ package-lock.json && npm install"
|
|
9
10
|
},
|
|
10
11
|
"private": false,
|
|
11
12
|
"repository": {
|