diff --git a/MailCore/Utils/Logging.swift b/MailCore/Utils/Logging.swift index 95ebaf183..b6511cae5 100644 --- a/MailCore/Utils/Logging.swift +++ b/MailCore/Utils/Logging.swift @@ -65,7 +65,7 @@ public enum Logging { private static func initSentry() { SentrySDK.start { options in - options.dsn = "https://a9e3e85be0c246fb9ab0e19be1785c89@sentry.infomaniak.com/42" + options.dsn = "https://b7e4f5e8fd464659a8e83ead7015e070@sentry-mobile.infomaniak.com/5" options.beforeSend = { event in // if the application is in debug mode discard the events #if DEBUG