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 add
or run/build/deploy of a project that has noplatforms
folder an event withAdd Platform
action and label{platform}__{version}
should be logged. -
On each
tns run/deploy/build
an event withUsing Runtime Version
action 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.