Skip to content

Commit

Permalink
fix rel note
Browse files Browse the repository at this point in the history
  • Loading branch information
sabrenner committed Jan 9, 2025
1 parent 68abdf3 commit cc31619
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ features:
- |
langgraph: Introduces tracing support for the LangGraph framework's graph ``invoke()``, ``ainvoke()``, ``stream()``, and ``astream()`` calls.
See `the docs <https://ddtrace.readthedocs.io/en/stable/integrations.html#langgraph>`_ for more information.
This integration must be enabled explicitly with ``DD_TRACE_LANGGRAPH_ENABLED=true``.
This integration must be enabled explicitly with ``DD_TRACE_LANGGRAPH_ENABLED=true`` or ``patch(langgraph=True)``.
- |
LLM Observability: Adds support to automatically submit LangGraph graph calls to LLM Observability when ``DD_TRACE_LANGGRAPH_ENABLED=true``.
LLM Observability: Adds support to automatically submit LangGraph graph calls to LLM Observability with ``DD_TRACE_LANGGRAPH_ENABLED=true`` or ``patch(langgraph=True)``.

0 comments on commit cc31619

Please sign in to comment.