{"version":3,"file":"types.js","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\nimport type { InstrumentationConfig } from '@opentelemetry/instrumentation';\n\nexport interface RuntimeNodeInstrumentationConfig\n  extends InstrumentationConfig {\n  monitoringPrecision?: number;\n}\n"]}