We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81ef5f commit 11a94b0Copy full SHA for 11a94b0
plugins/node/opentelemetry-instrumentation-koa/src/index.ts
@@ -16,9 +16,9 @@
16
17
export { KoaInstrumentation } from './instrumentation';
18
export { AttributeNames } from './enums/AttributeNames';
19
+export { KoaLayerType } from './types';
20
export type {
21
KoaInstrumentationConfig,
- KoaLayerType,
22
KoaRequestCustomAttributeFunction,
23
KoaRequestInfo,
24
} from './types';
0 commit comments