@opentelemetry/scope-async-hooks
Advanced tools
Comparing version 0.3.3 to 0.4.0
@@ -16,2 +16,2 @@ /*! | ||
*/ | ||
export declare const VERSION = "0.3.3"; | ||
export declare const VERSION = "0.4.0"; |
@@ -19,3 +19,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.3.3'; | ||
exports.VERSION = '0.4.0'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/scope-async-hooks", | ||
"version": "0.3.3", | ||
"version": "0.4.0", | ||
"description": "OpenTelemetry AsyncHooks-based Scope Manager", | ||
@@ -10,3 +10,3 @@ "main": "build/src/index.js", | ||
"test": "nyc ts-mocha -p tsconfig.json 'test/**/*.ts'", | ||
"tdd": "yarn test -- --watch-extensions ts --watch", | ||
"tdd": "npm run test -- --watch-extensions ts --watch", | ||
"codecov": "nyc report --reporter=json && codecov -f coverage/*.json -p ../../", | ||
@@ -55,3 +55,3 @@ "clean": "rimraf build/*", | ||
"ts-node": "^8.6.2", | ||
"tslint-consistent-codestyle": "^1.15.1", | ||
"tslint-consistent-codestyle": "^1.16.0", | ||
"tslint-microsoft-contrib": "^6.2.0", | ||
@@ -61,4 +61,4 @@ "typescript": "3.7.2" | ||
"dependencies": { | ||
"@opentelemetry/scope-base": "^0.3.3" | ||
"@opentelemetry/scope-base": "^0.4.0" | ||
} | ||
} |
@@ -27,3 +27,3 @@ # OpenTelemetry AsyncHooks-based Scope Manager | ||
Context propagation is a big subject when talking about tracing in NodeJS, if you want more informations about that here are some resources: | ||
Context propagation is a big subject when talking about tracing in NodeJS, if you want more information about that here are some resources: | ||
- https://www.npmjs.com/package/continuation-local-storage (which was the old way of doing context propagation) | ||
@@ -30,0 +30,0 @@ - Datadog's own implementation for their Javascript tracer: [here][dd-js-tracer-scope] |
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
29770
+ Added@opentelemetry/scope-base@0.4.0(transitive)
- Removed@opentelemetry/scope-base@0.3.3(transitive)