-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
user-agent header not collected #32
Comments
This was in conjunction with the use of the Axios library, which when doing an |
After some investigation, it seems that this may be a simple case where axios sends the header as |
We were losing User-Agent headers because they were not user-agent. Normalize data fix iopipe#32
We were losing User-Agent headers because they were not user-agent. Normalize data fix iopipe#32
User-Agent header for the node agent was restored in https://github.com/iopipe/iopipe-js-trace/releases/tag/v1.5.1 |
It appears that the user-agent header is not being collected by the IOpipe library when it should be.
Tested on the latest @iopipe/iopipe , 1.15.0 displayed in IOpipe dashboard. Environment is Node v8.10.0, requestor was axios library.
The text was updated successfully, but these errors were encountered: