{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA;;;GAGG;AACH,yCAAsD;AAA7C,oHAAA,uBAAuB,OAAA;AAChC,mDAAqE;AAA5D,mIAAA,iCAAiC,OAAA;AAC1C,iCAA8C;AAArC,4GAAA,mBAAmB,OAAA","sourcesContent":["/*\n * Copyright The OpenTelemetry Authors\n * SPDX-License-Identifier: Apache-2.0\n */\nexport { SocketIoInstrumentation } from './socket.io';\nexport { SocketIoInstrumentationAttributes } from './AttributeNames';\nexport { defaultSocketIoPath } from './types';\nexport type {\n  SocketIoHookFunction,\n  SocketIoHookInfo,\n  SocketIoInstrumentationConfig,\n} from './types';\n"]}