From edc53fb46853825b4b3f0dfd8bcc5e86f9757696 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Mon, 27 Apr 2020 14:00:30 +1000 Subject: [PATCH] fix(windows): use KeymanWindows rather than KeymanDesktop as logger for sentry --- .../delphi/general/Keyman.System.KeymanSentryClient.pas | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas b/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas index 23eea8fc35..6226756136 100644 --- a/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas +++ b/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas @@ -39,8 +39,8 @@ type public const LOGGER_DEVELOPER_IDE = 'KeymanDeveloper.IDE'; const LOGGER_DEVELOPER_TOOLS = 'KeymanDeveloper.Tools'; - const LOGGER_DESKTOP = 'KeymanDesktop'; - const LOGGER_DESKTOP_ENGINE = 'KeymanDesktop.Engine'; + const LOGGER_DESKTOP = 'KeymanWindows'; + const LOGGER_DESKTOP_ENGINE = 'KeymanWindows.Engine'; const S_Sentry_ViewEvent_URL = 'https://sentry.keyman.com/organizations/keyman/projects/%0:s/events/%1:s/'; // Do not localize end;