[PR #448] [MERGED] 🔥 removing sentry #3144

Closed
opened 2026-02-28 20:37:06 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/448
Author: @MatissJanis
Created: 1/12/2023
Status: Merged
Merged: 1/14/2023
Merged by: @MatissJanis

Base: masterHead: matiss/remove-sentry


📝 Commits (6)

  • bf3c6f8 🔥 removing sentry
  • 6c4c598 prune: electron-download
  • bcff012 Merge branch 'master' into matiss/remove-sentry
  • b597de1 adding back accidentally removed lockfile
  • 415f474 fix mistakenly removed import
  • 8ba0898 Revert some lockfile changes

📊 Changes

19 files changed (+27 additions, -817 deletions)

View changed files

📝 .gitignore (+0 -1)
📝 bin/package (+0 -19)
📝 packages/desktop-client/package.json (+0 -2)
packages/desktop-client/src/browser-preload.js (+0 -10)
📝 packages/desktop-client/src/browser-server.js (+0 -17)
📝 packages/desktop-client/src/components/App.js (+1 -4)
📝 packages/desktop-electron/index.js (+0 -27)
📝 packages/desktop-electron/package.json (+0 -5)
📝 packages/desktop-electron/preload.js (+2 -14)
packages/desktop-electron/sentry-symbols.js (+0 -90)
packages/desktop-electron/server-sentry.js (+0 -29)
📝 packages/desktop-electron/server.js (+1 -5)
packages/loot-core/bin/sentry.properties (+0 -5)
📝 packages/loot-core/package.json (+0 -2)
📝 packages/loot-core/src/platform/exceptions/index.browser.js (+1 -6)
📝 packages/loot-core/src/platform/exceptions/index.electron.js (+1 -8)
📝 packages/loot-core/src/platform/exceptions/index.web.js (+1 -8)
patches/@sentry+browser+6.12.0.patch (+0 -12)
📝 yarn.lock (+20 -553)

📄 Description

Sentry is no longer used; it's just tech-debt that was not fully cleaned up. Removing the remaining sentry code.

Also removing @jlongster/mixpanel since it's not used.


🔄 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/actualbudget/actual/pull/448 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/12/2023 **Status:** ✅ Merged **Merged:** 1/14/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/remove-sentry` --- ### 📝 Commits (6) - [`bf3c6f8`](https://github.com/actualbudget/actual/commit/bf3c6f8da568476efc4501cfcf0a2ee315c98818) :fire: removing sentry - [`6c4c598`](https://github.com/actualbudget/actual/commit/6c4c5986ea6172d9242680dc5f5f7839adda853d) prune: electron-download - [`bcff012`](https://github.com/actualbudget/actual/commit/bcff0128302a1d3ec33ca530263464201cc5203a) Merge branch 'master' into matiss/remove-sentry - [`b597de1`](https://github.com/actualbudget/actual/commit/b597de12eacfe2588aa87686b7cd42bb1df06106) adding back accidentally removed lockfile - [`415f474`](https://github.com/actualbudget/actual/commit/415f474bf768fa6da83260c2d8e324bdc6b8a1c8) fix mistakenly removed import - [`8ba0898`](https://github.com/actualbudget/actual/commit/8ba0898ef5f7bdada5f0e482f5e2921abddf54f5) Revert some lockfile changes ### 📊 Changes **19 files changed** (+27 additions, -817 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+0 -1) 📝 `bin/package` (+0 -19) 📝 `packages/desktop-client/package.json` (+0 -2) ➖ `packages/desktop-client/src/browser-preload.js` (+0 -10) 📝 `packages/desktop-client/src/browser-server.js` (+0 -17) 📝 `packages/desktop-client/src/components/App.js` (+1 -4) 📝 `packages/desktop-electron/index.js` (+0 -27) 📝 `packages/desktop-electron/package.json` (+0 -5) 📝 `packages/desktop-electron/preload.js` (+2 -14) ➖ `packages/desktop-electron/sentry-symbols.js` (+0 -90) ➖ `packages/desktop-electron/server-sentry.js` (+0 -29) 📝 `packages/desktop-electron/server.js` (+1 -5) ➖ `packages/loot-core/bin/sentry.properties` (+0 -5) 📝 `packages/loot-core/package.json` (+0 -2) 📝 `packages/loot-core/src/platform/exceptions/index.browser.js` (+1 -6) 📝 `packages/loot-core/src/platform/exceptions/index.electron.js` (+1 -8) 📝 `packages/loot-core/src/platform/exceptions/index.web.js` (+1 -8) ➖ `patches/@sentry+browser+6.12.0.patch` (+0 -12) 📝 `yarn.lock` (+20 -553) </details> ### 📄 Description Sentry is no longer used; it's just tech-debt that was not fully cleaned up. Removing the remaining sentry code. Also removing `@jlongster/mixpanel` since it's not used. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 20:37:06 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#3144