Skip to content

Commit

Permalink
Merge pull request #690 from Infomaniak/upgrade-sentry
Browse files Browse the repository at this point in the history
fix: Switch sentry dsn
  • Loading branch information
PhilippeWeidmann committed Apr 12, 2023
2 parents e35ea48 + a966685 commit 25bba6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MailCore/Utils/Logging.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 25bba6a

Please sign in to comment.