From 1df90ff53bd1285c9f62f68ad3529372e8ad5efa Mon Sep 17 00:00:00 2001 From: Paul Makles Date: Fri, 21 Apr 2023 17:27:45 +0100 Subject: [PATCH] chore: update DSN for Sentry --- crates/quark/src/util/log.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/quark/src/util/log.rs b/crates/quark/src/util/log.rs index 063ad744..04964194 100644 --- a/crates/quark/src/util/log.rs +++ b/crates/quark/src/util/log.rs @@ -14,7 +14,7 @@ pub fn setup_logging(release: &'static str) -> sentry::ClientInitGuard { info!("Starting {release}"); sentry::init(( - "https://62fd0e02c5354905b4e286757f4beb16@sentry.insert.moe/4", + "https://d1d2a6f15c6245a987c532bbbcb30a04@glitchtip.insert.moe/2", sentry::ClientOptions { release: Some(release.into()), ..Default::default()