Skip to content

Commit 614ef1e

Browse files
committed
updated sample trace header
1 parent dfd1d95 commit 614ef1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/tracing/test_sample_rand_propagation.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def test_continue_trace_with_sample_rand(sentry_init):
1818
sentry_init()
1919

2020
headers = {
21-
"sentry-trace": "00000000000000000000000000000000-0000000000000000-0",
21+
"sentry-trace": "771a43a4192642f0b136d5159a501700-1234567890abcdef-0",
2222
"baggage": "sentry-sample_rand=0.1,sentry-sample_rate=0.5",
2323
}
2424

@@ -34,7 +34,7 @@ def test_continue_trace_missing_sample_rand(sentry_init):
3434
sentry_init()
3535

3636
headers = {
37-
"sentry-trace": "00000000000000000000000000000000-0000000000000000",
37+
"sentry-trace": "771a43a4192642f0b136d5159a501700-1234567890abcdef",
3838
"baggage": "sentry-placeholder=asdf",
3939
}
4040

0 commit comments

Comments
 (0)