8000 delete reference to rate being non-zero (#1065) · datalouder/sentry-python@be67071 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Commit be67071

Browse files
authored
delete reference to rate being non-zero (getsentry#1065)
1 parent e91c6f1 commit be67071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,7 @@ def has_tracing_enabled(options):
666666
# type: (Dict[str, Any]) -> bool
667667
"""
668668
Returns True if either traces_sample_rate or traces_sampler is
669-
non-zero/defined, False otherwise.
669+
defined, False otherwise.
670670
"""
671671

672672
return bool(

0 commit comments

Comments
 (0)
0