Titanium JIRA Archive
Appcelerator Daemon (DAEMON)

[DAEMON-38] appcd-telemetry: Send analytics events

GitHub Issuen/a
TypeNew Feature
PriorityCritical
StatusResolved
ResolutionFixed
Resolution Date2017-08-12T03:24:55.000+0000
Affected Version/sn/a
Fix Version/sAppc Daemon 1.0.0
Componentsappcd-telemetry
Labelsn/a
ReporterChris Barber
AssigneeChris Barber
Created2017-02-14T03:30:46.000+0000
Updated2017-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'
});

Comments

No comments

JSON Source