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 bc0d75e commit 23fdb28Copy full SHA for 23fdb28
packages/instrumentation-langchain/src/instrumentation.ts
@@ -190,6 +190,7 @@ export class LangChainInstrumentation extends InstrumentationBase {
190
"invoke",
191
taskWrapper(() => this.tracer, this._shouldSendPrompts()),
192
);
193
+ return moduleExports;
194
}
195
196
private unpatchChainModule(
0 commit comments