You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-foundry/how-to/develop/trace-agents-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,7 +276,7 @@ You can enable tracing for LangChain that follows OpenTelemetry standards as per
276
276
Once necessary packages are installed, you can easily begin to [Instrument tracing in your code](#instrument-tracing-in-your-code).
277
277
278
278
> [!NOTE]
279
-
> LangChain and LangGraph "v1" releases are planned for late October. API surface and tracing behavior may evolve as part of this release. Track updates at the LangChain issue: https://github.com/langchain-ai/langchain/issues/32794
279
+
> LangChain and LangGraph "v1" releases are currently under active development. API surface and tracing behavior can change as part of this release. Track updates at the [LangChain v1.0 release notes page](https://docs.langchain.com/oss/python/releases/langchain-v1)
280
280
281
281
#### Sample: LangChain v1 agent with Azure AI tracing
0 commit comments