Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Instrumentation to apply patch.

Hierarchy

  • Instrumentation

Implemented by

Index

Properties

instrumentationDescription?: string

Instrumentation Description - please describe all useful information as Instrumentation might patch different version of different modules, or support different browsers etc.

instrumentationName: string

Instrumentation Name

instrumentationVersion: string

Instrumentation Version

supportedVersions?: string[]

Contains all supported versions. All versions must be compatible with semver format. If the version is not supported, we won't apply instrumentation patch (see enable method). If omitted, all versions of the module will be patched.

Methods

  • disable(): void
  • enable(): void

Generated using TypeDoc