opentelemetry-instrumentation-remix
Version:
open telemetry instrumentation for the `remix` package
6 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RemixInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "RemixInstrumentation", { enumerable: true, get: function () { return instrumentation_1.RemixInstrumentation; } });
//# sourceMappingURL=index.js.map