Skip to content

Commit

Permalink
chore: Update Sentry DSN (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
m1sk9 authored Jan 14, 2025
1 parent e2fa728 commit 6fb07e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async fn main() -> anyhow::Result<()> {

let _guard = if &envs.env_name == "production" {
let client = sentry::init((
"https://375598dccad7e5485d08aab0e5147e59@sentry.onp.admin.seichi.click//5",
"https://30bda4f81272fbe087c998d83ee5e960@sentry.onp.admin.seichi.click//6",
sentry::ClientOptions {
release: sentry::release_name!(),
traces_sample_rate: 1.0,
Expand Down

0 comments on commit 6fb07e0

Please sign in to comment.