Skip to content

Commit

Permalink
Change content-type header
Browse files Browse the repository at this point in the history
  • Loading branch information
TimPansino committed Jun 1, 2023
1 parent 5750e54 commit c87d31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newrelic/core/agent_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def __init__(self, settings, host=None, client_cls=ApplicationModeClient):
k = k.encode("utf-8")
self._headers[k] = v

self._headers["Content-Type"] = "application/json"
self._headers["Content-Type"] = "application/x-protobuf"
self._run_token = settings.agent_run_id

# Logging
Expand Down

0 comments on commit c87d31d

Please sign in to comment.