Skip to content

Commit bddeafb

Browse files
committed
chore(instrumentation): fix return type name
1 parent 9045870 commit bddeafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/packages/opentelemetry-instrumentation/src/platform/node/instrumentation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export abstract class InstrumentationBase<T = any>
7676
exports: T,
7777
name: string,
7878
baseDir?: string
79-
): InstrumentationModuleType {
79+
): T {
8080
if (!baseDir) {
8181
if (typeof module.patch === 'function') {
8282
module.moduleExports = exports;

0 commit comments

Comments
 (0)