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 6838362 commit d5baffeCopy full SHA for d5baffe
tests/tracing/test_trace_propagation.py
@@ -86,9 +86,7 @@ def test_no_incoming_trace_and_trace_propagation_targets_matching(
86
assert "baggage" in outgoing_request_headers
87
88
# CHECK if incoming trace is continued
89
- # as no incoming data is given to continue_trace() the incoming trace is never continued
90
- assert INCOMING_TRACE_ID not in outgoing_request_headers["sentry-trace"]
91
- assert INCOMING_TRACE_ID not in outgoing_request_headers["baggage"]
+ # (no assert necessary, because the trace information is not added to the outgoing request (see previous asserts))
92
93
94
@pytest.mark.parametrize(
0 commit comments