@saidsef/tracing-node 1.0.2 → 1.0.4

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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Opentelemetry Wrapper for Node Application
1
+ # Opentelemetry Wrapper for Tracing Node Applications
2
2
 
3
3
  Get telemetry for your app in less than 3 minutes!
4
4
 
@@ -12,13 +12,13 @@ A wrapper around opentelemetry and set of instrumentation applications. This is
12
12
  ## Instalation
13
13
 
14
14
  ```
15
- npm install @saidsef/trace-node --save
15
+ npm install @saidsef/tracing-node --save
16
16
  ```
17
17
 
18
18
  ## Usage
19
19
 
20
20
  ```
21
- const { setupTracing } = require('@saidsef/tace-node');
21
+ const { setupTracing } = require('@saidsef/tacing-node');
22
22
  setupTracing('hostname', 'application_name', 'endpoint')
23
23
  ```
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saidsef/tracing-node",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "tracing NodeJS - This is wrapper for OpenTelemetry instrumentation packages",
5
5
  "main": "libs/index.js",
6
6
  "scripts": {