UNPKG

@opentelemetry/instrumentation-oracledb

Version:
11 lines 491 B
"use strict"; /* * 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