opentracing
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "opentracing", | ||
"version": "0.1.0", | ||
"main": "dist/opentracing-node.min.js", | ||
"version": "0.1.1", | ||
"main": "dist/opentracing-node.js", | ||
"scripts": { | ||
@@ -16,3 +16,3 @@ "webpack": "npm run webpack-node-debug && npm run webpack-node-prod && npm run webpack-browser-debug && npm run webpack-browser-prod", | ||
"type": "git", | ||
"url": "" | ||
"url": "https://github.com/opentracing/opentracing-javascript" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
@@ -13,3 +13,3 @@ # OpenTracing API for JavaScript | ||
In the current version, `opentracing-javascript` provides the core API and a default no-op implementation. | ||
In the current version, the `opentracing` package provides the core API and a default no-op implementation. | ||
@@ -22,4 +22,12 @@ A reference implementation and a set of simple examples are planned. | ||
Install the package: | ||
```bash | ||
npm install --save opentracing | ||
``` | ||
In the JS code, add instrumentation to the operations to be tracked: | ||
```js | ||
// TBD. | ||
// TBD | ||
``` | ||
@@ -59,3 +67,2 @@ | ||
*See [DEV.md](DEV.md) for additional detail.* |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
26599
66
2