From 55369bcb2b562c16af7f16bc8c312bbd6838fc3a Mon Sep 17 00:00:00 2001 From: mr1716 Date: Thu, 5 Jun 2025 08:57:46 -0400 Subject: [PATCH] Update error-reporting.md Remove Number Formatting --- 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 d91f68280..df1d7ff17 100644 --- a/docs/configuration/error-reporting.md +++ b/docs/configuration/error-reporting.md @@ -27,7 +27,7 @@ Set to `True` to enable automatic error reporting via [Sentry](https://sentry.io Default: `1.0` (all) -The sampling rate for errors. Must be a value between `0` (disabled) and `1.0` (report on all errors). +The sampling rate for errors. Must be a value between 0 (disabled) and 1.0 (report on all errors). ---