You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 no platforms folder an event with Add Platform action and label {platform}__{version} should be logged.
On each tns run/deploy/build an event with Using 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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: