From 4fc8c5b27f251728faf51b2d85fea13f7c8ab947 Mon Sep 17 00:00:00 2001 From: Gaofei Zhao Date: Tue, 9 Jun 2026 11:52:37 -0400 Subject: [PATCH] feat: add dd-trace for Datadog LLM Observability Adds dd-trace as a root dependency so NODE_OPTIONS=--require dd-trace/init can auto-instrument Anthropic/OpenAI SDK calls at pod startup, enabling token and cost tracking in the Datadog LLM Observability dashboard. Co-Authored-By: Claude Sonnet 4.6 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 4a69267be2be..ac2e644aa10d 100644 --- a/package.json +++ b/package.json @@ -94,6 +94,9 @@ "url": "https://github.com/danny-avila/LibreChat/issues" }, "homepage": "https://librechat.ai/", + "dependencies": { + "dd-trace": "^5" + }, "devDependencies": { "@axe-core/playwright": "^4.10.1", "@eslint/compat": "^1.2.6",