UNPKG

@uphold/opentelemetry-instrumentation-connect-node

Version:

OpenTelemetry instrumentation for `@connectrpc/connect-node` RPC client and server

6 lines 368 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ConnectNodeInstrumentation = void 0; var instrumentation_1 = require("./instrumentation"); Object.defineProperty(exports, "ConnectNodeInstrumentation", { enumerable: true, get: function () { return instrumentation_1.ConnectNodeInstrumentation; } }); //# sourceMappingURL=index.js.map