From ce0ca96df4643f1336fdd470130ff0f5873357fc Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 22 Jul 2024 23:19:09 -0400 Subject: [PATCH] clarify that sentry_traces_sample_rate is a percentage Signed-off-by: strawberry --- conduwuit-example.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conduwuit-example.toml b/conduwuit-example.toml index 7a7a0e7a..27e4cb0b 100644 --- a/conduwuit-example.toml +++ b/conduwuit-example.toml @@ -52,9 +52,10 @@ # Performance monitoring/tracing sample rate for Sentry.io # -# Note that too high values may impact performance, and can be disabled by setting it to 0.0 +# Note that too high values may impact performance, and can be disabled by setting it to 0.0 (0%) +# This value is read as a percentage to Sentry, represented as a decimal # -# Defaults to 0.15 +# Defaults to 15% of traces (0.15) #sentry_traces_sample_rate = 0.15 # Whether to attach a stacktrace to Sentry reports.