We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c09f32 commit 6eed678Copy full SHA for 6eed678
sentry_sdk/tracing.py
@@ -666,7 +666,7 @@ def has_tracing_enabled(options):
666
# type: (Dict[str, Any]) -> bool
667
"""
668
Returns True if either traces_sample_rate or traces_sampler is
669
- non-zero/defined, False otherwise.
+ defined, False otherwise.
670
671
672
return bool(
0 commit comments