@opentelemetry/instrumentation-oracledb
Version:
OpenTelemetry instrumentation for `oracledb` database client for Oracle DB
11 lines • 491 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* Copyright (c) 2025, Oracle and/or its affiliates.
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.OracleInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "OracleInstrumentation", { enumerable: true, get: function () { return instrumentation_1.OracleInstrumentation; } });
//# sourceMappingURL=index.js.map