{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAEH,+BAA6C;AAApC,2GAAA,mBAAmB,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\n\nexport { HttpInstrumentation } from './http';\nexport type {\n  HttpCustomAttributeFunction,\n  HttpInstrumentationConfig,\n  HttpRequestCustomAttributeFunction,\n  HttpResponseCustomAttributeFunction,\n  IgnoreIncomingRequestFunction,\n  IgnoreOutgoingRequestFunction,\n  StartIncomingSpanCustomAttributeFunction,\n  StartOutgoingSpanCustomAttributeFunction,\n} from './types';\n"]}