lower sample rate
This commit is contained in:
parent
335480cec9
commit
da13542789
@ -233,7 +233,7 @@ fn main() -> anyhow::Result<()> {
|
||||
environment: Some(sentry_env),
|
||||
// Enable capturing of traces
|
||||
// TODO: make this configurable!
|
||||
traces_sample_rate: 0.01,
|
||||
traces_sample_rate: 0.001,
|
||||
..Default::default()
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user