Skip to content

Commit 11a94b0

Browse files
authored
fix(instr-koa): export KoaLayerType enum correctly (#2873)
1 parent a81ef5f commit 11a94b0

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
export { KoaInstrumentation } from './instrumentation';
1818
export { AttributeNames } from './enums/AttributeNames';
19+
export { KoaLayerType } from './types';
1920
export type {
2021
KoaInstrumentationConfig,
21-
KoaLayerType,
2222
KoaRequestCustomAttributeFunction,
2323
KoaRequestInfo,
2424
} from './types';

0 commit comments

Comments
 (0)