lower sample rate

This commit is contained in:
Bryan Stitt 2023-06-29 10:18:32 -07:00
parent 335480cec9
commit da13542789

@ -233,7 +233,7 @@ fn main() -> anyhow::Result<()> {
environment: Some(sentry_env), environment: Some(sentry_env),
// Enable capturing of traces // Enable capturing of traces
// TODO: make this configurable! // TODO: make this configurable!
traces_sample_rate: 0.01, traces_sample_rate: 0.001,
..Default::default() ..Default::default()
}); });