From 820cf717207ecd9877aab6eaf69145ba8aa7fb8f Mon Sep 17 00:00:00 2001 From: Thomas Watson Date: Tue, 8 Apr 2025 14:17:27 +0200 Subject: [PATCH] [Debugger] Update Node.js docs The Node.js tracer now supports templates and conditions --- content/en/dynamic_instrumentation/enabling/nodejs.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/dynamic_instrumentation/enabling/nodejs.md b/content/en/dynamic_instrumentation/enabling/nodejs.md index c6270adf0c17c..e3b283eb4430b 100644 --- a/content/en/dynamic_instrumentation/enabling/nodejs.md +++ b/content/en/dynamic_instrumentation/enabling/nodejs.md @@ -70,8 +70,6 @@ The following limitations apply to the limited preview: - Dynamic Metrics, Spans, and Span Tags - Dynamic Logs attached to a function/method -- Custom template for Dynamic Logs -- Dynamic Log conditions - PII redaction based on specific classes or types ## Further reading