Praman — Agent-First SAP UI5 Test Automation Plugin - v1.2.0
    Preparing search index...

    Interface OTelReporterOptions

    Configuration options for the OTel reporter.

    interface OTelReporterOptions {
        enabled?: boolean;
        endpoint?: string;
        serviceName?: string;
    }
    Index

    Properties

    enabled?: boolean

    Enable OTel span emission. Default: true.

    endpoint?: string

    OTLP endpoint URL. Required when enabled.

    serviceName?: string

    OTel service name. Default: 'playwright-praman'.