@opentelemetry/instrumentation-pino
Advanced tools
Comparing version 0.33.0 to 0.33.1
@@ -73,3 +73,3 @@ "use strict"; | ||
} | ||
instrumentation_1.safeExecuteInTheMiddle(() => hook(span, record, level), err => { | ||
(0, instrumentation_1.safeExecuteInTheMiddle)(() => hook(span, record, level), err => { | ||
if (err) { | ||
@@ -91,3 +91,3 @@ api_1.diag.error('pino instrumentation: error calling logHook', err); | ||
const spanContext = span.spanContext(); | ||
if (!api_1.isSpanContextValid(spanContext)) { | ||
if (!(0, api_1.isSpanContextValid)(spanContext)) { | ||
return {}; | ||
@@ -94,0 +94,0 @@ } |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.33.0"; | ||
export declare const VERSION = "0.33.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.33.0'; | ||
exports.VERSION = '0.33.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-pino", | ||
"version": "0.33.0", | ||
"version": "0.33.1", | ||
"description": "OpenTelemetry instrumentation for pino", | ||
@@ -64,12 +64,12 @@ "main": "build/src/index.js", | ||
"semver": "7.3.5", | ||
"sinon": "14.0.0", | ||
"sinon": "15.0.1", | ||
"test-all-versions": "5.0.1", | ||
"ts-mocha": "10.0.0", | ||
"typescript": "4.3.5" | ||
"typescript": "4.4.4" | ||
}, | ||
"dependencies": { | ||
"@opentelemetry/instrumentation": "^0.34.0" | ||
"@opentelemetry/instrumentation": "^0.35.1" | ||
}, | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-pino#readme", | ||
"gitHead": "59fa57cfd0dff4ae0e6f3833dff73c55dfd79ee5" | ||
"gitHead": "63e0fc9b6b862f74304abf0343c506a5bd415191" | ||
} |
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
28853
+ Added@opentelemetry/instrumentation@0.35.1(transitive)
- Removed@opentelemetry/instrumentation@0.34.0(transitive)