Skip to content

Commit 1df90ff

Browse files
committed
chore: update DSN for Sentry
1 parent 487b979 commit 1df90ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/quark/src/util/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pub fn setup_logging(release: &'static str) -> sentry::ClientInitGuard {
1414
info!("Starting {release}");
1515

1616
sentry::init((
17-
"https://62fd0e02c5354905b4e286757f4beb16@sentry.insert.moe/4",
17+
"https://d1d2a6f15c6245a987c532bbbcb30a04@glitchtip.insert.moe/2",
1818
sentry::ClientOptions {
1919
release: Some(release.into()),
2020
..Default::default()

0 commit comments

Comments
 (0)