{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,mCAAiD;AAAxC,+GAAA,qBAAqB,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport { UndiciInstrumentation } from './undici';\nexport type {\n  IgnoreRequestFunction,\n  RequestHookFunction,\n  ResponseHookFunction,\n  StartSpanHookFunction,\n  UndiciInstrumentationConfig,\n  UndiciRequest,\n  UndiciResponse,\n} from './types';\n"]}