From bf1fc5f87d677a6aa1edea8cd32e03dc63dd97c1 Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Thu, 3 Nov 2022 22:07:18 +0530 Subject: feat: bring sentry back (#736) --- src/i18n/locales/defaultMessages.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/i18n/locales/defaultMessages.json') diff --git a/src/i18n/locales/defaultMessages.json b/src/i18n/locales/defaultMessages.json index 412b2cadc..b5af20510 100644 --- a/src/i18n/locales/defaultMessages.json +++ b/src/i18n/locales/defaultMessages.json @@ -2915,6 +2915,19 @@ "line": 27 } }, + { + "defaultMessage": "!!!Sending telemetry data allows us to find errors in Ferdium - we will not send any personal information like your message data! Changing this option requires you to restart Ferdium.", + "end": { + "column": 3, + "line": 34 + }, + "file": "src/components/settings/settings/EditSettingsForm.js", + "id": "settings.app.sentryInfo", + "start": { + "column": 14, + "line": 31 + } + }, { "defaultMessage": "!!!By default, Ferdium will keep all your services open and loaded in the background so they are ready when you want to use them. Service Hibernation will unload your services after a specified amount. This is useful to save RAM or keeping services from slowing down your computer.", "end": { @@ -4379,6 +4392,19 @@ "line": 82 } }, + { + "defaultMessage": "!!!Send telemetry data", + "end": { + "column": 3, + "line": 89 + }, + "file": "src/containers/settings/EditSettingsScreen.js", + "id": "settings.app.form.sentry", + "start": { + "column": 10, + "line": 86 + } + }, { "defaultMessage": "!!!Keep services in hibernation on startup", "end": { -- cgit v1.2.3-54-g00ecf