We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6dc10 commit caf312eCopy full SHA for caf312e
ddtrace/contrib/internal/aiohttp/middlewares.py
@@ -49,7 +49,7 @@ async def attach_context(request):
49
) as ctx:
50
req_span = ctx.span
51
52
- ctx.set_item("req_span", req_span)
+ ctx.set_item("req_span")
53
core.dispatch("web.request.start", (ctx, config.aiohttp))
54
55
# attach the context and the root span to the request; the Context
0 commit comments