Skip to content

Commit 9fcbf06

Browse files
committed
.
1 parent 802d369 commit 9fcbf06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/tracing/test_sample_rand.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def test_transaction_uses_incoming_sample_rand_span_streaming(
101101
items = capture_items()
102102

103103
sentry_sdk.traces.continue_trace(
104-
{"baggage": "sentry-sample_rand={sample_rand:.6f}"}
104+
{"baggage": f"sentry-sample_rand={sample_rand:.6f}"}
105105
)
106106

107107
with sentry_sdk.traces.start_span(name="span") as span:

0 commit comments

Comments
 (0)