-
-
Notifications
You must be signed in to change notification settings - Fork 198
Description
Is your feature request related to a problem? Please describe.
Currently we have no data on which runtime versions are added and on which runtime versions are used.
Describe the solution you'd like
I would like to be able to analyse the percentage of runtime versions that are added and the percentage of runtime versions which are used,
Describe alternatives you've considered
No alternatives.
Acceptance criteria
-
On each
tns platform addor run/build/deploy of a project that has noplatformsfolder an event withAdd Platformaction and label{platform}__{version}should be logged. -
On each
tns run/deploy/buildan event withUsing Runtime Versionaction and label{platform}__{version}should be logged.
Make sure that usage reporting is enabled - tns usage-reporting enable. The flag --analyticsLogFile could be used for easier verification of the events that are sent.