Skip to content

Commit c0ad001

Browse files
authored
fix(mongo): added missing exported types (open-telemetry#564)
1 parent 83c7fa3 commit c0ad001

File tree

1 file changed

+5
-1
lines changed
  • plugins/node/opentelemetry-instrumentation-mongodb/src

1 file changed

+5
-1
lines changed

plugins/node/opentelemetry-instrumentation-mongodb/src/index.ts

+5-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@
1515
*/
1616

1717
export * from './instrumentation';
18-
export { MongoDBInstrumentationConfig } from './types';
18+
export {
19+
MongoDBInstrumentationConfig,
20+
MongoDBInstrumentationExecutionResponseHook,
21+
MongoResponseHookInformation,
22+
} from './types';

0 commit comments

Comments
 (0)