Skip to content

Commit

Permalink
fix(telemetry): lower telemetry sample rate
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed May 10, 2023
1 parent 887c257 commit ffbd6a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Expand Up @@ -562,7 +562,7 @@ impl Orogene {
dsn: Some(dsn.parse().into_diagnostic()?),
release: sentry::release_name!(),
server_name: None,
sample_rate: 1.0,
sample_rate: 0.1,
user_agent: Cow::from(format!(
"orogene@{} ({}/{})",
env!("CARGO_PKG_VERSION"),
Expand Down

0 comments on commit ffbd6a8

Please sign in to comment.