mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #189] Out-out ""Share anonymous analytics data"" but data are still sent #185
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#185
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @vinbrule on GitHub (Jun 27, 2019).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/189
As you can see on the image, I opt-out the option to send anonymous data to Proxyman, however, whenever the application starts, it connects to the proxyman.io and other. See the image for clarity.
Which Proxyman version are you using? (Ex. Proxyman 0.5 (200))
1.4.3
What OS Version are you using? (Ex. mac 10.13)
Mac 10.12
Steps to reproduce this issue
Disable the options to send data but data are still sent out.
Screenshots (optional)
@NghiaTranUIT commented on GitHub (Jun 28, 2019):
Hm you're right. After opting-out, the AppCenter still sent the first log, but the other events won't sent. I will check and stop it all.
@NghiaTranUIT commented on GitHub (Jun 28, 2019):
Hey @van-tienhoang, thank 100x for pointing this issue. Technically, the TrackingService isn't initialized and enable/disable service until we do some tracking actions. Thus, sometime it updates, sometime not. I was my mistake 😨
I completely fixed it. Thank you so much 👍