From a966685041b69165b69eff64a040ff86dffd5001 Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Wed, 12 Apr 2023 14:33:51 +0200 Subject: [PATCH] fix: Switch sentry dsn --- MailCore/Utils/Logging.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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