@opentelemetry/instrumentation-knex
Advanced tools
Comparing version 0.36.0 to 0.36.1
@@ -53,4 +53,3 @@ "use strict"; | ||
return Client; | ||
}, (Client, moduleVersion) => { | ||
api.diag.debug(`Removing ${basePath}/client.js patch for ${constants.MODULE_NAME}@${moduleVersion}`); | ||
}, (Client) => { | ||
this._unwrap(Client.prototype, 'queryBuilder'); | ||
@@ -90,2 +89,3 @@ this._unwrap(Client.prototype, 'schemaBuilder'); | ||
const span = instrumentation.tracer.startSpan(utils.getName(name, operation, table), { | ||
kind: api.SpanKind.CLIENT, | ||
attributes, | ||
@@ -92,0 +92,0 @@ }, parent); |
@@ -1,2 +0,2 @@ | ||
export declare const VERSION = "0.36.0"; | ||
export declare const VERSION = "0.36.1"; | ||
//# sourceMappingURL=version.d.ts.map |
@@ -20,3 +20,3 @@ "use strict"; | ||
// this is autogenerated file, see scripts/version-update.js | ||
exports.VERSION = '0.36.0'; | ||
exports.VERSION = '0.36.1'; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@opentelemetry/instrumentation-knex", | ||
"version": "0.36.0", | ||
"version": "0.36.1", | ||
"description": "OpenTelemetry Knex automatic instrumentation package", | ||
@@ -64,3 +64,3 @@ "main": "build/src/index.js", | ||
"homepage": "https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node/opentelemetry-instrumentation-knex#readme", | ||
"gitHead": "96a87b48934f0afcf1fe637eed6704f35bd8e973" | ||
"gitHead": "a2e2b5a1aa2910b903829d215184c43d2107b9ac" | ||
} |
Sorry, the diff of this file is not supported yet
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
55253