property TelemetryPluginOptions.contextManagerFactory

Injectable loader for the OTel context manager.

Type

() => Promise<{ enable(): unknown; disable(): unknown; }>

Usage

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