constructor()

in src/instrumentation.ts [17:19]


    constructor(config: InstrumentationConfig = {}) {
        super('@azure/functions-opentelemetry-instrumentation', version, config);
    }