Install
Setup
To load the LangChain instrumentation, manually instrument the@langchain/core/callbacks/manager module. The callbacks manager must be manually instrumented due to the non-traditional module structure in @langchain/core. Additional instrumentations can be registered as usual in the registerInstrumentations function.
Support
Instrumentation version >1.0.0 supports both attribute masking and context attribute propagation to spans.| Instrumentation Version | LangChain ^0.3.0 | LangChain ^0.2.0 | LangChain ^0.1.0 |
|---|---|---|---|
| >1.0.0 | ✅ | ✅ | ✅ |
| >0.2.0 | ❌ | ✅ | ✅ |
| >0.1.0 | ❌ | ❌ | ✅ |

