[PR #1597] [MERGED] Add opt-in telemetry #1905

Closed
opened 2026-02-25 23:31:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/floccusaddon/floccus/pull/1597
Author: @marcelklehr
Created: 5/9/2024
Status: Merged
Merged: 5/9/2024
Merged by: @marcelklehr

Base: developHead: sentry


📝 Commits (1)

📊 Changes

13 files changed (+983 additions, -176 deletions)

View changed files

📝 .gitignore (+3 -0)
📝 _locales/en/messages.json (+12 -0)
📝 gulpfile.js (+17 -1)
📝 manifest.json (+15 -11)
📝 package-lock.json (+763 -161)
📝 package.json (+2 -0)
📝 src/lib/Account.ts (+23 -0)
📝 src/lib/browser/BrowserController.js (+13 -0)
📝 src/ui/App.vue (+19 -0)
📝 src/ui/router.js (+8 -0)
src/ui/views/Telemetry.vue (+63 -0)
📝 src/ui/views/Update.vue (+35 -2)
📝 webpack.prod.js (+10 -1)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/floccusaddon/floccus/pull/1597 **Author:** [@marcelklehr](https://github.com/marcelklehr) **Created:** 5/9/2024 **Status:** ✅ Merged **Merged:** 5/9/2024 **Merged by:** [@marcelklehr](https://github.com/marcelklehr) **Base:** `develop` ← **Head:** `sentry` --- ### 📝 Commits (1) - [`91133f6`](https://github.com/floccusaddon/floccus/commit/91133f6c9a92e55a1177782a5f592c5d28e0627c) Add optional telemetry ### 📊 Changes **13 files changed** (+983 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+3 -0) 📝 `_locales/en/messages.json` (+12 -0) 📝 `gulpfile.js` (+17 -1) 📝 `manifest.json` (+15 -11) 📝 `package-lock.json` (+763 -161) 📝 `package.json` (+2 -0) 📝 `src/lib/Account.ts` (+23 -0) 📝 `src/lib/browser/BrowserController.js` (+13 -0) 📝 `src/ui/App.vue` (+19 -0) 📝 `src/ui/router.js` (+8 -0) ➕ `src/ui/views/Telemetry.vue` (+63 -0) 📝 `src/ui/views/Update.vue` (+35 -2) 📝 `webpack.prod.js` (+10 -1) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:31:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/floccus#1905
No description provided.