From 7aefc9173b5f316bf90ac0c432974a9d632b28ae Mon Sep 17 00:00:00 2001 From: Pierre Bonet Date: Thu, 15 May 2025 09:20:00 +0200 Subject: [PATCH 1/2] remove Python from the tracer flare --- content/en/tracing/troubleshooting/tracer_debug_logs.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/en/tracing/troubleshooting/tracer_debug_logs.md b/content/en/tracing/troubleshooting/tracer_debug_logs.md index 0035d49df5c13..20ba478cfacb6 100644 --- a/content/en/tracing/troubleshooting/tracer_debug_logs.md +++ b/content/en/tracing/troubleshooting/tracer_debug_logs.md @@ -16,7 +16,6 @@ A flare allows you to send necessary troubleshooting information to the Datadog - Your API key must be configured for Remote Configuration. - You must have a supported tracer version: - Java: `1.26.0` or greater - - Python: `2.11.0` or greater - Node.js: `5.15.0` or greater, or `4.39.0` or greater - .NET: `2.46.0` or greater From 572ed96dee19f0cdc0d537bf80c6148e3c48dd32 Mon Sep 17 00:00:00 2001 From: Pierre Bonet Date: Thu, 15 May 2025 09:23:39 +0200 Subject: [PATCH 2/2] change the header as well --- content/en/tracing/troubleshooting/tracer_debug_logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/tracing/troubleshooting/tracer_debug_logs.md b/content/en/tracing/troubleshooting/tracer_debug_logs.md index 20ba478cfacb6..93a7ae12129e2 100644 --- a/content/en/tracing/troubleshooting/tracer_debug_logs.md +++ b/content/en/tracing/troubleshooting/tracer_debug_logs.md @@ -7,7 +7,7 @@ further_reading: --- ## Automated debug log collection -
Automated debug logs are supported for Java, Python, Node.js and .NET only. For other languages, use manual debug log collection instead.
+
Automated debug logs are supported for Java, Node.js and .NET only. For other languages, use manual debug log collection instead.
A flare allows you to send necessary troubleshooting information to the Datadog support team, including tracer logs, with sensitive data removed. Flares are useful for troubleshooting issues like high CPU usage, high memory usage, and missing spans.