Skip to content

Commit

Permalink
fix: Switch sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeWeidmann committed Apr 12, 2023
1 parent e35ea48 commit a966685
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 a966685

Please sign in to comment.