diff --git a/conduwuit-example.toml b/conduwuit-example.toml
index 7a7a0e7ac96a970de11039a6e4e14abf0eac9de8..27e4cb0b6fa8a57361f99eaf9ae562e226984b43 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.