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
When I say "no" to anonymous statistics collection on first run, ns still tries to make a connection to google-analytics.com.
I would not expect any connection to be made to an analytics company when I have denied permission for the program to do so.
(I also think the prompt should say who you are using for analytics — I would probably say "yes" to a self-hosted solution, but "no" to Google, as the data is almost certainly anonymous to you, but not to them. There is, after all, a reason they're letting you use Analytics for free — and the price is my data :)
Reproduction
Install a connection monitoring program like Little Snitch, and configure it to ask permission for each connection.
npm i -g nativescript
ns
Answer n to the anonymous statistics prompt.
Little Snitch will prompt for permission to connect to various sites; one of these will be google-analytics.com.
Relevant log output (if applicable)
No response
Environment
OS: macOS 13.4.1CPU: (10) arm64 Apple M1 MaxShell: /bin/zshnode: 20.3.1npm: 9.6.7nativescript: 8.5.3# androidjava: 19.0.2ndk: Not Foundapis: Not Foundbuild_tools: Not Foundsystem_images: Not Found# iosxcode: 14.3.1/14E300ccocoapods: Not Foundpython: Not Foundpython3: 3.11.3ruby: 3.2.2platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
constmessage=`Do you want to help us improve ${this.$analyticsSettingsService.getClientName()} by automatically sending anonymous usage statistics? We will not use this information to identify or contact you.`;
Issue Description
When I say "no" to anonymous statistics collection on first run,
ns
still tries to make a connection to google-analytics.com.I would not expect any connection to be made to an analytics company when I have denied permission for the program to do so.
(I also think the prompt should say who you are using for analytics — I would probably say "yes" to a self-hosted solution, but "no" to Google, as the data is almost certainly anonymous to you, but not to them. There is, after all, a reason they're letting you use Analytics for free — and the price is my data :)
Reproduction
npm i -g nativescript
ns
n
to the anonymous statistics prompt.Relevant log output (if applicable)
No response
Environment
Dependencies
Please accept these terms
The text was updated successfully, but these errors were encountered: