[DAEMON-38] appcd-telemetry: Send analytics events
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Critical |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2017-08-12T03:24:55.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Appc Daemon 1.0.0 |
| Components | appcd-telemetry |
| Labels | n/a |
| Reporter | Chris Barber |
| Assignee | Chris Barber |
| Created | 2017-02-14T03:30:46.000+0000 |
| Updated | 2017-10-26T03:12:53.000+0000 |
Description
Break out the analytics code from the old appc daemon into appcd-telemetry.
To record an event, simply:
await Dispatcher.call('/appcd/telemetry', {
event: 'my-event'
});
No comments