diff --git a/web/source/build.sh b/web/source/build.sh index e1c7f0cf27..4dde9ff9e3 100755 --- a/web/source/build.sh +++ b/web/source/build.sh @@ -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 diff --git a/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas b/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas index 54df3755d0..7256fed654 100644 --- a/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas +++ b/windows/src/global/delphi/general/Keyman.System.KeymanSentryClient.pas @@ -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;