@opentelemetry/instrumentation-cucumber
Version:
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
12 lines • 628 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttributeNames = exports.CucumberInstrumentation = void 0;
var instrumentation_1 = require("./instrumentation");
Object.defineProperty(exports, "CucumberInstrumentation", { enumerable: true, get: function () { return instrumentation_1.CucumberInstrumentation; } });
var types_1 = require("./types");
Object.defineProperty(exports, "AttributeNames", { enumerable: true, get: function () { return types_1.AttributeNames; } });
//# sourceMappingURL=index.js.map