mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
fix(windows): use KeymanWindows rather than KeymanDesktop as logger for sentry
This commit is contained in:
parent
16c9341671
commit
edc53fb468
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue