newrelic / newrelic-telemetry-sdk-python

A python library to send data to New Relic!
https://newrelic.github.io/newrelic-telemetry-sdk-python/
Apache License 2.0
35 stars 27 forks source link

API key don't send in the headers on clients #46

Open ishaishahak opened 2 years ago

ishaishahak commented 2 years ago

when i specify an API key in MetricClient and start debugger, i see that the api-key header includes in headers attribute in Client object but not in the HEADERS in the MetricClient object. the results of it that i got 403 response.

joseyjoe10 commented 1 year ago

@ishaishahak Any update on this issue? Seems I am having a similar issue when passing License key in EventClient and receiving a 403 response.