Skip to content

Commit

Permalink
[APR-121] Correct the changelog entry for the user-agent addition (#2…
Browse files Browse the repository at this point in the history
…5072)

Requests to `/intake` already had the correct user-agent header since
they are sent by the default forwarder.

Signed-off-by: Jesse Szwedko <jesse.szwedko@datadoghq.com>
  • Loading branch information
jszwedko committed Apr 24, 2024
1 parent 99d23ea commit cd7ca46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions releasenotes/notes/logs-api-user-agent-17d71d00a0411b49.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
fixes:
- |
The `User-Agent` header is now set to `datadog-agent/<version>` 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`.

0 comments on commit cd7ca46

Please sign in to comment.