From e26d9149965e95657208e1da2bf6e6c74417b75e Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 5 Jun 2025 10:02:48 -0400 Subject: [PATCH] Update docs/configuration/error-reporting.md --- docs/configuration/error-reporting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/error-reporting.md b/docs/configuration/error-reporting.md index df1d7ff17..45b18953a 100644 --- a/docs/configuration/error-reporting.md +++ b/docs/configuration/error-reporting.md @@ -62,7 +62,7 @@ SENTRY_TAGS = { Default: `0` (disabled) -The sampling rate for transactions. Must be a value between `0` (disabled) and `1.0` (report on all transactions). +The sampling rate for transactions. Must be a value between 0 (disabled) and 1.0 (report on all transactions). !!! warning "Consider performance implications" A high sampling rate for transactions can induce significant performance penalties. If transaction reporting is desired, it is recommended to use a relatively low sample rate of 10% to 20% (0.1 to 0.2).