interface LoggerOptions {
    schemaUrl?: string;
    scopeAttributes?: AnyValueMap;
}

Properties

schemaUrl?: string

The schemaUrl of the tracer or instrumentation library

''
scopeAttributes?: AnyValueMap

The instrumentation scope attributes to associate with emitted telemetry