opentelemetry-instrumentation-express
Advanced tools
Comparing version 0.26.0 to 0.26.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.26.1](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.26.0...opentelemetry-instrumentation-express@0.26.1) (2021-11-29) | ||
**Note:** Version bump only for package opentelemetry-instrumentation-express | ||
# [0.26.0](https://github.com/aspecto-io/opentelemetry-ext-js/compare/opentelemetry-instrumentation-express@0.25.0...opentelemetry-instrumentation-express@0.26.0) (2021-10-26) | ||
@@ -8,0 +16,0 @@ |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.26.0"; | ||
export declare const VERSION = "0.26.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -5,3 +5,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.26.0'; | ||
exports.VERSION = '0.26.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "opentelemetry-instrumentation-express", | ||
"version": "0.26.0", | ||
"version": "0.26.1", | ||
"description": "enhanced open telemetry instrumentation for the `express` web framework", | ||
@@ -70,3 +70,3 @@ "author": "Aspecto.io", | ||
}, | ||
"gitHead": "197677ba38ce47bdd7e57c9e74cc5a19fae7e8e2" | ||
"gitHead": "d98dabe288b1d95ce7e3d8b9b2ccc3ed02854392" | ||
} |
@@ -24,7 +24,7 @@ # OpenTelemetry express Instrumentation for Node.js | ||
const traceProvider = new NodeTracerProvider(); | ||
traceProvider.register(); | ||
const tracerProvider = new NodeTracerProvider(); | ||
tracerProvider.register(); | ||
registerInstrumentations({ | ||
traceProvider, | ||
tracerProvider, | ||
instrumentations: [ | ||
@@ -31,0 +31,0 @@ new ExpressInstrumentation() |
Sorry, the diff of this file is not supported yet
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
101886