fix(windows): use KeymanWindows rather than KeymanDesktop as logger for sentry

This commit is contained in:
Marc Durdin 2020-04-27 14:00:30 +10:00
parent 16c9341671
commit edc53fb468

View file

@ -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;