From 81cb96372eb33c4d794e8622a7a0c4554a996ba2 Mon Sep 17 00:00:00 2001 From: Anthony Powell Date: Sun, 8 Dec 2024 12:50:55 -0500 Subject: [PATCH] chore(js): Update quick start dependency list (#1162) --- js/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/README.md b/js/README.md index 1f216db5d..41fa9c9c2 100644 --- a/js/README.md +++ b/js/README.md @@ -12,7 +12,7 @@ OpenInference uses OpenTelemetry Protocol (OTLP) to send traces to a compatible Install the OpenTelemetry SDK: ```shell -npm install --save @opentelemetry/exporter-trace-otlp-http @opentelemetry/exporter-trace-otlp-proto @opentelemetry/resources @opentelemetry/sdk-trace-node +npm install --save @opentelemetry/exporter-trace-otlp-http @opentelemetry/exporter-trace-otlp-proto @opentelemetry/resources @opentelemetry/sdk-trace-node @opentelemetry/instrumentation ``` Install the OpenInference instrumentation you would like to use: