@opentelemetry/instrumentation-knex
Version:
OpenTelemetry instrumentation for `knex` database SQL query builder
10 lines • 432 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.KnexInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "KnexInstrumentation", { enumerable: true, get: function () { return instrumentation_1.KnexInstrumentation; } });
//# sourceMappingURL=index.js.map