Initializing HoneyHive Tracer
Use the following code to initialize HoneyHive tracing in your project:- Python
- TypeScript
Install the LangChain integration extra:
pip install "honeyhive[openinference-langchain]>=1.0.0rc0" langchain-openai. The same package also traces LangGraph.HH_API_KEY, HH_PROJECT, and for TypeScript, HH_SESSION_NAME) before running your application.
Supported LangChain Versions
- Python: LangChain
>= 1.0.0(tested LKGV1.2.15),openinference-instrumentation-langchain0.1.62. Requires Python 3.11+. - JavaScript/TypeScript: LangChain
^0.2.0and above.

