[DAEMON-13] appcd: Fix source/user agent support
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Resolved |
Resolution | Fixed |
Resolution Date | 2017-03-24T21:31:35.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Appc Daemon 1.0.0 |
Components | appcd-core |
Labels | n/a |
Reporter | Chris Barber |
Assignee | Chris Barber |
Created | 2016-05-05T07:29:39.000+0000 |
Updated | 2017-03-24T21:31:35.000+0000 |
Description
For analytics, the daemon records the client's "user agent". This feature is currently implemented, but it's named "userAgent" which was determined to be misleading.
We need a better term to describe this feature and a way to describe a client type, description, and version, possibly as a string instead of an object.
NPM has a user agent string that looks like
npm/2.15.1 node/v4.4.3 darwin x64
.
No comments