From 6920b11768eff4e36b7a2485b0593bb9f7767b1b Mon Sep 17 00:00:00 2001 From: Justin Abrahms Date: Wed, 21 Jun 2023 16:05:05 -0700 Subject: [PATCH] Add note about magic value --- rust/noosphere-core/src/tracing.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/rust/noosphere-core/src/tracing.rs b/rust/noosphere-core/src/tracing.rs index e62cafdef..8905d8df8 100644 --- a/rust/noosphere-core/src/tracing.rs +++ b/rust/noosphere-core/src/tracing.rs @@ -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,