File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
packages/instrumentation-langchain/src Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ export class LangChainInstrumentation extends InstrumentationBase {
2828 constructor ( config : LangChainInstrumentationConfig = { } ) {
2929 super ( "@traceloop/instrumentation-langchain" , version , config ) ;
3030
31-
3231 // Manually instrument CallbackManager immediately since module detection doesn't work
3332 this . instrumentCallbackManagerDirectly ( ) ;
3433 }
@@ -83,7 +82,6 @@ export class LangChainInstrumentation extends InstrumentationBase {
8382 inheritableMetadata ?: Record < string , unknown > ,
8483 localMetadata ?: Record < string , unknown > ,
8584 ) {
86-
8785 // Add our callback handler to inheritable handlers
8886 const callbackHandler = new TraceloopCallbackHandler (
8987 self . tracer ,
You can’t perform that action at this time.
0 commit comments