![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
@opentelemetry/instrumentation-cucumber
Advanced tools
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
This module provides automatic instrumentation for the @cucumber/cucumber
module, which may be loaded using the @opentelemetry/sdk-trace-node
package and is included in the @opentelemetry/auto-instrumentations-node
bundle.
If total installation size is not constrained, it is recommended to use the @opentelemetry/auto-instrumentations-node
bundle with @opentelemetry/sdk-node for the most seamless instrumentation experience.
Compatible with OpenTelemetry JS API and SDK 1.0+
.
npm install --save @opentelemetry/instrumentation-cucumber
@cucumber/cucumber
versions >=8.0.0 <11
const { NodeTracerProvider } = require('@opentelemetry/sdk-trace-node');
const {
CucumberInstrumentation,
} = require('@opentelemetry/instrumentation-cucumber');
const { registerInstrumentations } = require('@opentelemetry/instrumentation');
const provider = new NodeTracerProvider();
provider.register();
registerInstrumentations({
instrumentations: [
new CucucmberInstrumentation({
// see below for available configuration
}),
],
});
Cucumber instrumentation has currently no options.
Options | Type | Description |
---|
This package uses @opentelemetry/semantic-conventions
version 1.22+
, which implements Semantic Convention Version 1.7.0
Attributes collected:
Attribute | Short Description |
---|---|
code.filepath | The source code file name that identifies the code unit as uniquely as possible. |
code.function | The method or function name, or equivalent. |
code.lineno | The line number in code.filepath best representing the operation. |
code.namespace | The "namespace" within which code.function is defined. |
Apache 2.0 - See LICENSE for more information.
0.14.0
FAQs
OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner
The npm package @opentelemetry/instrumentation-cucumber receives a total of 755,695 weekly downloads. As such, @opentelemetry/instrumentation-cucumber popularity was classified as popular.
We found that @opentelemetry/instrumentation-cucumber demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.