chore: additional sentry.io links

This commit is contained in:
Marc Durdin 2021-10-04 15:08:28 +11:00
parent 3219b44624
commit f55f3fec1e
2 changed files with 2 additions and 2 deletions

View file

@ -211,7 +211,7 @@ NODE_SOURCE="source"
SENTRY_RELEASE_VERSION="release-$VERSION_WITH_TAG"
export SENTRY_URL="https://sentry.keyman.com"
export SENTRY_URL="https://sentry.io"
export SENTRY_ORG=keyman
export SENTRY_PROJECT=keyman-web
export SENTRY_LOG_LEVEL=info

View file

@ -48,7 +48,7 @@ type
const LOGGER_DEVELOPER_TOOLS = 'KeymanDeveloper.Tools';
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
const S_Sentry_ViewEvent_URL = 'https://sentry.io/organizations/keyman/projects/%0:s/events/%1:s/'; // Do not localize
end;