From cd7ca463bbcb84a20a42ad467f7513f8dab4e349 Mon Sep 17 00:00:00 2001 From: Jesse Szwedko Date: Wed, 24 Apr 2024 16:29:06 -0700 Subject: [PATCH] [APR-121] Correct the changelog entry for the user-agent addition (#25072) Requests to `/intake` already had the correct user-agent header since they are sent by the default forwarder. Signed-off-by: Jesse Szwedko --- releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml b/releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml index ad97ef41d3b34..923fa2989f8cb 100644 --- a/releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml +++ b/releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml @@ -1,5 +1,5 @@ fixes: - | The `User-Agent` header is now set to `datadog-agent/` for logs - forwarding requests to `/api/v2/logs` and `/intake`. Previously it was set - to `Go-http-client/1.1`. + forwarding requests to `/api/v2/logs`. Previously it was set to + `Go-http-client/1.1`.