From 6eed678aa30b40077e178ff70f64d6bdf76ade6c Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Thu, 25 Mar 2021 09:30:09 -0700 Subject: [PATCH] delete reference to rate being non-zero --- sentry_sdk/tracing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sentry_sdk/tracing.py b/sentry_sdk/tracing.py index 21269d68df..4ce25f27c2 100644 --- a/sentry_sdk/tracing.py +++ b/sentry_sdk/tracing.py @@ -666,7 +666,7 @@ def has_tracing_enabled(options): # type: (Dict[str, Any]) -> bool """ Returns True if either traces_sample_rate or traces_sampler is - non-zero/defined, False otherwise. + defined, False otherwise. """ return bool(