We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f681575 commit c1c6bc5Copy full SHA for c1c6bc5
sentry_sdk/tracing_utils.py
@@ -567,9 +567,7 @@ def _fill_sample_rand(self):
567
)
568
return
569
570
- self.dynamic_sampling_context["sample_rand"] = (
571
- f"{sample_rand:.6f}" # noqa: E231
572
- )
+ self.dynamic_sampling_context["sample_rand"] = f"{sample_rand:.6f}" # noqa: E231
573
574
def _sample_rand(self):
575
# type: () -> Optional[str]
0 commit comments