Skip to content

Commit

Permalink
chore: update DSN for Sentry
Browse files Browse the repository at this point in the history
  • Loading branch information
insertish committed Apr 21, 2023
1 parent 487b979 commit 1df90ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/quark/src/util/log.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 1df90ff

Please sign in to comment.