mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-12 03:45:34 +00:00
fix(windows): use correct slug for Keyman Desktop
This commit is contained in:
parent
883804f3e5
commit
d6ddebe64f
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ const
|
|||
SENTRY_DSN_DESKTOP = 'https://92eb58e6005d47daa33c9c9e39458eb7@sentry.keyman.com/5';
|
||||
SENTRY_DSN_DEVELOPER = 'https://39b25a09410349a58fe12aaf721565af@sentry.keyman.com/6';
|
||||
|
||||
SENTRY_PROJECT_NAME_DESKTOP = 'keyman-desktop';
|
||||
SENTRY_PROJECT_NAME_DESKTOP = 'keyman-windows';
|
||||
SENTRY_PROJECT_NAME_DEVELOPER = 'keyman-developer';
|
||||
|
||||
//SENTRY_DSN = 'https://7b1ff1dae2c8495b84f90dadcf512b84@sentry.io/4853461'; <-- this is a testing-only host
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue