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 2343707 commit b028c75Copy full SHA for b028c75
opentelemetry-instrumentation/src/opentelemetry/instrumentation/bootstrap_gen.py
@@ -16,6 +16,10 @@
16
# RUN `python scripts/generate_instrumentation_bootstrap.py` TO REGENERATE.
17
18
libraries = [
19
+ {
20
+ "library": "langchain >= 0.3.21",
21
+ "instrumentation": "opentelemetry-instrumentation-langchain-v2==2.0b0.dev",
22
+ },
23
{
24
"library": "openai >= 1.26.0",
25
"instrumentation": "opentelemetry-instrumentation-openai-v2",
0 commit comments