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
For more information on OpenTelemetry Node.js SDK, see the [OpenTelemetry Node.js SDK documentation](https://opentelemetry.io/docs/instrumentation/js/getting-started/nodejs/).
29
+
30
+
## Deprecations
31
+
32
+
LangChain v0.1 was deprecated on 2025-03-02 due to security vulerabilities in the core package.
* An auto instrumentation class for LangChain that creates {@link https://github.com/Arize-ai/openinference/blob/main/spec/semantic_conventions.md|OpenInference} Compliant spans for LangChain
@@ -121,24 +118,6 @@ export class LangChainInstrumentation extends InstrumentationBase<CallbackManage
@@ -10,25 +9,15 @@ import { OITracer } from "@arizeai/openinference-core";
10
9
* @returns the callback handlers with the {@link LangChainTracer} added
11
10
*
12
11
* If the handlers are an array, we add the tracer to the array if it is not already present
13
-
*
14
-
* There are some slight differences in the CallbackHandler interface between V0.1 and v0.2
15
-
* So we have to cast our tracer to any to avoid type errors
16
-
* We support both versions and our tracer is compatible with either as it will extend the BaseTracer from the installed version which will be the same as the version of handlers passed in here
0 commit comments