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 3cf8ba6 commit bdb8ac2Copy full SHA for bdb8ac2
.github/workflows/python-ec2-genesis-test.yml
@@ -46,7 +46,7 @@ jobs:
46
ID_2="$(openssl rand -hex 12)"
47
W3C_TRACE_ID="${ID_1}${ID_2}"
48
XRAY_TRACE_ID="Root=1-${ID_1}-${ID_2};Parent=$(openssl rand -hex 8);Sampled=1"
49
- BAGGAGE="session.id=test_session_$(openssl rand -hex 4)"
+ BAGGAGE="test_session_$(openssl rand -hex 4)"
50
echo "XRAY_TRACE_ID=${XRAY_TRACE_ID}" >> $GITHUB_ENV
51
echo "W3C_TRACE_ID=${W3C_TRACE_ID}" >> $GITHUB_ENV
52
echo "BAGGAGE=${BAGGAGE}" >> $GITHUB_ENV
0 commit comments