Skip to content
This repository has been archived by the owner on Sep 21, 2024. It is now read-only.

Commit

Permalink
Add note about magic value
Browse files Browse the repository at this point in the history
  • Loading branch information
justinabrahms committed Jun 21, 2023
1 parent b225eee commit 6920b11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rust/noosphere-core/src/tracing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ mod inner {

let subscriber = tracing_subscriber::registry().with(env_filter);

// This isn't a secret value, just where to send the error reports. We can make this configurable in the future if other folks care.
let _guard = sentry::init(("https://553fd6eda33842ed9f088d0c16a147f1@o4505393671569408.ingest.sentry.io/4505399702126593", sentry::ClientOptions {
release: sentry::release_name!(),
traces_sample_rate: sentry_tracing_rate,
Expand Down

0 comments on commit 6920b11

Please sign in to comment.