Hi there,
in our fastapi (ASGI) application, I am tracing several custom async method calls within a contextmanager.
Unfortunately, I think there is a misshandling of trace ids since I can see yellow blocks in the dynatrace UI:
A diagnostic callback log prints the error "Wrong node state: in 'onesdk_tracer_end'(CustomService): cannot exit a node that isn't top-of-stack." How can this happen?
I am using:
oneagent-sdk==1.5.0.20221221.150433
autodynatrace==1.0.86
Thanks in advance
Frederik