property InstrumentationConfig.config

Opaque config object forwarded VERBATIM to the OTel instrumentation constructor's config argument (the LAZY half). Framework-owned and untyped on purpose: OTel instrumentation config surfaces evolve independently and re-typing them here would fabricate field names and drift.

Type

Readonly<Record<string, unknown>>

Usage

import { type InstrumentationConfig } from "telemetry-plugin/src/index.ts";