Hey folks, I am trying to implement signoz in my nodeJs application. I am able to send the traces and using autoNodeInstrumentation for tracing.
My functions/middlewares are not getting named properly.
Traces show anonymous in name. I have tried fetching the active span in my functions but it is referring to httpInstrumentation.
Can someone please suggest a way forward or direct me to right path. Creation of manual spans is my last-resort as it would bring alot of code changes.