Skip to content

Commit b028c75

Browse files
committed
Register LangChain v2 bootstrap mapping
1 parent 2343707 commit b028c75

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
1717

1818
libraries = [
19+
{
20+
"library": "langchain >= 0.3.21",
21+
"instrumentation": "opentelemetry-instrumentation-langchain-v2==2.0b0.dev",
22+
},
1923
{
2024
"library": "openai >= 1.26.0",
2125
"instrumentation": "opentelemetry-instrumentation-openai-v2",

0 commit comments

Comments
 (0)