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 b5bf667 commit 1f5e6e2Copy full SHA for 1f5e6e2
tests/integrations/aiohttp/test_aiohttp.py
@@ -61,6 +61,7 @@ async def hello(request):
61
"User-Agent": request["headers"]["User-Agent"],
62
"baggage": mock.ANY,
63
"sentry-trace": mock.ANY,
64
+ "traceparent": mock.ANY,
65
}
66
67
0 commit comments