Update docs/configuration/error-reporting.md

This commit is contained in:
Jeremy Stretch 2025-06-05 10:02:48 -04:00 committed by GitHub
parent 55369bcb2b
commit e26d914996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).