We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9045870 commit bddeafbCopy full SHA for bddeafb
experimental/packages/opentelemetry-instrumentation/src/platform/node/instrumentation.ts
@@ -76,7 +76,7 @@ export abstract class InstrumentationBase<T = any>
76
exports: T,
77
name: string,
78
baseDir?: string
79
- ): InstrumentationModuleType {
+ ): T {
80
if (!baseDir) {
81
if (typeof module.patch === 'function') {
82
module.moduleExports = exports;
0 commit comments