Skip to content

Commit

Permalink
Remove integration with sentry (fixes #233) (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
vraravam committed Jun 11, 2022
1 parent c518024 commit d3c7f12
Show file tree
Hide file tree
Showing 53 changed files with 39 additions and 503 deletions.
317 changes: 0 additions & 317 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
"@krisdages/electron-process-manager": "3.0.0",
"@mdi/js": "^6.6.96",
"@mdi/react": "^1.6.0",
"@sentry/electron": "^2.5.4",
"auto-launch": "^5.0.5",
"btoa": "^1.2.1",
"classnames": "^2.3.1",
Expand Down
9 changes: 0 additions & 9 deletions src/components/settings/settings/EditSettingsForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,6 @@ const messages = defineMessages({
id: 'settings.app.headlineGeneral',
defaultMessage: 'General',
},
sentryInfo: {
id: 'settings.app.sentryInfo',
defaultMessage:
'Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data!',
},
hibernateInfo: {
id: 'settings.app.hibernateInfo',
defaultMessage:
Expand Down Expand Up @@ -684,10 +679,6 @@ class EditSettingsForm extends Component {

<Hr />

<Toggle field={form.$('sentry')} />
<p className="settings__help">
{intl.formatMessage(messages.sentryInfo)}
</p>
<p className="settings__help">
{intl.formatMessage(messages.appRestartRequired)}
</p>
Expand Down
1 change: 0 additions & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ export const DEFAULT_APP_SETTINGS = {
serviceRibbonWidth: 68,
sidebarServicesLocation: SIDEBAR_SERVICES_LOCATION_TOPLEFT,
iconSize: iconSizeBias,
sentry: false,
navigationBarBehaviour: 'custom',
searchEngine: SEARCH_ENGINE_DDG,
useVerticalStyle: false,
Expand Down
Loading

0 comments on commit d3c7f12

Please sign in to comment.