Closed
Description
Did you verify this is a real problem by searching the NativeScript Forum and the other open issues in this repo?
Yes
Tell us about the problem
Creating project from local template tracks the path in Google Analytics. The path may contain user information.
Which platform(s) does your issue occur on?
Both
Please provide the following version numbers that your issue occurs with:
- CLI: 4.0.1
- Cross-platform modules: Not applicable
- Runtime(s): Not applicable
- Plugin(s): Not applicable
Please tell us how to recreate the issue in as much detail as possible.
Use local template (dir or .tgz) and try the following:
$ tns usage-reporting enable
$ tns create myApp --template <local path> --log trace
In the logs, you'll find out that the path is tracked in Google Analytics.
Is there code involved? If so, please share the minimal amount of code needed to recreate the problem.
No