httptoolkit / httptoolkit-desktop

Electron wrapper to build and distribute HTTP Toolkit for the desktop
https://httptoolkit.com
GNU Affero General Public License v3.0
593 stars 81 forks source link

App connects to Google Analytics #26

Closed working-name closed 3 years ago

working-name commented 3 years ago

Screen Shot 2021-05-16 at 1 38 02 PM

pimterry commented 3 years ago

Thanks for the feedback. Yes, GA is used for tracking basic telemetry in a few places: mainly the total number of users, app performance, and core events (e.g. what percentage of Firefox interceptions succeed/fail). There's more details on external services the HTTP Toolkit talks to in https://httptoolkit.tech/privacy-policy/. That said:

Many valuable fixes have come from issues directly visible in analytics, and it's a strong force in deciding what features to build next. It's a debatable position and there are absolutely tradeoffs, but personally I would find it extremely difficult to develop and maintain software blind, with no reliable feedback for core metrics like these.

That's the goal here: useful telemetry but retaining as much anonymity as possible throughout. I've just been through to check to ensure that the above is true everywhere (thanks for the nudge there). If you spot anywhere where it's not - e.g. anything that breaks because GA is blocked - then do let me know.

working-name commented 3 years ago

Hello! Thank you for the amazingly detailed response which you do not owe anyone. I appreciate the care you put into it especially as it pertains to people's privacy.