Skip to content

Remove silent telemetry#9

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/remove-silent-telemetry
Draft

Remove silent telemetry#9
Copilot wants to merge 2 commits intomainfrom
copilot/remove-silent-telemetry

Conversation

Copy link

Copilot AI commented Mar 10, 2026

The app was silently collecting and transmitting anonymous usage telemetry to https://ltx-desktop.lightricks.com/v2/ingest by default, with opt-out only available through a settings toggle.

Removed

  • electron/analytics.ts — entire telemetry module (HTTP ingestion, retry logic, installation ID, opt-in state)
  • electron/main.tsltxdesktop_app_launched event fired on startup
  • electron/ipc/app-handlers.tsget-analytics-state, set-analytics-enabled, send-analytics-event IPC handlers
  • electron/preload.ts — analytics methods from contextBridge exposure and Window interface types
  • frontend/vite-env.d.ts — analytics method type declarations
  • frontend/components/SettingsModal.tsx — analytics state, fetch effect, toggle handler, and "Anonymous Analytics" UI section
  • docs/TELEMETRY.md — telemetry documentation

💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: lmangani <1423657+lmangani@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove silent telemetry from the app Remove silent telemetry Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants