From 3fbaf5bb9c2cb2f2758d2ca66f562014e5b12e94 Mon Sep 17 00:00:00 2001 From: Andrey Marchenko <426400+anmarchenko@users.noreply.github.com> Date: Tue, 23 Apr 2024 16:08:53 +0200 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Juan Antonio Fernández de Alba <juan.fernandezdealba@datadoghq.com> --- README.md | 2 +- docs/UpgradeGuide.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5693a70a..c099ce5c 100644 --- a/README.md +++ b/README.md @@ -209,7 +209,7 @@ end Startup logs produce a report of tracing state when the application is initially configured. These logs are activated by default in test mode, if you don't want them you can disable this -via `DD_TRACE_STARTUP_LOGS=0` or in the configure block: +via `DD_TRACE_STARTUP_LOGS=0` or in the `Datadog.configure` block: ```ruby Datadog.configure { |c| c.diagnostics.startup_logs.enabled = false } diff --git a/docs/UpgradeGuide.md b/docs/UpgradeGuide.md index 3f0035a0..f0e5bd32 100644 --- a/docs/UpgradeGuide.md +++ b/docs/UpgradeGuide.md @@ -31,7 +31,7 @@ end ## Change WebMock or VCR configuration -We work on adding new features to the test visibility product in Ruby (intelligent test runner, git metadata upload, code coverage support) that require new endpoints being allowlisted by WebMock/VCR tools when using agentless mode. +Test visibility features (such as intelligent test runner, git metadata upload, code coverage support) require some DataDog endpoints to be allowlisted by WebMock/VCR tools when using agentless mode. For WebMock allow all requests that match datadoghq: